Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. F9:: ;Tracking, Snooping, Stealing, Magery(invis cast)
  2. Loop
  3. {
  4.  
  5. Loop, 10
  6. {
  7. SendHotkey(Track)
  8. Sleep 1000
  9. SendEvent {click, 1055, 399}
  10. Sleep 1000
  11. SendHotkey(Steal)
  12. Sleep 500
  13. SendEvent {click, 1412, 772} ;target First line in beetle
  14. Sleep 2000
  15. SendHotkey(Snoop)
  16. Sleep 500
  17. SendEvent {click, 107, 166} ;target NPC healthbar for snooping
  18. Sleep 1000
  19. SendHotkey(Invis)
  20. Sleep 3000
  21. SendHotkey(TargSelf)
  22. Sleep 500 ;target NPC healthbar for snooping
  23.  
  24.  
  25. }
  26.  
  27. SendEvent {click, 1658, 825, down} ;Take Coin in your bag and hold it
  28. Sleep 500
  29. SendEvent {click, 1480, 663, up} ;Drop Coin in beetle bag at edge
  30. Sleep 500
  31. }
  32.  
  33. Loop
  34. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement