Advertisement
Guest User

Untitled

a guest
Nov 28th, 2017
715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.05 KB | None | 0 0
  1. // TO ENABLE: Save this script in the "C:\Program Files\Steam\steamapps\common\Counter-Strike Source\cstrike\cfg" folder AND name it "autoexec.cfg" (without quotes). Do not save it as "autoexec.cfg.txt".
  2. // Email question, comments and feedback to namesben@gmail.com
  3. // This script is fully customizable, edit it as you see fit.
  4.  
  5.  
  6. //cl_crosshairalpha "255" // Sets transparency of cross hair: Smaller number = higher transparency (255 max value.)
  7. //cl_crosshaircolor "5" // Sets color of cross hair | "0" Green | "1" Red | "2" Blue | "3" Yellow | "4" Light Blue | "5" Custom Color (see below)
  8. //cl_crosshaircolor_b "255" // Sets blue color levels in crosshair when cl_crosshaircolor "5"
  9. //cl_crosshaircolor_g "0" // Sets green color levels in crosshair when cl_crosshaircolor "5"
  10. //cl_crosshaircolor_r "255" // Sets red color levels in crosshair when cl_crosshaircolor "5"
  11. //cl_crosshairdot "1"
  12. //cl_crosshairgap "2" // Sets distance between crosshair segments: higher number = larger spread
  13. //cl_crosshairsize "0" // Sets chrosshair size: higher number = larger crosshair
  14. //cl_crosshairstyle "4"
  15. //cl_crosshairthickness "1" // Sets chrosshair thickness: higher number = greater thickness
  16. //cl_crosshairusealpha "1" // "1" Enables cross hair transparency | "0" Disables
  17. //cl_crosshair_outlinethickness "1"
  18. //cl_crosshair_drawoutline "1"
  19. //cl_fixedcrosshairgap "0"
  20.  
  21. bind mwheelup "say .noclip; r_cleardecals"
  22. bind k "say Fuck u teeh; say .ready"
  23. bind "t" "exec autoexec.cfg"
  24. bind "w "+forward; r_cleardecals;
  25. bind "s" "+back; r_cleardecals;
  26. bind "a" "+moveleft; r_cleardecals;
  27. bind "d" "+moveright; r_cleardecals;
  28.  
  29. bind "3" "slot8; cl_crosshairsize 500"
  30.  
  31. bind "f" "+cl_show_team_equipment"
  32.  
  33. alias "+jumpthrow" "+jump;-attack"
  34. alias "-jumpthrow" "-jump"
  35. bind "C" "+jumpthrow"
  36.  
  37. mm_dedicated_search_maxping "115"
  38. hud_scaling 0.7
  39. cl_radar_scale "0.2"
  40.  
  41. // Mouse commands
  42. m_rawinput "1"
  43. m_mouseaccel1 "0"
  44. m_mouseaccel2 "0"
  45.  
  46. // Viewmodel
  47. viewmodel_fov "100"
  48. viewmodel_offset_x "2"
  49. viewmodel_offset_y "2"
  50. viewmodel_offset_z "-2"
  51.  
  52.  
  53. // Bobbing and movement shifting
  54. cl_viewmodel_shift_left_amt "0"
  55. cl_viewmodel_shift_right_amt "0"
  56. cl_bob_lower_amt "0"
  57. cl_bobamt_lat "0"
  58. cl_bobamt_vert "0"
  59. cl_bobcycle "2"
  60.  
  61. // Audio
  62. snd_mixahead "0.05"
  63. snd_headphone_pan_exponent "2"
  64. snd_musicvolume "0"
  65.  
  66.  
  67.  
  68. // TO ENABLE: Save this script in the "C:\Program Files\Steam\steamapps\common\Counter-Strike Source\cstrike\cfg" folder AND name it "autoexec.cfg" (without quotes). Do not save it as "autoexec.cfg.txt".
  69. // Email question, comments and feedback to namesben@gmail.com
  70. // This script is fully customizable, edit it as you see fit.
  71.  
  72.  
  73. // --------------------------
  74. // Binds
  75.  
  76. //bind "<key>" "buy hegrenade"
  77. //bind "<key>" "buy flashbang"
  78. //bind "<key>" "buy smokegrenade"
  79. //bind "<key>" "buy defuser"
  80. //bind "<key>" "vest"
  81. //bind "<key>" "vesthelm"
  82. //bind "<key>" "buy ak47"
  83. //bind "<key>" "buy m4a1"
  84. //bind "<key>" "buy deagle"
  85. //bind "<key>" "buy awp"
  86. //bind "<key>" "buy mp5"
  87. //bind "<key>" "buy usp"
  88.  
  89.  
  90. // This is how have my binds configured.
  91. // REMOVE '//' FROM THE BEGINNING OF A BIND TO ENABLE IT.
  92.  
  93. bind "kp_end" "buy hegrenade" // Keypad #1 = Grenade
  94. bind "kp_downarrow" "buy flashbang" // Keypad #2 = Flashbang
  95. bind "kp_pgdn" "buy smokegrenade" // Keypad #3 = Smoke
  96. bind "kp_leftarrow" "buy vest" // Keypad #4 = Vest
  97. bind "kp_5" "buy defuser" // Keypad #5 = Defuser (CT)
  98. bind "kp_rightarrow" "buy vesthelm" // Keypad #6 = Vest & Helm
  99. bind "kp_home" "buy ak47;buy m4a1" // Keypad #7 = M4/AK-47
  100. bind "kp_uparrow" "buy p250" // Keypad #8 = P250
  101. bind "kp_pgup" "buy awp" // Keypad #9 = AWP
  102.  
  103. bind "space" "+jump" // Space = jump
  104. bind "mwheeldown" "+jump" // Mouse wheel down = Jump
  105.  
  106. unbind "f10" // unbinds F10 (quit)
  107. bind "f10" "kill" // F10 = player suicides
  108.  
  109. bind "kp_slash" "give weapon_hegrenade" // Keypad "/" = Give HE (sv_cheats 1)
  110. bind "kp_multiply" "give weapon_flashbang" // Keypad "*" = Give flash (sv_cheats 1)
  111. bind "kp_minus" "give weapon_smokegrenade // Keypad "-" = Give smoke (sv_cheats 1)
  112.  
  113.  
  114. // --------------------------
  115. // HUD Settings: Advanced customization commands of HUD, etc.
  116.  
  117. cl_crosshair_drawoutline "0"
  118. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  119. cl_crosshair_dynamic_splitalpha_innermod "1"
  120. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  121. cl_crosshair_dynamic_splitdist "7"
  122. cl_crosshair_outlinethickness "1"
  123. cl_crosshair_sniper_show_normal_inaccuracy "0"
  124. cl_crosshair_sniper_width "1"
  125. cl_crosshair_t "0"
  126. cl_crosshairalpha "255"
  127. cl_crosshaircolor "5"
  128. cl_crosshaircolor_b "255"
  129. cl_crosshaircolor_g "0"
  130. cl_crosshaircolor_r "255"
  131. cl_crosshairdot "0"
  132. cl_crosshairgap "0.5"
  133. cl_crosshairgap_useweaponvalue "0"
  134. cl_crosshairscale "0"
  135. cl_crosshairsize "3"
  136. cl_crosshairstyle "4"
  137. cl_crosshairthickness "1.2"
  138. cl_crosshairusealpha "1"
  139. cl_fixedcrosshairgap "0"
  140.  
  141.  
  142. cl_autowepswitch "0" // "1" Automatically switches to picked up weapon | "0" Disables
  143. cl_autohelp "0" // "1" Enables in-game help popup | "0" Disables
  144. cl_showhelp "0"
  145. hud_showtargetid "1"
  146. cl_radar_rotate "1" // "1" Radar turns with player | "0" Radar is locked in position
  147. cl_righthand "0" // "1" Guns held right handed | "0" Guns held left handed
  148. cl_showfps "0" // "1" Shows current fps in top right corner of screen | "0" Disables
  149.  
  150. net_graph "0" // "1" Enables net_graph | "0" Disables [Use in conjunction with "Scoreboard with Netgraph" bind below.]
  151. net_graphheight "50" // Sets net_graph vertical position: Smaller number = lower graph position
  152. net_graphproportionalfont "0" // "1" net_graph text is large | "0" net_graph font is small
  153. net_graphpos "1" // "1" net_graph aligned to right side of screen | "2" middle of screen | "3" left of screen
  154.  
  155.  
  156. // --------------------------
  157. // Miscellaneous Settings: Other customizations and commands.
  158.  
  159. cl_disablefreezecam "1" // "1" Disables freeze/death cam | "0" Enables.
  160. cl_disablehtmlmotd "0" // "1" Disables HTML Message Of The Day (MOTD) | "0" Enables
  161. cl_downloadfilter "nosounds" // "none" Disables all server downloads | "nosounds" Disables server sound downloads | "all" Enables all downloads
  162. con_enable "1" // "1" Enables developer's console | "0" Disables
  163. mat_monitorgamma_tv_enabled "1" // "1" Enables high screen brightness | "0" Disables
  164. mat_monitorgamma "1" // Sets the high screen brightness levels: higher number = higher screen gamma
  165. m_customaccel "0" // Sets a custom acceleration curve | "0" Disables
  166. voice_enable "1" // "1" Enables in-game voice chat transmission and receipt | "O" Disables
  167. zoom_sensitivity_ratio_mouse "1.0" // Sets sensitivity ratio for when using a scoped weapon.
  168.  
  169.  
  170. // --------------------------
  171. // FPS Settings: Settings that will increase fps without ruining the game's feel or appearance. (I experienced 25-60 more fps, depending on map.)
  172.  
  173. cl_forcepreload "1" // "1" Preloads game assets at level start | "0" Disables
  174. fps_max "241" // Sets a cap on the fps | "0" Removes cap
  175.  
  176.  
  177. // --------------------------
  178. // Net Code Settings: Corrects rates for optimal registration and ping.
  179. cl_cmdrate "128"
  180. cl_updaterate "128"
  181. cl_interp "0"
  182. cl_interp_ratio "1"
  183. rate "128000"
  184.  
  185.  
  186. // --------------------------
  187. // Dynamic Binds
  188. // Cycle Cross Hair Color: 'Delete' will rotate through eight different crosshair colors
  189. alias "chcolor" "ccolor1"
  190. alias "ccolor1" "cl_crosshaircolor_g 255; echo CH Color: White; alias chcolor ccolor2"
  191. alias "ccolor2" "cl_crosshaircolor_r 0; echo CH Color: G/B; alias chcolor ccolor3"
  192. alias "ccolor3" "cl_crosshaircolor_b 0; echo CH Color: Green; alias chcolor ccolor4"
  193. alias "ccolor4" "cl_crosshaircolor_r 255; echo CH Color: G/R; alias chcolor ccolor5"
  194. alias "ccolor5" "cl_crosshaircolor_g 0; echo CH Color: Red; alias chcolor ccolor6"
  195. alias "ccolor6" "cl_crosshaircolor_r 0; echo CH Color: Black; alias chcolor ccolor7"
  196. alias "ccolor7" "cl_crosshaircolor_b 255; echo CH Color: Blue; alias chcolor ccolor8"
  197. alias "ccolor8" "cl_crosshaircolor_r 255; echo CH Color: R/B; alias chcolor ccolor1"
  198. bind "del" "chcolor"
  199.  
  200. // Cycle Cross Hair Transparency: 'End' will rotate through six different crosshair transparencies [cl_crosshairusealpha must be "1" to use]
  201. bind "end" "incrementvar cl_crosshairalpha 125 255 26"
  202.  
  203. // Cycle Cross Hair Size: 'Page Down' will rotate through eight different crosshair sizes
  204. bind "pgdn" "incrementvar cl_crosshairsize 0.5 4 0.5"
  205.  
  206. // Scoreboard with Netgraph: 'Tab' will show scoreboard and netgraph for as long as the key is pressed
  207. alias "+sb" "+showscores; net_graph 1"
  208. alias "-sb" "-showscores; net_graph 0"
  209. bind "tab" "+sb"
  210.  
  211.  
  212. echo ""
  213. echo "**************************************************"
  214. echo " Ben's CS:GO Config Beta2 Loaded "
  215. echo " Email support available at namesben@gmail.com "
  216. echo "**************************************************"
  217. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement