Advertisement
TheDeafBoi

autoexec.cfg

Oct 21st, 2019 (edited)
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.90 KB | None | 0 0
  1. echo Config Game Settings
  2.  
  3. //Alias
  4. alias "taser" "give weapon_taser"
  5. alias "tazer" "give weapon_taser"
  6. alias "zeus" "give weapon_taser"
  7. // Knive's
  8. alias "bayonet" "give weapon_bayonet"
  9. alias "flip" "give weapon_knife_flip"
  10. alias "gut" "give weapon_knife_gut"
  11. alias "karambit" "give weapon_knife_karambit"
  12. alias "m9_bayonet" "give weapon_knife_m9_bayonet"
  13. alias "m9bayonet" "give weapon_knife_m9_bayonet"
  14. // Nade's
  15. alias "decoy" "give weapon_decoy"
  16. alias "flashbang" "give weapon_flashbang"
  17. alias "grenade" "give weapon_hegrenade"
  18. alias "incendiary" "give weapon_Incgrenade"
  19. alias "molotov" "give weapon_molotov"
  20. alias "smoke" "give weapon_smokegrenade"
  21. // Pistol's
  22. alias "deagle" "give weapon_deagle"
  23. alias "fiveseven" "give weapon_fiveseven"
  24. alias "tec9" "give weapon_tec9"
  25. alias "glock" "give weapon_glock"
  26. alias "p2000" "give weapon_hkp2000"
  27. alias "P250" "give weapon_P250"
  28. alias "usp" "give weapon_usp_silencer"
  29. alias "usps" "give weapon_usp_silencer"
  30. alias "cz" "give weapon_cz75a"
  31. alias "duals" "give weapon_elite"
  32. alias "dual" "give weapon_elite"
  33. // Smgs
  34. alias "bizon" "give weapon_bizon"
  35. alias "mac10" "give weapon_mac10"
  36. alias "mp7" "give weapon_mp7"
  37. alias "mp5" "give weapon_mp5"
  38. alias "mp9" "give weapon_mp9"
  39. alias "P90" "give weapon_P90"
  40. alias "ump" "give weapon_ump45
  41. // Heavy's
  42. alias "mag7" "give weapon_mag7"
  43. alias "Negev" "give weapon_negev"
  44. alias "Nova" "give weapon_nova"
  45. alias "Sawedoff" "give weapon_SAWEDOFF"
  46. alias "Sawed" "give weapon_SAWEDOFF"
  47. alias "Xm" "give weapon_XM1014"
  48. // Rifles
  49. alias "ak" "give weapon_ak47"
  50. alias "aug" "give weapon_aug"
  51. alias "awp" "give weapon_awp"
  52. alias "colt" "give weapon_m4a1_silencer"
  53. alias "a1" "give weapon_m4a1_silencer"
  54. alias "m4a1" "give weapon_m4a1_silencer"
  55. alias "m4a1s" "give weapon_m4a1_silencer"
  56. alias "m4a1_s" "give weapon_m4a1_silencer"
  57. alias "famas" "give weapon_famas"
  58. alias "galil" "give weapon_galilar"
  59. alias "m4" "give weapon_m4a1"
  60. alias "m4a4" "give weapon_m4a1"
  61. alias "a4" "give weapon_m4a1"
  62. alias "scar" "give weapon_SCAR20"
  63. alias "scar20" "give weapon_SCAR20"
  64. alias "CTauto" "give weapon_SCAR20"
  65. alias "CT_auto" "give weapon_SCAR20"
  66. alias "scout" "give weapon_ssg08"
  67. alias "g3sg1" "give weapon_g3sg1"
  68. alias "gsg" "give weapon_g3sg1"
  69. alias "g3sg" "give weapon_g3sg1"
  70. alias "g3sg1" "give weapon_g3sg1"
  71. alias "T_Auto" "give weapon_g3sg1"
  72. alias "Tauto" "give weapon_g3sg1"
  73. // Maps
  74. alias "aztec" "map de_aztec "
  75. alias "cache" "map de_cache"
  76. alias "cobblestone" "map de_cbble"
  77. alias "dust" "map de_dust"
  78. alias "dust2" "map de_dust2"
  79. alias "inferno" "map de_inferno"
  80. alias "mill" "map de_mill"
  81. alias "mirage" "map de_mirage"
  82. alias "nuke" "map de_nuke"
  83. alias "overpass" "map de_overpass"
  84. alias "seaside" "map de_seaside"
  85. alias "season" "map de_season"
  86. alias "train" "map de_tain"
  87. alias "vertigo" "map de_vertigo"
  88. //Misc
  89. alias "dc" "disconnect"
  90. alias "quit" "quit;exit"
  91. alias "rt" "retry"
  92. alias "restart" "mp_restartgame 1"
  93.  
  94. //Buy binds
  95. bind "kp_minus" "buy molotov; buy incgrenade"
  96. bind "kp_plus" "buy famas; buy galilar;"
  97. bind "kp_enter" "buy ak47; buy m4a1; buy vest; buy vesthelm"
  98. bind "kp_del" "buy deagle"
  99. bind "kp_pgdn" "buy ak47; buy m4a1"
  100. bind "kp_downarrow" "buy vesthelm;"
  101. bind "kp_end" "buy vest"
  102. bind "kp_leftarrow" "buy hegrenade"
  103. bind "kp_5" "buy flashbang"
  104. bind "kp_rightarrow" "buy smokegrenade"
  105. bind "kp_home" "buy p250"
  106. bind "kp_uparrow" "buy awp"
  107. bind "kp_pgup" "buy fiveseven; buy tec9"
  108. bind "kp_slash" "buy ssg08"
  109. bind "kp_multiply" "buy mac10; buy mp9"
  110. bind "kp_ins" "buy g3sg1; buy defuser"
  111.  
  112. // Main Settings
  113. con_enable "1" //Enables Console
  114. gameinstructor_enable "0" //Removes/Enables in-game instructions
  115. cl_showhelp "0" //Removes on-screen help
  116. cl_autohelp "0" //Removes automatic help
  117. cl_disablefreezecam "1" //Disables Freezecam
  118. cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server
  119. cl_autowepswitch "0" //Disable auto-weapon switch
  120. cl_forcepreload "0" //Disabled for higher FPS, and a smoother experience (thanks John McDonald)
  121. cl_join_advertise "2" //Let friends join your community servers
  122. lobby_default_privacy_bits2 "0" //Set default lobby permissions to "friends need invite"
  123. spec_replay_autostart "0" //Disable Auto-start Killer Replay when available
  124.  
  125. //Viewmodel
  126. cl_viewmodel_shift_left_amt "1.5"
  127. cl_viewmodel_shift_right_amt "0.75"
  128. viewmodel_fov "68"
  129. viewmodel_offset_x "1.5"
  130. viewmodel_offset_y "2"
  131. viewmodel_offset_z "-2"
  132. viewmodel_presetpos "0"
  133. viewmodel_recoil "0"
  134. cl_bob_lower_amt "21"
  135. cl_bobamt_lat "0.33"
  136. cl_bobamt_vert "0.14"
  137. cl_bobcycle "0.98"
  138.  
  139. //Radar
  140. cl_radar_always_centered "1"
  141. cl_radar_icon_scale_min "0.6"
  142. cl_radar_rotate "1"
  143. cl_radar_square_with_scoreboard "1"
  144. cl_radar_scale "0.7"
  145.  
  146. //HUD
  147. cl_hud_radar_scale "1"
  148. cl_hud_bomb_under_radar "1"
  149. cl_hud_background_alpha "0.600000"
  150. cl_hud_color "8"
  151. cl_hud_healthammo_style "0"
  152. cl_hud_playercount_pos "0"
  153. cl_hud_playercount_showcount "0"
  154. cl_hud_radar_scale "1.1"
  155. hud_scaling "0.85"
  156. hud_showtargetid "1"
  157. hud_takesshots "0"
  158.  
  159. //Crosshair
  160. cl_crosshair_drawoutline "1"
  161. cl_crosshair_dynamic_maxdist_splitratio "0.400000"
  162. cl_crosshair_dynamic_splitalpha_innermod "1"
  163. cl_crosshair_dynamic_splitalpha_outermod "0.500000"
  164. cl_crosshair_dynamic_splitdist "1.000000"
  165. cl_crosshair_friendly_warning "2"
  166. cl_crosshair_outlinethickness "1"
  167. cl_crosshair_sniper_show_normal_inaccuracy "0"
  168. cl_crosshair_sniper_width "1"
  169. cl_crosshair_t "0"
  170. cl_crosshairalpha "255"
  171. cl_crosshaircolor "5"
  172. cl_crosshaircolor_b "255"
  173. cl_crosshaircolor_g "255"
  174. cl_crosshaircolor_r "0"
  175. cl_crosshairdot "0"
  176. cl_crosshairgap "0"
  177. cl_crosshairgap_useweaponvalue "0"
  178. cl_crosshairsize "1.500000"
  179. cl_crosshairstyle "2"
  180. cl_crosshairthickness "0""
  181. cl_crosshairusealpha "1"
  182.  
  183. //Bind
  184. unbindall
  185. bind "1" "slot1"
  186. bind "2" "slot2"
  187. bind "3" "slot3"
  188. bind "4" "slot4"
  189. bind "5" "slot5"
  190. bind "6" "slot6"
  191. bind "7" "slot7"
  192. bind "8" "slot8"
  193. bind "9" "slot9"
  194. bind "0" "slot10"
  195. bind "a" "+moveleft"
  196. bind "b" "buymenu"
  197. bind "d" "+moveright"
  198. bind "e" "+use"
  199. bind "f" "+lookatweapon"
  200. bind "g" "drop"
  201. bind "i" "show_loadout_toggle"
  202. bind "n" "noclip"
  203. bind "o" "say !r"
  204. bind "p" "slot11"
  205. bind "q" "lastinv"
  206. bind "r" "+reload"
  207. bind "s" "+back"
  208. bind "t" "+spray_menu"
  209. bind "u" "messagemode2"
  210. bind "w" "+forward"
  211. bind "y" "messagemode"
  212. bind "]" "give chicken"
  213. bind "'" "callvote"
  214. bind "`" "toggleconsole"
  215. bind "," "buyammo1"
  216. bind "." "teammenu"
  217. bind "/" "+cl_show_team_equipment"
  218. bind "-" "firstperson"
  219. bind "=" "thirdperson"
  220. bind "SPACE" "+jump"
  221. bind "TAB" "+showscores"
  222. bind "CAPSLOCK" "toggle cl_righthand"
  223. bind "ESCAPE" "cancelselect"
  224. bind "DEL" "mute"
  225. bind "PAUSE" "pause"
  226. bind "SHIFT" "+speed"
  227. bind "ALT" "r_cleardecals"
  228. bind "CTRL" "+duck"
  229. bind "UPARROW" "buy weapon_flashbang; use weapon_flashbang; echo Bought: Flashbang" //Buys Flashbang
  230. bind "LEFTARROW" "use weapon_molotov; use weapon_incgrenade; echo Bought: Molotov"//Buys Molotov
  231. bind "DOWNARROW" "buy weapon_smokegrenade; use weapon_smokegrenade; echo Bought: Smoke Grenade" //Buys Smoke
  232. bind "RIGHTARROW" "buy weapon_hegrenade; use weapon_hegrenade; echo Bought: HE Grenade" //Buys HE
  233. bind "F10" "quit prompt"
  234. bind "MOUSE1" "+attack" //Shoot
  235. bind "MOUSE2" "+attack2" //Scope
  236. bind "MOUSE3" "+jump;-attack;-attack2;-jump" //Jump-throw
  237. bind "MWHEELUP" "+jump" //Bhop
  238. bind "MWHEELDOWN" "+jump" //Bhop
  239. bind "mouse5" "+voicerecord"
  240. bind "k" "+voicerecord"
  241. bind "z" "radio" //Offline Menu
  242. bind "x" "slot12 " //Medi-shot
  243. bind "c" "radio2" //Radio Menu
  244.  
  245. //Ect
  246. fps_max 0
  247. cl_disablefreezecam 1
  248. mat_monitorgamma 1.6
  249. cl_use_opens_buy_menu 0
  250. cl_hud_playercount_showcount 0
  251. cl_viewmodel_shift_left_amt 0.5
  252. cl_viewmodel_shift_right_amt 0.25
  253. cl_color "2"
  254. cl_showpos "1"
  255.  
  256. //Skeet
  257. alias +skeet "playvol buttons/arena_switch_press_02 .55;+attack"
  258. alias -skeet "-attack"
  259. alias skeeton "bind "mouse1" "+skeet"; echo "skeet invite pls""
  260. alias skeetoff "bind "mouse1" "+attack""
  261.  
  262. //LJ
  263. alias +ljscript "+duck; +jump; -forward; -back"
  264. alias -ljscript "-duck; -jump;"
  265. alias "lj" "bind "ALT" "+ljscript"; echo "LJ bindings loaded""
  266. alias "nolj" "bind "ALT" "r_cleardecals"; echo "LJ bindings disabled""
  267.  
  268. // 6. Mouse ("Raw Input" & "No Acceleration")
  269. m_rawinput "1" //Enable Raw Input for perfect precision (Raw input is unavailable on OSX)
  270. m_mouseaccel2 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  271. m_mouseaccel1 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  272. m_customaccel "0" //Custom mouse acceleration disabled
  273. m_mousespeed "0" //Windows mouse acceleration disabled, just for precaution
  274. zoom_sensitivity_ratio_mouse "1" //Fixes your zoom sensitivity to act as your real sensitivity, default value is 1
  275.  
  276. cl_cmdrate "128" //Max number of command packets sent to server per second
  277. cl_updaterate "128" //Number of packets per second you are requesting from the server
  278. cl_interp "0.007813" //Sets the interpolation amount, always set this to 0
  279. cl_interp_ratio "1" //Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)
  280. cl_lagcompensation "1" //Lag compensation helps by eliminating combat latency from client side view
  281. cl_predict "1" //Skip waiting for server feedback and simulate client side movement in real-time
  282. cl_predictweapons "1" //Skip waiting for server feedback and perform client side prediction of weapon effects
  283.  
  284. // Sound (and music, does not affect volume)
  285. snd_hwcompat "0" //Enables "Advanced 3D Audio Processing"
  286. snd_musicvolume_multiplier_inoverlay "0" // Disable music volume when Steam Overlay is active
  287. snd_deathcamera_volume "0" //Volume of the death camera music
  288. snd_dzmusic_volume "0" //Volume of the Danger Zone victory music
  289. snd_mapobjective_volume "0" //Volume of map objective music
  290. snd_menumusic_volume "0" //Volume of the main menu music
  291. snd_music_selection "2" //Tracking rotating music for players with no music packs equipped
  292. snd_musicvolume_multiplier_inoverlay "0" //Music volume multiplier when Steam Overlay is active
  293. snd_mute_mvp_music_live_players "0" //MVP music is muted if players from both teams are still alive
  294. snd_mvp_volume "0" //Volume of the MVP music
  295. snd_roundend_volume "0" //Volume of round end music
  296. snd_roundstart_volume "0" //Volume of round start music
  297. snd_tensecondwarning_volume "0.1" //10 Second warning music
  298.  
  299. //Other
  300. cl_use_opens_buy_menu "0" //Disables E from opening buy-menu, really useful
  301. mm_dedicated_search_maxping "50" //Maxping Search in Matchmaking
  302. func_break_max_pieces "0" //Less clutter from breaking vents (especially on Mirage)
  303.  
  304. // 10. Net (Netgraph positioning)
  305. net_graph "1" //Shows my network usage data
  306. net_graphheight "9999" //Changes height
  307. net_graphmsecs "400" //The latency graph represents this many milliseconds
  308. net_graphpos "2" //Positioning of Net Graph
  309. net_graphproportionalfont "1" //Makes font smaller
  310. net_graphshowinterp "1" //Shows interpolation value
  311. net_graphshowlatency "1" //Shows latency value
  312. net_graphsolid "1" //Solid Net Graph
  313. net_graphtext "1" //Shows text fields
  314. net_maxroutable "1200" //Requested max packet size before packets are split
  315. net_scale "5" //Makes font smaller
  316.  
  317.  
  318. //Voice
  319. voice_caster_enable "0"
  320. voice_caster_scale "1"
  321. voice_enable "1"
  322. voice_forcemicrecord "1"
  323. voice_mixer_boost "0"
  324. voice_mixer_mute "0"
  325. voice_mixer_volume "1.0"
  326. voice_modenable "1"
  327. voice_positional "0"
  328. voice_scale "0.7"//Turns down the volume of other players voice to 70%
  329. voice_system_enable "1"
  330. voice_threshold "4000"
  331.  
  332.  
  333. echo Loaded Game Settings
  334. echo Loading Scripts
  335.  
  336. //net graph scoreboard
  337. alias "+net" "+score; net_graphheight 10"
  338. alias "-net" "-score; net_graphheight 9999"
  339. bind "tab" "+net"
  340.  
  341.  
  342. //Show Help Lines
  343. alias "-crosshairsmoke" "cl_crosshairstyle 2; cl_crosshairsize 1.5;cl_crosshairdot 0;cl_crosshairgap "0"; bind v +crosshairsmoke"
  344. alias "+crosshairsmoke" "cl_crosshairstyle 4; cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap 10; bind v -crosshairsmoke"
  345. // Change the first line so that crosshairsize, dot and gap are the same as your own crosshair settings.
  346. // Don’t change the second line.
  347. bind "v" "+crosshairsmoke"
  348.  
  349. //Show crosshair Settings
  350. alias "a1" clear
  351. alias "a2" echo "*********************************************";
  352. alias "a3" echo "YOUR CURRENT CROSSHAIR SETTINGS;"
  353. alias "a4" echo "*********************************************";
  354. alias "a5" developer 2
  355. alias "a6" con_filter_enable 1
  356. alias "a7" con_filter_text cl_crosshair
  357. alias "a8" host_writeconfig //
  358. alias "a9" con_filter_text cl_fix
  359. alias "a10" host_writeconfig //
  360. alias "a11" developer 0
  361. alias "a12" con_filter_enable 0
  362. alias "a13" showconsole
  363. alias "showcrosshair" "a1;a2;a3;a4;a5;a6;a7;a8;a9;a10;a11;a12;a13"
  364. bind j "showcrosshair"
  365. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  366.  
  367. //Show viewmodel Settings
  368. alias "b1" clear
  369. alias "b2" echo "*********************************************";
  370. alias "b3" echo "YOUR CURRENT VIEWMODEL SETTINGS;
  371. alias "b4" echo "*********************************************";
  372. alias "b5" developer 2
  373. alias "b6" con_filter_enable 1
  374. alias "b7" con_filter_text viewmodel
  375. alias "b8" host_writeconfig //
  376. alias "b9" con_filter_text view_punch
  377. alias "b10" host_writeconfig //
  378. alias "b11" developer 0
  379. alias "b12" con_filter_enable 0
  380. alias "b13" showconsole
  381. alias "showviewmodel" "b1;b2;b3;b4;b5;b6;b7;b8;b9;b10;b11;b12;b13"
  382. bind h "showviewmodel"
  383. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  384.  
  385. // Buy and drop
  386. //alias "buyanddrop" "buy ak47; buy m4a1; buy m4a1_silencer; slot1; drop"
  387. // This script is combined with the extra hotkeys for grenades.
  388.  
  389. //Increase Decrease Radar Size
  390. alias "+radar" "+use; cl_radar_always_centered 1; cl_radar_scale 0.60"
  391. alias "-radar" "-use; cl_radar_always_centered 0; cl_radar_scale 0.30"
  392. bind "f" "+radar;+lookatweapon"
  393. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  394.  
  395. // Display Advanced Damage Details
  396. alias displaydamage "displaydamage_on"
  397. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\\\\blip1 0.5; alias displaydamage "displaydamage_off""
  398. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\\\\blip2 0.5; alias displaydamage "displaydamage_on""
  399. bind "F5" "displaydamage" //Bind to whatever you prefer (Default F5)
  400.  
  401. //Load whatever gamemode you want with the "map" command. For example "map de_dust2; competitive"
  402. alias "casual" "game_type 0; game_mode 0"
  403. alias "competitive" "game_type 0; game_mode 1"
  404. alias "wingman" "game_type 0; game_mode 2"
  405. alias "armsrace" "game_type 1; game_mode 0"
  406. alias "demolition" "game_type 1; game_mode 1"
  407. alias "deathmatch" "game_type 1; game_mode 2"
  408. alias "dangerzone" "game_type 6; game_mode 0"
  409. alias "custom" "game_type 3; game_mode 0"
  410.  
  411. //Exec
  412. exec MonkeyWare
  413. exec confgen_custom_2
  414.  
  415. //Final part
  416. host_writeconfig //Store current settings to config.cfg
  417. echo Config Fully Loaded, Bruh //This just confirms that the config has ended successfully
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement