Counter-Strike: Source Guide

[BHOP] Bunny Hopping Advanced Config for Counter-Strike: Source

[BHOP] Bunny Hopping Advanced Config

Overview

For people that are too lazy to rebind their mouse scroll all the time for bhopping.What it does:I usually have scrollup bound to hegrenade and scrolldown bound to flashbang to quickly access grenades. Also mouse3 is smoke in my config.The script below let’s you use jump on scrollup and -down WHILE HOLDING the “C” key. On release the scroll goes back to grenades.Parse the code below into a config file (for example: “bhop_on_C.cfg”) and write into your regular config or better the “autoexec.cfg” the command “exec bhop_on_C.cfg”

Script

alias swi1 “use weapon_hegrenade” alias swi2 “use weapon_flashbang” alias umwb1 “bind mwheelup swi1” alias umwb2 “bind mwheeldown swi2” alias unbindingmwjump “umwb1;umwb2” alias mwb2 “bind mwheeldown +jump” alias mwb1 “bind mwheelup +jump” alias bindingmwjump “mwb1;mwb2” alias -mwjump “unbindingmwjump” alias +mwjump “bindingmwjump” bind “c” “+mwjump”
SteamSolo.com