Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Medigun/kritzkrieg
- alias "+heal" "slot2;+attack;spec_next"
- alias "-heal" "-attack"
- // Syringe gun/blutsauger
- alias "+needles" "slot1;+attack;-reload;spec_next"
- alias "-needles" "-attack;+reload"
- // Bonesaw/ubersaw
- alias "+sawswitch" "slot3;+attack;spec_next"
- alias "-sawswitch" "-attack;lastinv"
- alias "+sawnoswitch" "slot3;+attack;spec_next"
- alias "-sawnoswitch" "-attack"
- alias "+saw" "+sawnoswitch"
- alias "-saw" "-sawnoswitch"
- alias "switch" "alias +saw +sawswitch; alias -saw -sawswitch"
- alias "noswitch" "alias +saw +sawnoswitch; alias -saw -sawnoswitch"
- alias "meleetoggle" "bonesaw"
- alias "ubersaw" "switch;say_team Using ubersaw;alias meleetoggle bonesaw"
- alias "bonesaw" "noswitch;say_team Using bonesaw;alias meleetoggle ubersaw"
- // Uber and notification
- alias "+uber" "slot2;dropitem;+attack2;spec_prev;say_team *** KRITZ OR UBER USED ***"
- alias "-uber" "-attack2;"
- // Fake/mask uber and notification
- alias "fakeuber" "voicemenu 1 7;say_team "*** KRITZ OR UBER FAKED ***""
- alias "maskuber" "voicemenu 2 5;say_team "*** MASKED UBER CALL ***"
- alias false "fakeuber"
- // Shift mask
- alias "+shiftmask" "alias false maskuber"
- alias "-shiftmask" "alias false fakeuber"
- // Spawn move
- alias "forwardspawn_random" "join_class random; alias forwardspawn_toggle forwardspawn_medic"
- alias "forwardspawn_medic" "join_class medic; alias forwardspawn_toggle forwardspawn_random;say_team *** MOVED SPAWN ***"
- alias "forwardspawn_toggle" "forwardspawn_random"
- // Bind
- bind "C" "false"
- bind "F1" "forwardspawn_toggle"
- bind "F2" "meleetoggle"
- bind "mouse1" "+heal"
- bind "mouse2" "+needles"
- bind "mouse3" "+saw"
- bind "mouse5" "+uber"
- bind "shift" "+shiftmask"
- unbind mwheelup
- unbind mwheeldown
Advertisement
Add Comment
Please, Sign In to add comment