Advertisement
Guest User

Untitled

a guest
Mar 1st, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. HotKeySet("q", "GoGoGo")
  2. HotKeySet("w", "Terminate")
  3.  
  4.  
  5. Func GoGoGo()
  6. While True
  7. MouseClick("right", 667, 256, 1 ,10)
  8. MouseClick("right", 148, 150, 1, 10)
  9. WEnd
  10. EndFunc
  11.  
  12.  
  13. Func Terminate()
  14. Exit
  15. EndFunc
  16.  
  17. While True
  18. Sleep(1)
  19. WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement