Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ;Improved Bhop by enHanced+
  2. ;Press F11 to toggle
  3. ;End key to close the application
  4. ;This NEVER will be detected by VAC
  5.  
  6. F11:: Hotkey, *~$Space, Toggle
  7.  
  8. End::
  9. ExitApp
  10.  
  11. *~$Space::
  12. Sleep 15
  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