Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. send_ships(x, y)
  2. {
  3. Sleep, 100
  4. MouseMove, x, y
  5. Click, down
  6. Sleep, 180
  7. Click, up
  8. }
  9. restart()
  10. {
  11. ControlSend,,{Escape}, Planets Under Attack release build 496 (Oct 1 2012 18:39:45)
  12. Sleep, 200
  13. ControlSend,,{Down}, Planets Under Attack release build 496 (Oct 1 2012 18:39:45)
  14. Sleep, 200
  15. ControlSend,,{Enter}, Planets Under Attack release build 496 (Oct 1 2012 18:39:45)
  16. Sleep, 200
  17. ControlSend,,{Enter}, Planets Under Attack release build 496 (Oct 1 2012 18:39:45)
  18. Sleep, 200
  19. ControlSend,,{Enter}, Planets Under Attack release build 496 (Oct 1 2012 18:39:45)
  20. Sleep, 200
  21. }
  22.  
  23. ^j::
  24. Loop
  25. {
  26. send_ships(621, 507)
  27. send_ships(566, 441)
  28. send_ships(542, 373)
  29. send_ships(761, 381)
  30. Sleep, 2500
  31. restart()
  32. }
  33.  
  34. ^k::
  35. ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement