Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ;Have teleport in the bottom right of your inventory
  2. ;only works in fixed.
  3.  
  4.  
  5.  
  6. 1::main()
  7. 2::pause
  8. 3::exitapp
  9.  
  10. main(){
  11. Loop
  12. {
  13. CoordMode, Pixel, Client
  14. PixelSearch, FoundX, FoundY, 552, 90, 553, 90, 0x131313, 0, Fast RGB
  15. }
  16. Until ErrorLevel = 0
  17. If ErrorLevel = 0
  18. {
  19. autolog()
  20. }
  21. }
  22.  
  23.  
  24. autolog() {
  25.  
  26. Random, logX, 701, 716
  27. Random, LogY, 462, 481
  28. Send {Esc}
  29. Mousemove, LogX, LogY
  30. click
  31. exitapp
  32.  
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement