Advertisement
Guest User

neekeriswangi

a guest
May 26th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. F10::
  2. loop
  3. {
  4. send, {Space}
  5. sleep, 10
  6. }
  7. return
  8.  
  9. F12::
  10. exitapp
  11.  
  12. -------wyson----
  13.  
  14. F11::
  15. loop
  16. {
  17. PixelSearch, Px, Py, 10, 50, 518, 363, 0xFFFF00, 2, Fast,
  18. MouseClick, l, %Px%, %Py%,, 0
  19. sleep, 1500
  20. send, {1}
  21. sleep, 2100
  22. send, {4}
  23. sleep, 1800
  24. }
  25. return
  26.  
  27.  
  28. F12::
  29. exitapp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement