Skip to content

Instantly share code, notes, and snippets.

@sergejbog
Last active July 6, 2025 23:32
Show Gist options
  • Save sergejbog/ec0e8f8a16d865174641bb9e52c5a13e to your computer and use it in GitHub Desktop.
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
----------------------------------------------------
### 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