Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. 1::main()
  2. 2::pause
  3. 3::exitapp
  4.  
  5. main(){
  6. Loop
  7. {
  8. CoordMode, Pixel, Client
  9. PixelSearch, FoundX, FoundY, 552, 90, 553, 90, 0x131313, 0, Fast RGB
  10. }
  11. Until ErrorLevel = 0
  12. If ErrorLevel = 0
  13. {
  14. autolog()
  15. }
  16. }
  17.  
  18.  
  19. autolog() {
  20.  
  21. Random, logX, 580, 712
  22. Random, LogY, 446, 471
  23. Send {Esc}
  24. Mousemove, LogX, LogY
  25. click
  26. exitapp
  27.  
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement