Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. NumpadMult::
  2. StopLoop := False
  3. Loop,
  4. {
  5. Send, {space}
  6. If GetKeyState("NumpadSub")
  7. break
  8. }
  9. return
  10. NumpadSub::
  11. StopLoop := True
  12. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement