Bunny hop-hop-hop-script
//aliases for bunnyhoping
alias "bhopon1" "bind mwheelup +jump;bind mwheeldown +jump"
alias "bhopoff1" "bind mwheelup invnext;bind mwheeldown invprev" //aliases for OFF/ON
alias "bhop#" "bhopon"
alias "bhopon" "bhopon1; alias bhop# bhopoff"
alias "bhopoff" "bhopoff1;alias bhop# bhopon"
//Bind the key you want to activate the script with here...
bind "kp_slash" "bhop#"