Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. F11::Suspend
  2. F8::send {Escape}
  3. Bhop:
  4. *~$Space::
  5. Sleep 100
  6. Loop
  7. {
  8. GetKeyState, SpaceState, Space, P
  9. If SpaceState = U
  10. break
  11. Sleep 5
  12. Send, {Blind}{Space}
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement