exec lab
alias bunnyhop "say i'm horny and i'm bout to bunyhopz;explode;f10
echo "HOI HOI HOI BHOP TIEM"
bind mouse1 explode
bind mouse2 bunnyhop
i think this is right
idk if im allowed to post dis but yea it works for me ^_^
// Toggle with F1, press SPACE to toggle
alias +bhop "bhop_on;bhop_looper"
alias -bhop "bhop_off;-jump"
alias bhop_looper "+jump;wait;wait;-jump;wait;wait;bhoploop"
alias bhop_on "alias bhoploop bhop_looper"
alias bhop_off "alias bhoploop"
alias do_bhop "bind space +bhop;bind f1 undo_bhop;bhopmessageon"
alias undo_bhop "bind space +jump;bind f1 do_bhop;bhopmessageoff"
alias bhopmessageon "echo BHopConfig - BHop is now ON. Press F1 again to turn it off."
alias bhopmessageoff "echo BHopConfig - BHop is now OFF. Press F1 to turn it back on."
bind f1 do_bhop
echo "----------------------------------------------"
echo "Press F1 to toggle!"
echo "----------------------------------------------"