Skip to content

Instantly share code, notes, and snippets.

@RisingThumb
Created September 4, 2019 18:40
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 RisingThumb/8875045cedd757402bbf6de217201554 to your computer and use it in GitHub Desktop.
Save RisingThumb/8875045cedd757402bbf6de217201554 to your computer and use it in GitHub Desktop.
CSGO autoexec mostly complete minus buy binds
// Settings
cl_autowepswitch "0" // auto weapon switch on pickup
cl_use_opens_buy_menu "0" // `e` opening buy menu
closeonbuy "0"
hud_takesshots "0" // scoreboard screenshot at end of match
cl_downloadfilter "nosound" // mapsonly pls volvo
cl_join_advertise "2" // let friends join your game
cl_disablehtmlmotd "0"
cl_autohelp "0"
cl_showhelp "0"
cl_disablefreezecam "1"
spec_replay_autostart "0"
cl_dm_buyrandomweapons "0"
cl_teammate_colors_show "1"
gameinstructor_enable "0"
option_duck_method "0"
option_speed_method "0"
cl_forcepreload "1"
con_filter_enable "2"
con_filter_text "Damage "
ui_steam_overlay_notification_position "bottomright"
player_nevershow_communityservermessage "1"
cl_righthand "1"
cl_showloadout "1"
cl_showpos "0"
cl_showfps "0"
net_graph "0"
// Mouse settings
// Sound shit
volume "0.7"
voice_enable "1"
voice_scale "1" // receive volume
voice_mixer_volume "1" // mic volume
windows_speaker_config "1" // headphone audio output
snd_menumusic_volume "0"
snd_roundstart_volume "0"
snd_roundend_volume "0"
snd_mapobjective_volume "0"
snd_deathcamera_volume "0"
snd_tensecondwarning_volume "0.30"
snd_mvp_volume "0"
snd_dzmusic_volume "0.1"
snd_mix_async "1"
snd_mixahead "0.02" // sound delay
snd_pitchquality "1"
snd_ducking_off "1"
snd_front_headphone_position "90"
snd_rear_headphone_position "90"
snd_headphone_pan_exponent "1.2"
snd_headphone_pan_radial_weight "1"
snd_mute_losefocus "1" // mute game when alt-tabbed
dsp_enhance_stereo "0"
lobby_voice_chat_enabled "0" // voice chat in lobby
cl_mute_all_but_friends_and_party "0"
snd_async_flush
// Crosshair
cl_crosshaircolor "1"
cl_crosshairstyle "1"
cl_fixedcrosshairgap "-4.5"
hud_showtargetid "0"
// Keybinds
bind 1 "slot1"
bind 2 "slot2"
bind 3 "slot3"
bind w "+forward; r_cleardecals"
bind a "+moveleft; r_cleardecals"
bind s "+back; r_cleardecals"
bind d "+moveright; r_cleardecals"
bind e "+use"
bind r "+reload"
bind g "drop"
bind tab "+ngscore"
bind shift "+speed; r_cleardecals"
bind ctrl "+duck; r_cleardecals"
bind space "+jump"
bind mwheeldown "+jump"
bind v "use weapon_c4;drop"
bind mouse1 "+attack"
bind mouse2 "+attack2"
bind b "buymenu" // $$$
bind capslock bhopon
// Mouse settings
sensitivity "2.7"
zoom_sensitivity_ratio_mouse "0.9"
m_rawinput "1"
m_pitch "0.018"
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
// Because fuckers
bindtoggle i "voice_enable"
// Switcheroo
alias +knife slot3
alias -knife lastinv
bind q +knife
// Alias for menu
alias "+ngscore" "+showscores;net_graph 1"
alias "-ngscore" "-showscores;net_graph 0"
// Bhop Alias
alias bhopon "bind MWHEELDOWN +jump;bind MWHEELUP +jump;bind capslock bhopoff"
alias bhopoff "bind MWHEELDOWN invnext;bind MWHEELUP invprev;bind capslock bhopon"
// Grenade keybinds
bind f "use weapon_flashbang"
bind z "use weapon_smokegrenade"
bind x "use weapon_hegrenade"
bind c "use weapon_molotov;use weapon_incgrenade"
// Video
mat_monitorgamma "1.6"
mat_queue_mode "-1" // auto detect multi-core rendering
fps_max "999"
fps_max_menu "145"
r_dynamic "0"
r_drawtracers_firstperson "0"
engine_no_focus_sleep "0" // default 50
// Rates
rate "786432" // max rate, lower if having network issues
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
cl_interpolate "1"
cl_lagcompensation "1"
net_client_steamdatagram_enable_override "1" // SDR beta
// Hud shit
hud_scaling "0.95"
cl_hud_playercount_pos "1"
cl_hud_playercount_showcount "1"
cl_hud_color "6"
cl_hud_background_alpha "0.2"
cl_hud_bomb_under_radar "1"
cl_hud_healthammo_style "0"
cl_showloadout "0"
cl_show_clan_in_death_notice "1"
safezonex "1.0"
safezoney "1.0"
// radar
cl_hud_radar_scale "1.0"
cl_radar_always_centered "0"
cl_radar_icon_scale_min "0.7"
cl_radar_rotate "1"
cl_radar_scale "0.4"
cl_radar_square_with_scoreboard "1"
cl_teammate_colors_show "1"
// Viewmodel
viewmodel_offset_x "-2.0"
viewmodel_offset_y "-2.0"
viewmodel_offset_z "-2.0"
viewmodel_fov "68"
viewmodel_recoil "0.0"
// Show it's working
echo "----------------------------------"
echo "RisingThumb's AUTOEXEC.cfg has run"
echo "Version 1.0"
echo "----------------------------------"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment