Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. send_ships(x, y, sleep_time)
  2. {
  3. MouseMove, x, y
  4. Click, down
  5. Sleep, sleep_time
  6. Click, up
  7. }
  8. restart()
  9. {
  10. ControlSend,,{Escape}, Planets Under Attack release build 496 (Oct 1 2012 18:39:45)
  11. Sleep, 200
  12. ControlSend,,{Down}, Planets Under Attack release build 496 (Oct 1 2012 18:39:45)
  13. Sleep, 200
  14. ControlSend,,{Enter}, Planets Under Attack release build 496 (Oct 1 2012 18:39:45)
  15. Sleep, 200
  16. ControlSend,,{Enter}, Planets Under Attack release build 496 (Oct 1 2012 18:39:45)
  17. Sleep, 200
  18. ControlSend,,{Enter}, Planets Under Attack release build 496 (Oct 1 2012 18:39:45)
  19. Sleep, 200
  20. }
  21.  
  22. ^j::
  23. Loop
  24. {
  25. send_ships(460, 310, 180)
  26. send_ships(830, 315, 180)
  27. send_ships(760, 385, 180)
  28. send_ships(525, 385, 180)
  29. send_ships(890, 480, 180)
  30. send_ships(400, 475, 180)
  31. send_ships(640, 385, 310)
  32. send_ships(740, 540, 150)
  33. send_ships(665, 690, 150)
  34. Sleep, 2000
  35. restart()
  36. }
  37.  
  38. ^k::
  39. ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement