Advertisement
joeldox

bhop script

Jul 7th, 2018
1,962
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ;Press F1 to toggle
  2. ;F2 key to close the application
  3. ;This NEVER will be detected by VAC
  4. F1:: Hotkey, *~$Space, Toggle
  5.  
  6. F2::
  7. ExitApp
  8.  
  9. *~$Space::
  10. Sleep 5
  11. Loop
  12. {
  13. GetKeyState, SpaceState, Space, P
  14. If SpaceState = U
  15. break
  16. Sleep 1
  17. Send, {Blind}{Space}
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement