Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. 1::
  2.  
  3. ;Color ID: 0x445C72
  4.  
  5. ;LogoutButtonDoor
  6. Random, LogoutButtonDoorX, 640, 661
  7. Random, LogoutButtonDoorY, 500, 520
  8.  
  9. ;LogoutRedButton
  10. Random, LogoutRedButtonX, 637, 682
  11. Random, LogoutRedButtonY, 450, 466
  12.  
  13.  
  14.  
  15. PixelSearch, Px, Py, 642, 178, 655, 184, 0x445C72, 1, Fast
  16.  
  17. if (ErrorLevel = 0){
  18.  
  19. MsgBox, We are near Banker.
  20. }
  21. else {
  22. Mousemove, LogoutButtonDoorX, LogoutButtonDoorY, 10
  23. click
  24. sleep 500
  25. Mousemove, LogoutRedButtonX, LogoutRedButtonY, 6
  26. click
  27. exitapp
  28. }
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. 2::reload
  36. 3::exitapp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement