Jump to content

Recommended Posts

Posted

Yeah, i now got my hotkeys working perfect but now theres another problem, script wont start when i go to game but when im not in game, they are working. I hope you understand.

This is my code:

HotKeySet("{INSERT}", "StartProg")
HotKeySet("{END}", "ExitProg")
Func StartProg()
While 1
sleep(300)
MouseClick("left",463, 216)
sleep(300)
MouseClick("left",964, 752)
sleep(300)
MouseClick("left",964, 752)
sleep(300)
MouseClick("left",492, 215)
Sleep(300)
MouseClick("left",970, 753)
WEnd
EndFunc
Func ExitProg()
    Exit
EndFunc
Guest
This topic is now closed to further replies.
×
×
  • Create New...