Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Pause
  2. Loop
  3. {
  4.  
  5.  
  6.  
  7. ;MoveMouse:
  8.  
  9. ;MouseMove, 1, 0, 1, R ;Move the mouse one pixel to the right
  10. ;MouseMove, -1, 0, 1, R ;Move the mouse back one pixel
  11. ;Sleep 6000
  12.  
  13.  
  14. ;start with cursor on the gem part of the generate button
  15. click
  16. MouseMove, 180, -175, 1, R ;Move mouse 180px right, 175px up
  17. Sleep 50
  18. click
  19. MouseMove, -180, 175, 1, R ;Move mouse 180px left, 175px down
  20. Sleep 50
  21.  
  22.  
  23. ;click, 4
  24.  
  25.  
  26. }
  27.  
  28. pause::pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement