exec bunny.cfg You will see [Bunny Hop: OFF] . Press F11. You are now ready. If you want the bunny cfg to load automatically every time you start CS 1.6, open your userconfig.cfg (or config.cfg ) and add this line at the bottom:
// Bind a key to toggle the script (F11) bind "F11" "bhop_toggle" cs 1.6 bunny cfg
In the pantheon of first-person shooters, few mechanics are as legendary—or as misunderstood—as Bunny Hopping (Bunny Hop or Bhop) in Counter-Strike 1.6 . Released in 2003, CS 1.6 transformed a simple bug in the GoldSrc engine into an art form. For the uninitiated, bunny hopping is the technique of chaining consecutive jumps together without losing speed, allowing a player to traverse the map faster than the standard run speed. exec bunny
alias bhop "bhop_check"
Now go install that CFG, load up de_dust2 , and feel the wind in your polygonal hair. Happy hopping. If you want the bunny cfg to load
But pulling off a perfect Bhop sequence manually requires god-like scroll wheel timing and a deep understanding of strafing physics. Enter the .
// ============================================== // CS 1.6 Bunny Hop Script - The Standard Edition // Toggle with the "F11" key (You can change this) // ============================================== alias bhop_on "alias _special bhop; bind SPACE _special; alias bhop_toggle bhop_off; developer 1; echo [Bunny Hop: ON]" alias bhop_off "alias _special +jump; bind SPACE +jump; alias bhop_toggle bhop_on; developer 1; echo [Bunny Hop: OFF]"