Advertisement
pvpness

ark macros

Nov 28th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. //e repeater - gather
  2.  
  3. ß::Suspend
  4. p::Pause
  5. r::
  6. Loop
  7. {
  8. send, e
  9. Sleep, 100
  10. }
  11.  
  12. //j repeater - follow all
  13. ß::Suspend
  14. p::Pause
  15. r::
  16. Loop
  17. {
  18. send, j
  19. Sleep, 100
  20. }
  21.  
  22. //mouse 1 repeater
  23. ß::Suspend
  24. LButton::
  25. Loop
  26. {
  27. SetMouseDelay 20
  28. Click
  29. If (GetKeyState("LButton","P")=0)
  30. Break
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement