Hi.
Everytime I start my Script and it automatically exits.
Here is my Script :
Hope you can help me .
And , it doesnt work with the Hotkeys can someone help me with this?
Everytime I start my Script and it automatically exits.
Here is my Script :
Code:
Hotkeyset("F4","Go")
Func Go()
while 1
MouseClick ("left",733,457,3,1)
sleep (500)
Mouseclick("left",592,180,3,1)
sleep (500)
MouseClick("left",986,11,3,1)
sleep (500)
MouseClick("left",722,460,3,1)
sleep (500)
wEnd
EndFunc
Hotkeyset("F6", "_Ende")
Func _Ende()
Exit
EndFunc
And , it doesnt work with the Hotkeys can someone help me with this?