when i cancel the run of GG (in Cabal europe) it works norlly send to the Login box the msg and moves the mose up and left
well with GG i get a heck of problems . any ideas how to avoid this problems??
i mean how to make it work so i can make a bot for all fo us?
Code:
HotKeySet("{Home}","cabal") ; HotKeySet("{end}","gocabal"); while 1 sleep(20) wend func gocabal() WinActivate("CABAL") ; EndFunc func cabal() mousemove(120,110) mousemove(50,120) send("testing to see if working") ; Endfunc