Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. //BUNNYHOP
  2. bind mwheelup +jump
  3. bind mwheeldown +jump
  4.  
  5. //FAKE UBER
  6. bind r "voicemenu 1 7;say_team >>UBER FAKED<<
  7.  
  8. //CROSSBOW/MEDIGUN SWITCH
  9. bind mouse5 +toggle_cb
  10. alias +toggle_cb "slot1;r_drawviewmodel 1"
  11. alias -toggle_cb "slot2;r_drawviewmodel 0"
  12.  
  13. //VIEWMODEL TOGGLE
  14. bind shift "+toggle_viewmodel;attack"
  15. alias +toggle_viewmodel "r_drawviewmodel 1"
  16. alias -toggle_viewmodel "r_drawviewmodel 0"
  17.  
  18. //WEAPON PICKUP
  19. bind f +use_action_slot_item
  20.  
  21.  
  22. //MELEE
  23. bind mouse4 "slot3;r_drawviewmodel 1"
  24.  
  25.  
  26. //LOADOUT SWITCH
  27. alias "medigun" "load_itempreset 0; say_team Switching to Uber~; alias "announce_pop" "pop_uber"; alias "announce_ubercharge" "uber_charged""
  28. alias "kritz" "load_itempreset 1; say_team Switching to Kritz~; alias "announce_pop" "pop_kritz"; alias "announce_ubercharge" "kritz_charged""
  29. alias "quick" "load_itempreset 2; say_team Switching to Quickfix~; alias "announce_pop" "pop_quick"; alias "announce_ubercharge" "quick_charged""
  30. alias "vacc" "load_itempreset 3; say_team Switching to Vaccinator~; alias "announce_pop" "pop_vacc"; alias "announce_ubercharge" "vacc_charged""
  31. bind "uparrow" "medigun"
  32. bind "leftarrow" "kritz"
  33. bind "downarrow" "quick"
  34. bind "rightarrow" "vacc"
  35.  
  36. //UBER READY ANNOUNCEMENT
  37. alias "uber_charged" "say_team >>WE HAVE UBER<<;voicemenu 2 5"
  38. alias "kritz_charged" "say_team >>WE HAVE KRITZ<<;voicemenu 2 5"
  39. alias "quick_charged" "say_team >>WE HAVE QUCK-FIX<<;voicemenu 2 5"
  40. alias "vacc_charged" "say_team >>LOL I MASKED VACCINATOR<<;voicemenu 2 5"
  41. alias "announce_ubercharge" "uber_charged"
  42. bind "q" "announce_ubercharge"
  43.  
  44. //UBER POP ANNOUNCEMENT
  45. alias "pop_uber" "say_team >>WE USED UBER<<;voicemenu 2 5"
  46. alias "pop_kritz" "say_team >>WE USED KRITZ<<;voicemenu 2 5"
  47. alias "pop_quick" "say_team >>WE USED QUICKFIX<<;voicemenu 2 5"
  48. alias "pop_vacc" "voicemenu 2 5"
  49. alias "announce_pop" "pop_uber"
  50. bind "MOUSE2" "+atk2"
  51. alias "+atk2" "slot2;+attack2; announce_pop; spec_prev"
  52. alias "-atk2" "-attack2"
  53.  
  54. //MOUSE 1 VOICELINE TOGGLES
  55. //bind mouse1 "+attack;voicemenu 2 5"
  56. bind mouse1 "+attack;randomvoice"
  57. alias "random1" "voicemenu 2 1;alias randomvoice random2"
  58. alias "random2" "voicemenu 2 2;alias randomvoice random3"
  59. alias "random3" "voicemenu 2 3;alias randomvoice random4"
  60. alias "random4" "voicemenu 1 7;alias randomvoice random5"
  61. alias "random5" "voicemenu 2 5;alias randomvoice random6"
  62. alias "random6" "voicemenu 2 6;alias randomvoice random7"
  63. alias "random7" "voicemenu 2 7;alias randomvoice random8"
  64. alias "random8" "voicemenu 1 3;alias randomvoice random9"
  65. alias "random9" "voicemenu 1 4;alias randomvoice random10"
  66. alias "random10" "voicemenu 1 5;alias randomvoice random1"
  67. alias "randomvoice" "random1"
  68.  
  69. //MOUSE 3 ATTACK/PICKUP
  70. bind mouse3 "use_action_slot_item;attack"
  71.  
  72. //NULL MOVEMENT SCRIPT
  73.  
  74. bind w +mfwd
  75. bind s +mback
  76. bind a +mleft
  77. bind d +mright
  78.  
  79. alias +mfwd "-back;+forward;alias checkfwd +forward"
  80. alias +mback "-forward;+back;alias checkback +back"
  81. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  82. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  83. alias -mfwd "-forward;checkback;alias checkfwd none"
  84. alias -mback "-back;checkfwd;alias checkback none"
  85. alias -mleft "-moveleft;checkright;alias checkleft none"
  86. alias -mright "-moveright;checkleft;alias checkright none"
  87. alias checkfwd none
  88. alias checkback none
  89. alias checkleft none
  90. alias checkright none
  91. alias none ""
  92.  
  93. alias +scores "net_graph 3; +showscores"
  94. alias -scores "net_graph 0; -showscores"
  95.  
  96. //SCOREBOARD
  97. bind tab +scores
  98.  
  99. //CROSSHAIR SIZE
  100. cl_crosshair_scale 32
  101.  
  102. //SPAWN WITH MEDIGUN
  103. slot2
  104.  
  105. //UNFUCK
  106. unbind 4
  107.  
  108. //KILLBIND
  109. bind k kill
  110.  
  111. bind p "say [8:27 PM]demind:ya sex"
  112. bind + "say Selling CH Burning Bandana, Cool Prof Medigun, C9 Data Mining Hat and Aussie Prof Blutsauger ^^"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement