Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- echo "****MEDIC CONFIG FILE LOADED****"
- exec clear
- exec crosshairswitcher/switcher; medic
- //null movement
- alias +mfwd "-back;+forward;alias checkfwd +forward"
- alias +mback "-forward;+back;alias checkback +back"
- alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
- alias +mright "-moveleft;+moveright;alias checkright +moveright"
- alias -mfwd "-forward;checkback;alias checkfwd none"
- alias -mback "-back;checkfwd;alias checkback none"
- alias -mleft "-moveleft;checkright;alias checkleft none"
- alias -mright "-moveright;checkleft;alias checkright none"
- alias checkfwd none
- alias checkback none
- alias checkleft none
- alias checkright none
- alias none ""
- //remove these bindings if you do not wish to have your movement nulled
- //if you only want nulled movement, but not voicespam, remove one m from the + commands
- bind w +mmfwd
- bind s +mmback
- bind a +mmleft
- bind d +mmright
- //Uber masking spam
- alias +mmfwd "voicemenu 2 4; +mfwd"
- alias -mmfwd "-mfwd"
- alias +mmback "voicemenu 2 4; +mback"
- alias -mmback "-mback"
- alias +mmleft "voicemenu 2 4; +moveleft"
- alias -mmleft "-moveleft"
- alias +mmright "voicemenu 2 4; +moveright"
- alias -mmright "-moveright"
- //toggle uber masking spam
- alias maskoff "bind w +mfwd; bind s +mback; bind a +mleft; bind d +mright; bind p maskon"
- alias maskon "bind w +mmfwd; bind s +mmback; bind a +mmleft; bind d +mmright; bind p maskoff"
- //healing controls
- tf_medigun_autoheal "0"
- //autoheal script, also prevents accidental weapon inspection. Hold action key to inspect
- alias key1 "slot1;autohealOff"
- alias key2 "slot2;autohealOn"
- alias key3 "slot3;autohealOff"
- alias autohealOn " +attack;alias +heal -attack;alias -heal +attack"
- alias autohealOff "-attack;alias +heal +attack;alias -heal -attack"
- alias turnoffmediccfg "bind mouse1 +attack;bind 1 slot1;bind 2 slot2;bind 3 slot3;-attack"
- bind mouse1 +heal
- bind 1 key1
- bind 2 key2
- bind 3 key3
- //medic radar
- //forces all teammates to medic call
- alias autocall_initial "hud_medicautocallersthreshold "50""
- alias autocall_temp "hud_medicautocallersthreshold "150""
- alias +autocall_temp_hit "autocall_temp"
- alias -autocall_temp_hit "autocall_initial"
- //crouchjump script
- alias +crouchjump "+jump; +duck"
- alias -crouchjump "-duck; -jump"
- //remove this bind if you with to crouchjump manually
- bind "space" "+crouchjump"
- //medigun switcher
- //Make sure to edit the alias's here if you wish to change the bindings of the script.
- alias skritz "load_itempreset 2; bind F1 smedi; bind F2 spawn2a"
- alias smedi "load_itempreset 0; bind F1 skritz; bind F2 spawn1a"
- alias spawn1a "load_itempreset 1; bind F2 spawn1b"
- alias spawn1b "load_itempreset 0; bind F2 spawn1a"
- alias spawn2a "load_itempreset 3; bind F2 spawn2b"
- alias spawn2b "load_Itempreset 2; bind F2 spawn2a"
- //generic binds
- bind f "+use_action_slot_item"
- //autocall and ubercharge mask binds
- bind "e" "+autocall_temp_hit"
- bind "p" "maskoff"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement