Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #IfWinActive, Tibia - Blackmane
  2. Loop, 50000000
  3. {
  4.  
  5. CoordMode, Pixel, Screen
  6. coordmode, mouse, relative
  7. PixelGetColor, color1, 1844, 239
  8. PixelGetColor, color2, 1820, 239
  9.  
  10. if (color2 = 0x7C523E)
  11. {
  12. Send {F7}
  13. sleep, 1000s
  14. }
  15. else if (color1 = 0x7C503D)
  16. {
  17.  
  18. Send {F6}
  19. sleep, 1000s
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement