Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //MOUSEWHEEL JUMP
- bind mwheeldown +jump
- bind mwheelup +jump
- //JUMP THROW
- alias "+boing" "+jump"
- alias "+ding" "-attack; -attack2"
- alias "+dong" "-jump"
- bind "BIND YOUR KEY" "+boing; +ding; +dong"
- //FORWARD RUN THROW
- alias "+runthrow" "+forward;+jump;"
- alias "+throwaction" "-attack; -attack2"
- alias "-runthrow" "-jump;-forward"
- bind "BIND YOUR KEY" "+runthrow;+throwaction"
- //CROUCH JUMP BIND
- alias "+hjump" "+jump; +duck"; alias "-hjump" "-jump; -duck"; bind "BIND YOUR KEY" "+hjump"
Advertisement
Add Comment
Please, Sign In to add comment