Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. [MA1]
  2. rightclick 60 60
  3. wait 19s
  4. keypress 1
  5. start "MA2"
  6. wait 60s
  7. keypress 2
  8. stop "MA1"
  9.  
  10. [MA2]
  11. rightclick 60 60
  12. wait 5s
  13. keypress 1
  14. wait 14s
  15. start "CURE1"
  16. start "CURE2"
  17. ;Cure Time
  18. wait 25s
  19. stop "CURE1"
  20. stop "CURE2"
  21. keypress 2
  22. stop "MA2"
  23.  
  24. [CURE1]
  25. rightclick 60 60
  26. wait 1500
  27.  
  28. [CURE2]
  29. rightclick 60 60
  30. wait 1500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement