Advertisement
Guest User

Untitled

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