Advertisement
D3V3

Bounty is noob #2

Oct 21st, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Bounty is noob #2
  2. (overwatch ban incoming)
  3. copy only this:
  4. (as you can see F11 you will on/off)
  5. ______________________________
  6. F11:: Hotkey, *~$Space, Toggle
  7.  
  8. End::
  9. ExitApp
  10.  
  11. *~$Space::
  12. Sleep 5
  13. Loop
  14. {
  15. GetKeyState, SpaceState, Space, P
  16. If SpaceState = U
  17. break
  18. Sleep 1
  19. Send, {Blind}{Space}
  20. }
  21. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement