Guest User

Untitled

a guest
May 30th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. =::
  2. Loop
  3. {
  4. sleep 1
  5.  
  6. CoordMode, Pixel, Screen
  7.  
  8. PixelSearch, FoundX, FoundY, 741, 529, 793, 573, 0xAB9E7E, 0, Fast RGB
  9. If ErrorLevel = 0
  10. {
  11.  
  12. send, {right}
  13. }
  14. PixelSearch, FoundX, FoundY, 703, 482, 745, 529, 0xAB9E7E, 0, Fast RGB
  15.  
  16. If ErrorLevel = 0
  17. {
  18.  
  19. send, {up}
  20. }
  21. PixelSearch, FoundX, FoundY, 660, 525, 706, 572, 0xAB9E7E, 0, Fast RGB
  22. If ErrorLevel = 0
  23. {
  24.  
  25. send, {left}
  26. }
  27.  
  28. PixelSearch, FoundX, FoundY, 702, 559, 756, 621, 0xAB9E7E, 1, Fast RGB
  29. +287 +301
  30. If ErrorLevel = 0
  31. {
  32.  
  33. send, {down}
  34. }
  35. }
  36. return
Add Comment
Please, Sign In to add comment