Guest User

Untitled

a guest
Jun 21st, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. clear
  2. echo "+--------------------------------------------------+"
  3. echo "+ +"
  4. echo "+ Loading CrazyTomato1's autoexec.cfg! +"
  5. echo "+ +"
  6. echo "+--------------------------------------------------+"
  7.  
  8. // Launch Options
  9. // -novid -nojoy -tickrate 128
  10.  
  11. // Index
  12. // 1. Default Keybinds
  13. // 2. Custom Keybinds
  14. // 3. Crosshair
  15. // 4. HUD/Radar
  16. // 5. Practice
  17. // 6. Miscellaneous
  18.  
  19. // -------------------
  20. // 1. Default Keybinds
  21. // -------------------
  22. unbindall
  23.  
  24. sensitivity "1.40"
  25. m_rawinput "1"
  26. m_customaccel_exponent "0"
  27. m_mouseaccel1 "0"
  28. m_mouseaccel2 "0"
  29. m_customaccel "0"
  30. m_mousespeed "0"
  31.  
  32. bind "1" "slot1"
  33. bind "2" "slot2"
  34. bind "3" "slot3"
  35.  
  36. bind "W" "+forward"
  37. bind "A" "+moveleft"
  38. bind "S" "+back"
  39. bind "D" "+moveright"
  40. bind "SPACE" "+jump"
  41. bind "SHIFT" "+speed"
  42. bind "CTRL" "+duck"
  43. bind "MOUSE1" "+attack"
  44. bind "MOUSE2" "+attack2"
  45.  
  46. bind "4" "use weapon_incgrenade; use weapon_molotov"
  47. bind "C" "use weapon_flashbang"
  48. bind "V" "use weapon_smokegrenade"
  49. bind "X" "use weapon_hegrenade"
  50. bind "Z" "use weapon_decoy"
  51.  
  52. bind "R" "+reload"
  53. bind "E" "+use"
  54. bind "G" "drop"
  55. bind "F" "+lookatweapon"
  56. bind "B" "buymenu"
  57. bind "T" "+spray_menu"
  58. bind "TAB" "+showscores"
  59. bind "M" "teammenu"
  60. bind "U" "messagemode2"
  61. bind "Y" "messagemode"
  62. bind "\" "+voicerecord"
  63.  
  64. bind "ESCAPE" "cancelselect"
  65. bind "`" "toggleconsole"
  66. bind "F10" "quit prompt"
  67.  
  68. bind "NULL" "radio1"
  69. bind "NULL" "radio2"
  70. bind "NULL" "radio3"
  71. bind "NULL" "show_loadout_toggle"
  72. bind "NULL" "buyammo1"
  73. bind "NULL" "buyammo2"
  74. bind "NULL" "mute"
  75. bind "NULL" "pause"
  76. bind "NULL" "autobuy"
  77. bind "NULL" "rebuy"
  78. bind "NULL" "jpeg"
  79. bind "NULL" "save quick"
  80. bind "NULL" "load quick"
  81.  
  82. // ------------------
  83. // 2. Custom Keybinds
  84. // ------------------
  85. bind "KP_HOME" "buy m4a1"
  86. bind "KP_UPARROW" "buy famas"
  87. bind "KP_PGUP" "buy awp"
  88. bind "KP_LEFTARROW" "buy ump45"
  89. bind "KP_END" "buy p250"
  90. bind "KP_DOWNARROW" "buy tec9"
  91. bind "KP_PGDN" "buy deagle"
  92. bind "KP_INS" "buy vest; buy vesthelm"
  93. bind "KP_DEL" "buy defuser"
  94. bind "KP_ENTER" "buy hegrenade; buy flashbang; buy flashbang; buy smokegrenade"
  95. bind "KP_PLUS" "buy hegrenade; buy flashbang; buy molotov; buy smokegrenade"
  96. bind "KP_SLASH" "buy hegrenade"
  97. bind "KP_MULTIPLY" "buy flashbang"
  98. bind "KP_MINUS" "buy smokegrenade"
  99.  
  100. bind "5" "slot3; use weapon_c4; drop; slot2; slot1"
  101.  
  102. alias "+knife" "slot3"
  103. alias "-knife" "slot2; slot1"
  104. bind "Q" "+knife"
  105.  
  106. alias "+jumpthrow" "+jump; -attack"
  107. alias "-jumpthrow" "-jump"
  108. bind "MOUSE3" "+jumpthrow"
  109.  
  110. bind "]" "toggle voice_scale 0 0.1"
  111.  
  112. // ------------
  113. // 3. Crosshair
  114. // ------------
  115. cl_crosshairstyle "4"
  116. cl_crosshairsize "3"
  117. cl_crosshairthickness "0.5"
  118. cl_crosshairgap "1"
  119. cl_crosshair_drawoutline "1"
  120. cl_crosshair_outlinethickness "1"
  121. cl_crosshairdot "1"
  122. cl_crosshair_t "0"
  123. cl_crosshaircolor "5"
  124. cl_crosshaircolor_r "0"
  125. cl_crosshaircolor_g "255"
  126. cl_crosshaircolor_b "0"
  127. cl_crosshairalpha "255"
  128. cl_crosshairusealpha "1"
  129. cl_crosshair_sniper_show_normal_inaccuracy "0"
  130. cl_crosshair_sniper_width "1"
  131. cl_crosshairgap_useweaponvalue "0"
  132.  
  133. // ------------
  134. // 4. HUD/Radar
  135. // ------------
  136. cl_radar_scale "0.315"
  137. cl_radar_icon_scale_min "0.55"
  138. cl_radar_rotate "1"
  139. cl_radar_always_centered "0"
  140. cl_radar_square_with_scoreboard "1"
  141.  
  142. hud_scaling "0.85"
  143. cl_hud_radar_scale "1.15"
  144. cl_hud_bomb_under_radar "1"
  145. cl_hud_background_alpha "0.45"
  146. cl_hud_color "3"
  147. cl_hud_healthammo_style "0"
  148. cl_hud_playercount_pos "0"
  149. cl_hud_playercount_showcount "0"
  150.  
  151. +cl_show_team_equipment
  152. cl_scoreboard_mouse_enable_binding "+attack2"
  153.  
  154. // -----------
  155. // 5. Practice
  156. // -----------
  157. bind "P" "sv_cheats 1; sv_infinite_ammo 1; ammo_grenade_limit_total 5; mp_warmup_end; mp_freezetime 0; mp_roundtime 60; mp_roundtime_defuse 60; sv_grenade_trajectory 1; sv_grenade_trajectory_time 10; sv_showimpacts 1; mp_limitteams 0; mp_autoteambalance 0; mp_maxmoney 60000; mp_startmoney 60000; mp_buytime 9999; mp_buy_anywhere 1; mp_restartgame 1; bot_kick;"
  158. bind "6" "noclip"
  159.  
  160. // ----------------
  161. // 6. Miscellaneous
  162. // ----------------
  163. con_enable "1"
  164. fps_max "999"
  165. fps_max_menu "999"
  166.  
  167. cl_color "3"
  168. lobby_voice_chat_enabled "0"
  169. mm_dedicated_search_maxping "85"
  170. cl_timeout "30"
  171.  
  172. snd_mix_async "1"
  173. snd_mixahead "0.025"
  174.  
  175. rate "786432"
  176. cl_cmdrate "128"
  177. cl_updaterate "128"
  178. cl_interp "0"
  179. cl_interp_ratio "1"
  180. cl_lagcompensation "1"
  181.  
  182. gameinstructor_enable "0"
  183. cl_autohelp "0"
  184. cl_showhelp "0"
  185. cl_autowepswitch "0"
  186. cl_use_opens_buy_menu "0"
  187.  
  188. cl_disablehtmlmotd "0"
  189. cl_downloadfilter "nosounds"
  190. cl_allowdownload "1"
  191. cl_allowupload "1"
  192.  
  193. cl_bob_lower_amt "21"
  194. cl_bobamt_lat "0.4"
  195. cl_bobamt_vert "0.25"
  196. cl_bobcycle "0.98"
  197. cl_viewmodel_shift_left_amt "1.5"
  198. cl_viewmodel_shift_right_amt "0.75"
  199.  
  200. host_writeconfig
Add Comment
Please, Sign In to add comment