Advertisement
Guest User

CSGO autoexec

a guest
Jan 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. //crosshair settings
  2. cl_crosshair_t 1
  3. cl_crosshair_drawoutline "0"
  4. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  5. cl_crosshair_dynamic_splitalpha_innermod "1"
  6. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  7. cl_crosshair_dynamic_splitdist "7"
  8. cl_crosshair_outlinethickness "1"
  9. cl_crosshair_sniper_show_normal_inaccuracy "0"
  10. cl_crosshair_sniper_width "1"
  11. cl_crosshairalpha "200"
  12. cl_crosshaircolor "5"
  13. cl_crosshaircolor_b "0"
  14. cl_crosshaircolor_g "0"
  15. cl_crosshaircolor_r "255"
  16. cl_crosshairdot "0"
  17. cl_crosshairgap "-2"
  18. cl_crosshairgap_useweaponvalue "0"
  19. cl_crosshairscale "0"
  20. cl_crosshairsize "2"
  21. cl_crosshairstyle "4"
  22. cl_crosshairthickness "0.7"
  23. cl_crosshairusealpha "1"
  24. cl_fixedcrosshairgap "3"
  25. cl_hud_color "3"
  26.  
  27. //viewmodel settings
  28. cl_viewmodel_shift_left_amt "1.5"
  29. cl_viewmodel_shift_right_amt "0.75"
  30. viewmodel_fov "60"
  31. viewmodel_offset_x "1"
  32. viewmodel_offset_y "1"
  33. viewmodel_offset_z "-1.500000"
  34. viewmodel_presetpos "0"
  35. cl_bob_lower_amt "21"
  36. cl_bobamt_lat "0.33"
  37. cl_bobamt_vert "0.14"
  38. cl_bobcycle "0.98"
  39. cl_righthand 1
  40. bindToggle y cl_righthand //not nessicary but fun
  41.  
  42. //radar settings
  43. cl_radar_always_centered 0
  44. cl_hud_radar_scale 1
  45. cl_radar_icon_scale_min 0.7
  46. cl_radar_rotate 1
  47. cl_radar_scale 0.25
  48. cl_hud_bomb_under_radar
  49.  
  50. //mouse settings
  51. sensitivity 1.47
  52. //dpi 1000
  53. m_rawinput 1
  54.  
  55. //binds
  56. bind "c" "slot8"
  57. bind "v" "slot7"
  58. bind "b" "slot6"
  59. bind "g" "slot10"
  60. bind mwheeldown "+jump"
  61. bind mwheelup "+jump"
  62. bind "i" "messagemode"
  63. bind "o" "messagemode2"
  64. bind "x" "+lookatweapon"
  65. bind "f" "+voicerecord"
  66. bind "t" "drop"
  67. bind "l" "slot9"
  68. bind "p" "noclip"
  69. bind "e" "+use; r_cleardecals"
  70. bind "w" "+forward; +cl_show_team_equipment"
  71. bind "a" "+moveleft; +cl_show_team_equipment"
  72. bind "d" "+moveright; +cl_show_team_equipment"
  73. bind "s" "+back; +cl_show_team_equipment"
  74. bind "r" "+reload;r_cleardecals"
  75. bind "t" "drop"
  76. bind "q" "lastinv"
  77. bind "space" "+jump; +cl_show_team_equipment"
  78. bind "`" "toggleconsole"
  79. bind "alt" "+spray_menu"
  80. bind "kp_del" "exec spotify"
  81.  
  82. //buy binds
  83. bind "kp_slash" "buy ak47; buy m4a1"
  84. bind "kp_uparrow" "buy awp"
  85. bind "kp_5" "buy vest; buy vesthelm; buy defuser"
  86. bind "kp_downarrow" "buy molotov; buy incgrenade; buy flashbang; buy flashbang; buy smokegrenade"
  87. bind "kp_ins" "buy tec9; buy fiveseven"
  88. bind "kp_enter" "buy p250"
  89.  
  90. //binds to make crosshair big when nade selected
  91. bind "z" "nadetoggleoff; r_cleardecals"
  92.  
  93. alias "nadetoggleon" "cl_crosshairsize 350"
  94.  
  95. alias "nadetoggleoff" "cl_crosshairsize 2"
  96.  
  97. bind "1" "slot1; nadetoggleoff"
  98. bind "2" "slot2; nadetoggleoff"
  99. bind "3" "slot3; nadetoggleoff"
  100. bind "4" "use weapon_c4; nadetoggleoff"
  101. bind "5" "slot 4"
  102.  
  103. bind "c" "use weapon_knife; use weapon_smokegrenade; nadetoggleon"
  104. bind "v" "use weapon_knife; use weapon_flashbang; nadetoggleon"
  105. bind "b" "use weapon_knife; use weapon_hegrenade; nadetoggleon"
  106. bind "g" "use weapon_knife; use weapon_incgrenade; use weapon_molotov; nadetoggleon"
  107. bind "l" "slot9; nadetoggleon"
  108.  
  109. //jumpthrow bind
  110. alias "+jumpthrow" "+jump;-attack"
  111. alias "-jumpthrow" "-jump"
  112. bind "h" "+jumpthrow"
  113.  
  114. //binds to make radar bigger or smaller when + or - is pressed
  115. bind "KP_MINUS" "incrementvar cl_radar_scale 0.25 1.0 -0.05"
  116. bind "KP_PLUS" "incrementvar cl_radar_scale 0.25 1.0 0.05"
  117. cl_radar_always_centered 0
  118.  
  119.  
  120. //bind to make net graph show up when you open scoreboard
  121. net_graph "1"
  122. net_graphheight "9999"
  123. alias "+scorenet" "+showscores; net_graphheight 0"
  124. alias "-scorenet" "-showscores; net_graphheight 9999"
  125. bind "TAB" "+scorenet"
  126.  
  127. //makes damage given shown after death in top left
  128. con_filter_text "Damage Given To"
  129. con_filter_text_out "Player:"
  130. con_filter_enable "2"
  131. developer "1"
  132.  
  133. //choose prefered color
  134. cl_color 4
  135.  
  136. //misc. settings
  137. cl_autowepswitch "0"
  138. cl_disablefreezecam "1"
  139. +cl_show_team_equipment
  140.  
  141. //volume settings
  142. volume 0.7
  143. voice_scale 0.6
  144. voice_enable 1
  145. snd_musicvolume 0.2
  146. snd_menumusic_volume 0.2
  147. snd_roundstart_volume 0.2
  148. snd_roundend_volume 0.08
  149. snd_mapobjective_volume 0.25
  150. snd_tensecondwarning_volume 0.35
  151. snd_deathcamera_volume 0.1
  152.  
  153.  
  154. // MANUAL VOLUME CHANGE
  155. alias "volmin" "volume 0.0;echo |*__________| VOLUME 0% MINIMUM!;alias volup vol1;alias voldn ngmin"
  156. alias "vol1" "volume 0.1;echo |_*_________| VOLUME 10%;alias volup vol2;alias voldn volmin"
  157. alias "vol2" "volume 0.2;echo |__*________| VOLUME 20%;alias volup vol3;alias voldn vol1"
  158. alias "vol3" "volume 0.3;echo |___*_______| VOLUME 30%;alias volup vol4;alias voldn vol2"
  159. alias "vol4" "volume 0.4;echo |____*______| VOLUME 40%;alias volup vol5;alias voldn vol3"
  160. alias "vol5" "volume 0.5;echo |_____*_____| VOLUME 50%;alias volup vol6;alias voldn vol4"
  161. alias "vol6" "volume 0.6;echo |______*____| VOLUME 60%;alias volup vol7;alias voldn vol5"
  162. alias "vol7" "volume 0.7;echo |_______*___| VOLUME 70%;alias volup vol8;alias voldn vol6"
  163. alias "vol8" "volume 0.8;echo |________*__| VOLUME 80%;alias volup vol9;alias voldn vol7"
  164. alias "vol9" "volume 0.9;echo |_________*_| VOLUME 90%;alias volup vol10;alias voldn vol8"
  165. alias "vol10" "volume 1.0;echo |__________*| VOLUME 100% MAXIMUM!;alias voldn vol9"
  166. alias "volup" "vol8"
  167. alias "voldn" "vol6"
  168. bind "UPARROW" "volup"
  169. bind "DOWNARROW" "voldn"
  170.  
  171. volume 0.7
  172.  
  173. //you dont need these
  174. gameinstructor_enable "0"
  175. cl_autohelp "0"
  176. cl_showhelp "0"
  177.  
  178. //slam settings
  179. exec slam
  180. bind kp_end "exec slam_tracklist"
  181.  
  182. //starts practice exec
  183. bind kp_del "exec prac"
  184.  
  185. //dont touch this
  186. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement