Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.37 KB | None | 0 0
  1. //autoexec config
  2.  
  3. //launch options: [+exec autoexec.cfg -novid -high -full -nod3d9ex -nojoy -noaafonts -tickrate 128 -language textmodorel]
  4.  
  5.  
  6. //sensitivity and volume and voice
  7. voice_enable 1
  8. volume 0.3
  9. snd_musicvolume 0.6
  10. snd_menumusic_volume 0.0
  11. snd_roundstart_volume 0.0
  12. snd_roundstart_volume 0.0
  13. snd_roundend_volume 0.0
  14. snd_mapobjective_volume 0.0
  15. snd_tensecondwarning_volume 0.15
  16. snd_deathcamera_volume 0
  17.  
  18.  
  19. //modify viewmodel
  20. exec normalVM
  21. sensitivity 1.2
  22.  
  23. //modify HUD
  24. cl_bob_lower_amt "5"
  25. cl_bobamt_lat "0.1"
  26. cl_bobamt_vert "0.1"
  27. cl_bobcycle "0.98"
  28. cl_hud_background_alpha "1.000000"
  29. cl_hud_bomb_under_radar "1"
  30. cl_hud_color "6"
  31. cl_hud_healthammo_style "2"
  32. cl_hud_playercount_pos "1"
  33. cl_hud_playercount_showcount "0"
  34. cl_hud_radar_scale "1.250000"
  35. hud_scaling "0.800000"
  36. hud_showtargetid "1"
  37. cl_righthand "1"
  38. cl_color "1"
  39.  
  40.  
  41. //remove armshift when crouching
  42. cl_viewmodel_shift_left_amt "0"
  43. cl_viewmodel_shift_right_amt "0"
  44.  
  45. //lowers sound delay
  46. snd_mixahead "0.05"
  47.  
  48. //stops autoswitch
  49. cl_autowepswitch "0"
  50.  
  51. //sets max shit
  52. mm_dedicated_search_maxping 69
  53. fps_max 400
  54. fps_max_menu 0
  55. cl_showfps 0
  56.  
  57. //server shit
  58. cl_downloadfilter sounds
  59.  
  60.  
  61. //network settings
  62. cl_cmdrate "128"
  63. cl_interp 0
  64. cl_interp_ratio 1
  65. cl_interpolate 1
  66. rate 128000
  67. cl_cmdrate 128
  68. cl_updaterate 128
  69. cl_lagcompensation 1
  70. cl_predict 1
  71. cl_predictweapons 1
  72.  
  73. // Display damage in top left
  74. con_filter_text "Damage Given To"
  75. con_filter_text_out "Player:"
  76. con_filter_enable "2"
  77. developer "1"
  78.  
  79. //velocity
  80. bind c "toggle cl_righthand 0 1"
  81.  
  82.  
  83.  
  84. //--------------------------------------------------------------------aliases and their binds
  85. //Quickswitch
  86. alias +QSwitch "use weapon_knife"
  87. alias -QSwitch "lastinv; exec normalvm; exec crosshair1"
  88. bind alt "+QSwitch; r_cleardecals"
  89.  
  90.  
  91. //perfect crouchjump
  92. alias +DJUMP "+jump; +duck; r_cleardecals"
  93. alias -DJUMP "-jump; -duck; r_cleardecals"
  94. bind "space" "+DJUMP"
  95.  
  96.  
  97. //switch to knife
  98. alias +kniev "slot3; r_cleardecals; exec crosshair1"
  99. bind q "+kniev"
  100.  
  101.  
  102. //perfect jumpthrow
  103. alias "+jumpthrow" "+jump; -attack; exec normalvm"
  104. alias "-jumpthrow" "-jump; use weapon_knife; exec crosshair1"
  105. bind f "+jumpthrow"
  106. //switch to gun after nadethrow
  107. alias "+nadeswitch" "-attack; exec normalvm"
  108. alias "-nadeswitch" "invnextnongrenade; r_cleardecals; cl_righthand 1; EXEC normalVM; exec crosshair1"
  109. bind "z" "toggle cl_teamid_overhead_always 0 1"
  110.  
  111. //demo controls
  112. alias +demo_fastforward "demo_timescale 8"
  113. alias -demo_fastforward "demo_timescale 1"
  114. alias +demo_slowmotion "demo_timescale 0.25"
  115. alias -demo_slowmotion "demo_timescale 1"
  116. bind f8 demoui
  117. bind f7 +demo_fastforward
  118. bind f6 +demo_slowmotion
  119. bind f5 demo_togglepause
  120.  
  121.  
  122. //crosshairs
  123. bind uparrow "exec crosshair3"
  124. bind leftarrow "+left"
  125. bind downarrow "exec crosshair1"
  126. bind rightarrow "+right"
  127. bind t "+lookatweapon; r_cleardecals"
  128.  
  129. //muting and volume
  130. alias "mute" "unmute"
  131. alias "mute" "voice_enable 0; say_team Yall were too loud so I disabled voice; alias mute unmute"
  132. alias "unmute" "voice_enable 1; say_team I enabled voice so I can hear you again; alias unmute mute"
  133. bind f3 "toggle voice_enable 1 0"
  134. bind f4 "mute"
  135. bind e +use
  136.  
  137.  
  138. //netgraph crap
  139. net_graph "1"
  140. net_graphheight "0"
  141. bind tab "+showscores"
  142. bind f9 "toggle net_graphheight 9999 0"
  143.  
  144. //movement
  145. bind w "+forward"
  146. bind a "+moveleft"
  147. bind s "+back"
  148. bind d "+moveright"
  149. bind shift "+speed; r_cleardecals"
  150. bind capslock "+duck; r_cleardecals"
  151. bind "MWHEELDOWN" "+jump"
  152. bind "MWHEELUP" "+jump"
  153.  
  154. //basics
  155. bind mouse1 "+attack"
  156. bind mouse2 "+attack2"
  157. bind g "drop"
  158. bind mouse4 "invnextnongrenade; r_cleardecals; cl_righthand 1; EXEC normalVM; exec crosshair1"
  159. bind CTRL "+voicerecord"
  160.  
  161.  
  162. //other crap
  163. bind n "noclip"
  164. bind p "bot_place"
  165. bind o "bot_stop 1"
  166. bind i "toggle bot_crouch 0 1"
  167. bind j "radio1"
  168. bind k "radio2"
  169. bind l "radio3"
  170. bind y "messagemode"
  171. bind u "messagemode2"
  172. bind b "buymenu"
  173. bind v "+spray_menu"
  174.  
  175. //nades
  176. bind 1 "use weapon_incgrenade; use weapon_molotov; exec NadeVM; cl_righthand 1; exec crosshair1; cl_crosshairsize 4000"
  177. bind 2 "use weapon_smokegrenade; exec NadeVM; cl_righthand 1; exec crosshair1; cl_crosshairsize 4000"
  178. bind 3 "use weapon_knife; use weapon_flashbang; exec NadeVM; cl_righthand 1; exec crosshair1; cl_crosshairsize 4000"
  179. bind 4 "use weapon_hegrenade; exec NadeVM; cl_righthand 1; exec crosshair1; cl_crosshairsize 4000"
  180. bind 5 "use weapon_decoy; exec NadeVM; cl_righthand 1; exec crosshair1; cl_crosshairsize 4000"
  181.  
  182. //whatever these slots are
  183. bind 6 "slot6"
  184. bind 7 "slot7"
  185. bind 8 "slot8"
  186. bind 9 "slot9"
  187.  
  188. //misc shit
  189. //drop bomb
  190. bind h "use weapon_knife; use weapon_c4; drop"
  191. //increase and decrease volume
  192. bind "KP_MINUS" "toggle volume 0 0.3"
  193. bind "KP_PLUS" "toggle volume 0.01 0.28"
  194.  
  195. //Chat binds
  196. bind enter "say ur mom gay"
  197. bind RShift "say u the type of nigga to drop the soap on purpose"
  198. bind enter "say i have ur IP and im calling the police"
  199. bind "\" "say if ya tiddies aint a B u a nigga 2 me ;P"
  200. bind "RCtrl" "say AIDSWARE.GOV NEVER VAC AND YOU KNOW!!"
  201.  
  202. //buy binds
  203. bind KP_slash "buy awp; clear"
  204. bind KP_multiply "buy deagle; clear"
  205.  
  206. bind KP_home "buy m4a1; buy ak47; clear"
  207. bind KP_uparrow "buy vesthelm; buy vest; clear"
  208. bind KP_pgup "buy galil; buy famas; clear"
  209.  
  210. bind KP_leftarrow "buy p250; clear"
  211. bind KP_5 "buy tec9; buy fiveseven; clear"
  212. bind KP_rightarrow "buy mp9; clear"
  213.  
  214. bind KP_pgdn "buy molotov; buy incgrenade; clear"
  215. bind KP_downarrow "buy smokegrenade; clear"
  216. bind KP_end "buy flashbang; clear"
  217. bind KP_del "buy defuser; clear"
  218.  
  219. bind "ins" "buy ak47; buy m4a1; slot1; drop; clear"
  220. bind "home" "buy tec9; buy fiveseven; slot2; drop; clear"
  221. bind "pgup" "buy hegrenade; clear"
  222. bind "del" "disconnect"
  223. bind "end" "quit_prompt"
  224.  
  225. bind "," "exec autoexec"
  226.  
  227. //loadmap
  228. cl_forcepreload 1
  229.  
  230. host_writeconfig
  231.  
  232. //displays that the config was loaded
  233. ECHO ==========================================================
  234. ECHO ==========================================================
  235. ECHO ====[ Your Autoexec CFG has been loaded sir. ]====
  236. ECHO ====[ It's time to bang! ]====
  237. ECHO ==========================================================
  238. ECHO ==========================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement