Advertisement
Guest User

Medic

a guest
Nov 1st, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. unbind mouse2
  2. bind mouse2 +attack2
  3.  
  4. alias +mfwd "-back;+forward;alias checkfwd +forward"
  5. alias +mback "-forward;+back;alias checkback +back"
  6. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  7. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  8. alias -mfwd "-forward;checkback;alias checkfwd none"
  9. alias -mback "-back;checkfwd;alias checkback none"
  10. alias -mleft "-moveleft;checkright;alias checkleft none"
  11. alias -mright "-moveright;checkleft;alias checkright none"
  12. alias checkfwd none
  13. alias checkback none
  14. alias checkleft none
  15. alias checkright none
  16. alias none ""
  17. bind w +mfwd;
  18. bind s +mback;
  19. bind a +mleft;
  20. bind d +mright;
  21.  
  22. alias "mask" "voicemenu 2 4; say_team ## UBER READY! ##"
  23.  
  24.  
  25. alias autocall_initial "hud_medicautocallersthreshold "50""
  26. alias autocall_temp "hud_medicautocallersthreshold "150""
  27. alias +autocall_temp_hit "autocall_temp"
  28. alias -autocall_temp_hit "autocall_initial"
  29.  
  30. alias "fakeuber" "voicemenu 1 7;say_team "## UBER FAKED ##"
  31.  
  32. alias +crouchjump "+jump; +duck"
  33. alias -crouchjump "-duck; -jump"
  34.  
  35. alias kritz "load_itempreset 1"
  36. alias medi "load_itempreset 0"
  37. tf_medigun_autoheal "1"
  38.  
  39. bind F2 kritz
  40. bind F1 medi
  41.  
  42. bind "e" "+autocall_temp_hit"
  43. bind "f" "fakeuber"
  44. bind "r" "mask"
  45.  
  46. echo "****MEDIC CONFIG FILE LOADED****"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement