Last active
April 30, 2025 08:05
-
-
Save busheezy/2a40c7f8e8a8601e179c54dae4c9df02 to your computer and use it in GitHub Desktop.
CS2 Autoexec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// misc | |
cl_color 4 | |
cl_crosshair_friendly_warning 0 | |
cl_dm_buyrandomweapons 0 | |
cl_hide_avatar_images 0 | |
cl_invites_only_friends 1 | |
cl_invites_only_mainmenu 0 | |
cl_join_advertise 2 | |
cl_obs_interp_enable 0 | |
cl_sanitize_player_names 0 | |
cl_show_clan_in_death_notice 0 | |
cl_showloadout 1 | |
cl_teamid_overhead_colors_show 1 | |
cl_teamid_overhead_mode 1 | |
cl_timeout 30 | |
cl_use_opens_buy_menu 0 | |
con_enable 1 | |
engine_low_latency_sleep_after_client_tick 0 | |
engine_no_focus_sleep 0 | |
fps_max 600 | |
gameinstructor_enable 0 | |
mm_dedicated_search_maxping 42 | |
net_client_steamdatagram_enable_override 1 | |
player_nevershow_communityservermessage 1 | |
r_fullscreen_gamma 2.2 | |
rate 1000000 | |
sensitivity 0.5 | |
tv_nochat 1 | |
// hud | |
cl_hud_color 5 | |
cl_hud_radar_scale 1.15 | |
cl_radar_always_centered 0 | |
cl_radar_icon_scale_min 0.420 | |
cl_radar_rotate 1 | |
cl_radar_scale 0.42 | |
cl_showfps 0 | |
cl_teamcounter_playercount_instead_of_avatars 1 | |
hud_scaling 0.95 | |
hud_showtargetid 1 | |
safezonex 0.800000 | |
safezoney 1.000000 | |
viewmodel_presetpos 3 | |
//audio | |
cl_embedded_stream_audio_volume 0 | |
cl_embedded_stream_audio_volume_xmaster 0 | |
snd_deathcamera_volume 0 // Music in deathcamera | |
snd_mapobjective_volume 0 // Music that starts when bomb is planted | |
snd_menumusic_volume 0 // Music in main menu | |
snd_mixahead 0.001 | |
snd_mute_losefocus 0 | |
snd_mvp_volume 0.05 | |
snd_roundend_volume 0 // Music when round ends | |
snd_roundstart_volume 0 // Music when round starts | |
snd_tensecondwarning_volume 0.00 // 10 Second bomb music timer (actually 9.7 seconds) | |
//binds | |
binddefaults | |
alias +allchat "+sprint; bind ENTER messagemode" | |
alias -allchat "-sprint; bind ENTER messagemode2" | |
alias +dropnade "slot3; slot6; slot7; slot8; slot9; slot10" | |
alias -dropnade drop | |
alias exit quit | |
bind 4 slot6 // HE | |
bind ALT noclip | |
bind C slot8 // Smoke | |
bind ENTER messagemode | |
bind F slot7 // Flash | |
bind F12 "exec autoexec" | |
bind I +lookatweapon | |
bind J +dropnade | |
bind L +showscores | |
bind MOUSE3 player_ping | |
bind MOUSE4 +voicerecord | |
bind MOUSE5 +cl_show_team_equipment | |
bind MWHEELDOWN +jump | |
bind N switchhands | |
bind SHIFT +allchat | |
bind SPACE +jump | |
bind TAB +voicerecord | |
bind V slot10 // Molotov | |
bind X slot9 // Decoy | |
bind Z "" | |
unbind 0 | |
unbind 6 | |
unbind 7 | |
unbind 8 | |
unbind 9 | |
unbind MWHEELUP | |
unbind U | |
unbind Y | |
unbind F1 | |
unbind F2 | |
unbind F3 | |
unbind F4 | |
unbind F5 | |
unbind F6 | |
unbind F7 | |
unbind F8 | |
unbind F9 | |
unbind F10 | |
unbind F11 | |
exec badservers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment