Advertisement
gasolinebased

Untitled

Apr 14th, 2014
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. alias +mfwd "-back;+forward;alias checkfwd +forward"
  2. alias +mback "-forward;+back;alias checkback +back"
  3. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  4. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  5. alias -mfwd "-forward;checkback;alias checkfwd none"
  6. alias -mback "-back;checkfwd;alias checkback none"
  7. alias -mleft "-moveleft;checkright;alias checkleft none"
  8. alias -mright "-moveright;checkleft;alias checkright none"
  9. alias checkfwd none
  10. alias checkback none
  11. alias checkleft none
  12. alias checkright none
  13. alias none ""
  14. bind w +mfwd;
  15. bind s +mback;
  16. bind a +mleft;
  17. bind d +mright;
  18.  
  19. echo ****NULL MOVEMENT ACTIVATED****
  20.  
  21. alias "mask" "voicemenu 2 4; say_team ## UBER READY! ##"
  22.  
  23. alias "weapon" "bind MOUSE1 +attack"
  24. alias "medigun" "bind MOUSE1 +heal"
  25.  
  26. alias +heal "-attack; spec_next"
  27. alias -heal "+attack"
  28.  
  29. alias +uber "dropitem; +attack2; spec_prev; say_team ## POPPED UBER ##"; voicemenu 2 4"
  30. alias -uber "-attack2"
  31. alias primary "slot1; weapon; -attack; r_drawviewmodel 0; viewmodel_fov 90"
  32. alias secondary "slot2; medigun; +attack; r_drawviewmodel 1; viewmodel_fov 90"
  33. alias melee "slot3; weapon; -attack; r_drawviewmodel 1; viewmodel_fov 90"
  34. alias switchdown1 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  35. alias switchup1 "melee; bind mwheelup switchup3; bind mwheeldown switchdown3; bind q backswitch3"
  36. alias switchdown2 "melee; bind mwheelup switchup3; bind mwheeldown switchdown3; bind q backswitch3"
  37. alias switchup2 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  38. alias switchdown3 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  39. alias switchup3 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2 bind q backswitch2"
  40. alias backswitch2 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  41. alias backswitch1 "Secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  42. alias backswitch3 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  43. alias switch1 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  44. alias switch2 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  45. alias switch3 "melee; bind mwheelup switchup3; bind mwheeldown switchdown3; bind q backswitch2"
  46.  
  47.  
  48. //medic radar
  49. alias autocall_initial "hud_medicautocallersthreshold "50""
  50. alias autocall_temp "hud_medicautocallersthreshold "150""
  51. alias +autocall_temp_hit "autocall_temp"
  52. alias -autocall_temp_hit "autocall_initial"
  53.  
  54. //fake call
  55. alias "fakeuber" "voicemenu 1 7;say_team "## UBER FAKED ##"
  56.  
  57. //crouchjump script
  58. alias +crouchjump "+jump; +duck"
  59. alias -crouchjump "-duck; -jump"
  60.  
  61. //medigun switcher
  62. alias skritz "load_itempreset 2; bind F1 smedi; bind F2 spawn2a"
  63. alias smedi "load_itempreset 0; bind F1 skritz; bind F2 spawn1a"
  64. alias spawn1a "load_itempreset 1; bind F2 spawn1b"
  65. alias spawn1b "load_itempreset 0; bind F2 spawn1a"
  66. alias spawn2a "load_itempreset 3; bind F2 spawn2b"
  67. alias spawn2b "load_Itempreset 2; bind F2 spawn2a"
  68.  
  69. tf_medigun_autoheal "1"
  70.  
  71. //binds
  72.  
  73. //weaponswitching bindings
  74. bind mwheelup switchup1
  75. bind mwheeldown switchdown1
  76. bind 1 switch1
  77. bind 2 switch2
  78. bind 3 switch3
  79. bind q backswitch1
  80.  
  81. bind MOUSE1 +attack
  82. bind MOUSE2 "+uber; mask"
  83.  
  84. //binds for changing spawns
  85. bind F1 skritz
  86. bind F2 spawn1a
  87.  
  88. //remove this bind if you with to crouchjump manually
  89. bind "space" "+crouchjump"
  90. bind "e" "+autocall_temp_hit"
  91. bind "f" "fakeuber"
  92. bind "r" "mask"
  93.  
  94. echo "****MEDIC CONFIG FILE LOADED****"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement