Advertisement
Guest User

Untitled

a guest
Aug 19th, 2011
1,003
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. R::
  2. Loop,
  3. {
  4. Send, {Space Down}
  5. Sleep 5
  6. Send, {Space Up}
  7. Sleep, 5
  8. Send, {Space Down}
  9. Sleep 5
  10. Send, {Space Up}
  11. Sleep, 5
  12. Send, {Space Down}
  13. Sleep 5
  14. Send, {Space Up}
  15. Sleep, 5
  16. if !GetKeyState("Mbutton", "P")
  17. Break
  18. }
  19. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement