Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. #include <Misc.au3>
  2.  
  3. HotKeySet("0", "StartStop")
  4. HotKeySet("9", "TWIN")
  5. HotKeySet("8", "CTWIN")
  6.  
  7. While 1
  8. Sleep(100)
  9. WEnd
  10.  
  11. Func StartStop()
  12. MouseClick ( "left" , 937, 700 , 1)
  13. EndFunc
  14.  
  15. Func TWIN()
  16. MouseClick ( "right" , 265, 128 , 1)
  17. Sleep (500)
  18. MouseClick ( "left" , 324, 144 , 1)
  19. EndFunc
  20.  
  21.  
  22. Func CTWIN()
  23. MouseClick ( "right" , 265, 168 , 1)
  24. Sleep (500)
  25. MouseClick ( "left" , 318, 181 , 1)
  26. EndFunc7 MouseClick ( "right" , 265, 168 , 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement