Skip to content

Instantly share code, notes, and snippets.

@gentritabazi
Last active February 16, 2021 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gentritabazi/2366e2a7b65a7d33ae65880c24c39928 to your computer and use it in GitHub Desktop.
Save gentritabazi/2366e2a7b65a7d33ae65880c24c39928 to your computer and use it in GitHub Desktop.
CSGO AUTOEXEC
// Autoexec file
// Download file
// Copy file to {SteamPath}\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
// Open CSGO and run in console: exec autoexec
// General
sensitivity "2.0"
// Rates
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0"
cl_interp_ratio "1"
cl_lagcompensation "1"
// Audio
volume "1"
voice_enable "1"
voice_scale "1"
snd_mixahead "0.05"
snd_headphone_pan_exponent "2"
snd_headphone_pan_radial_weight "2"
snd_mute_losefocus "1"
// Video
mat_monitorgamma "5"
r_dynamic "0"
r_drawtracers_firstperson "0"
// Mouse
zoom_sensitivity_ratio_mouse "1"
m_rawinput "1"
m_customaccel "0"
// Misc
developer "0"
con_enable "1"
con_filter_enable "2"
con_filter_text "Damage"
con_filter_text_out "Player:"
ui_steam_overlay_notification_position "bottomright"
player_nevershow_communityservermessage "1"
mm_dedicated_search_maxping "100"
gameinstructor_enable "0"
option_duck_method "0"
option_speed_method "0"
cl_forcepreload "1"
cl_downloadfilter "none"
cl_disablehtmlmotd "1"
cl_autohelp "0"
cl_showhelp "0"
cl_disablefreezecam "1"
cl_teammate_colors_show "1"
cl_autowepswitch "0"
cl_use_opens_buy_menu "0"
closeonbuy "0"
hud_takesshots "0"
// HUD
hud_scaling "0.9"
hud_showtargetid "1"
cl_draw_only_deathnotices "0"
cl_righthand "1"
cl_showloadout "1"
cl_showpos "0"
cl_showfps "0"
net_graph "0"
net_graphproportionalfont "1"
cl_hud_healthammo_style "0"
cl_hud_background_alpha "0.5"
cl_hud_color "0"
cl_hud_playercount_showcount "0"
cl_hud_playercount_pos "0"
viewmodel_presetpos "0"
viewmodel_fov "68"
viewmodel_offset_x "2.5"
viewmodel_offset_y "2.5"
viewmodel_offset_z "-2"
cl_viewmodel_shift_left_amt "0.5"
cl_viewmodel_shift_right_amt "0.25"
cl_bobcycle "0.98"
cl_bob_lower_amt "5"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
// Keybinds
bind kp_slash "buy p90"
bind kp_multiply "buy mac10;buy mp9"
bind kp_minus "buy tec9;buy fn57"
bind kp_home "buy awp"
bind kp_uparrow "buy m4a1;buy ak47"
bind kp_pgup "buy famas; buy galilar"
bind kp_leftarrow "buy deagle"
bind kp_5 "buy incgrenade;buy molotov"
bind kp_rightarrow "buy decoy"
bind kp_end "buy hegrenade"
bind kp_downarrow "buy flashbang"
bind kp_pgdn "buy smokegrenade"
bind kp_ins "buy vesthelm"
bind kp_del "buy vest"
bind kp_plus "buy p250"
bind kp_enter "buy defuser"
bind n nightvision
bind uparrow "incrementvar volume 0.0 1.0 0.05"
bind downarrow "incrementvar volume 0.0 1.0 -0.05"
bind rightarrow "ignoremsg"
bind leftarrow "ignorerad"
bind v "toggle voice_enable 0 1"
unbind k
bind "MOUSE5" "+voicerecord"
// Radar
cl_radar_always_centered "1"
cl_radar_rotate "0"
cl_radar_scale "0.38"
cl_radar_icon_scale_min "0.4"
// Crosshair
// Default
//cl_crosshairalpha "200"
//cl_crosshaircolor "5"
//cl_crosshaircolor_b "50"
//cl_crosshaircolor_r "50"
//cl_crosshaircolor_g "250"
//cl_crosshairdot "0"
//cl_crosshairgap "0"
//cl_crosshairsize "5"
//cl_crosshairstyle "4"
//cl_crosshairusealpha "1"
//cl_crosshairthickness "0.5"
//cl_fixedcrosshairgap "0"
//cl_crosshair_outlinethickness "0"
//cl_crosshair_drawoutline "0"
//cl_crosshairalpha "200";cl_crosshaircolor "5";cl_crosshaircolor_b "50";cl_crosshaircolor_r "50";cl_crosshaircolor_g "250";cl_crosshairdot "0";cl_crosshairgap "0";cl_crosshairsize "5";cl_crosshairstyle "4";cl_crosshairusealpha "1";cl_crosshairthickness "0.5";cl_fixedcrosshairgap "0";cl_crosshair_outlinethickness "0";cl_crosshair_drawoutline "0";
// Dot
cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshaircolor_b "0"
cl_crosshaircolor_r "0"
cl_crosshaircolor_g "255"
cl_crosshairdot "1"
cl_crosshairgap "0"
cl_crosshairsize "0"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "2"
cl_fixedcrosshairgap "0"
cl_crosshair_outlinethickness "0"
cl_crosshair_drawoutline "0"
//cl_crosshairalpha "255";cl_crosshaircolor "5";cl_crosshaircolor_b "0";cl_crosshaircolor_r "0";cl_crosshaircolor_g "255";cl_crosshairdot "1";cl_crosshairgap "0";cl_crosshairsize "0";cl_crosshairstyle "4";cl_crosshairusealpha "1";cl_crosshairthickness "2";cl_fixedcrosshairgap "0";cl_crosshair_outlinethickness "0";cl_crosshair_drawoutline "0";
// Final response
host_writeconfig
echo ""
echo ""
echo "AutoExec Loaded - Thanks To Gentrit Abazi"
echo ""
echo ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment