Last active
July 6, 2025 23:32
-
-
Save sergejbog/ec0e8f8a16d865174641bb9e52c5a13e to your computer and use it in GitHub Desktop.
CS2 bindings for auto bunnyhop on Surf and BHop servers & how to stop bunny-hopping and reset to the beginning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------------------------------------------- | |
### Input these commands in the console in the order below | |
alias starthop "+jump;;bind space stophop" | |
alias stophop "-jump;bind space starthop" | |
alias reset "say !r;stophop" | |
bind mwheelup +jump; bind mwheeldown +jump; bind space +jump; bind space starthop; bind "x" reset; bind mouse1 "say /cp"; bind mouse2 "say /telecp" | |
### Now you can jump with both space and mouse scroll, but you can only activate bhop via the spacebar. | |
### The "x" button with reset you both to the beginning of the map via "!r" and will stop the bhop as well. | |
---------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment