You are on page 1of 4

// 1.

Main Settings
con_enable "1"
gameinstructor_enable "0"
cl_showhelp "0"
cl_autohelp "0"
cl_disablefreezecam "1"
cl_disablehtmlmotd "1"
cl_autowepswitch "0"
cl_forcepreload "0"
cl_join_advertise "2"
lobby_default_privacy_bits2 "0"
spec_replay_autostart "0"
cl_freezecameffects_showholiday "0"
player_nevershow_communityservermessage "1"
demo_index "1"

// 2. Bindings
unbind "enter"
bind "mouse1" "+attack"
bind "mouse2" "+attack2"
bind "ctrl" "+duck; -duck"
bind "w" "+forward"
bind "s" "+back"
bind "a" "+moveleft"
bind "d" "+moveright"
bind "v" "+voicerecord"
bind "shift" "+speed"
bind "r" "+reload; r_cleardecals"
bind "space" "+jump"
bind "mwheelup" "+jump"
bind "mwheeldown" "+jump"
bind "e" "+use"
bind "b" "buymenu"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "use weapon_knife; use weapon_hegrenade"
bind "5" "slot5"
bind "6" "slot12"
bind "7" "slot13"
bind "g" "drop"
bind "n" "noclip"
bind "m" "teammenu"
bindtoggle mouse5 cl_righthand
bind mouse4 "toggle cl_crosshairsize 3 1000"
unbind "t"
unbind "i"
bind x sv_rethrow_last_grenade
bind f "use weapon_knife; use weapon_flashbang";
bind q "use weapon_knife; use weapon_smokegrenade";
bind c "use weapon_knife; use weapon_molotov;use weapon_incgrenade"

// 3. Crosshair

apply_crosshair_code CSGO-hGbiA-G8Cvo-Wbpux-wxsrZ-hb9GJ

// 4. Hud
hud_scaling "0.75"
hud_showtargetid "1"
cl_hud_background_alpha "0.100000"
cl_hud_bomb_under_radar "0"
cl_hud_color "8"
cl_hud_healthammo_style "0"
cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "0"
cl_hud_radar_scale "0.950000"
cl_teamid_overhead_name_alpha "240"
cl_teamid_overhead_always "2" // +cl_show_team_equipment
cl_righthand "1"
cl_showloadout "1"

// 5. Radar
cl_teammate_colors_show "1"
cl_hud_radar_scale "2"
cl_radar_scale "0.4"
cl_radar_always_centered "0"
cl_radar_icon_scale_min "1"

// 6. Mouse
sensitivity "1.6"
m_rawinput "1"
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
zoom_sensitivity_ratio_mouse "1"

// 7. Viewmodel
viewmodel_fov 68; viewmodel_offset_x 3; viewmodel_offset_y 3; viewmodel_offset_z
-3;

// 8. Bob
cl_bob_lower_amt 5; cl_bobamt_lat 0.1; cl_bobamt_vert 0.1; cl_bobcycle 0.98;
cl_viewmodel_shift_left_amt 0.5; cl_viewmodel_shift_right_amt 0.25

// 9. Rates
rate "786432"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "2"
cl_interpolate "1"
cl_interp_ratio "1"
cl_lagcompensation "1"
cl_predict "1"
cl_predictweapons "1"
net_client_steamdatagram_enable_override "1"

// 10. Net
net_graph "1"
net_graphheight "1"
net_graphmsecs "400"
net_graphpos "1"
net_graphproportionalfont "0"
net_graphshowinterp "1"
net_graphshowlatency "1"
net_graphsolid "1"
net_graphtext "1"
net_maxroutable "1200"
net_scale "5"

// 11. Video
fps_max "999"
fps_max_menu "145"
mat_monitorgamma "1.6"
mat_monitorgamma_tv_enabled "0"
mat_powersavingsmode "0"
mat_queue_mode "2"
r_dynamic "0"
r_drawtracers_firstperson "1"
engine_no_focus_sleep "0"

// 12. Sound
snd_headphone_pan_exponent "1.2"
snd_front_headphone_position "45"
snd_rear_headphone_position "`90"
snd_mixahead "0.02"
dsp_enhance_stereo "0"
snd_pitchquality "1"
snd_headphone_pan_radial_weight "0.5"
snd_ducking_off "1"
snd_surround_speakers "0"
snd_async_flush

// 13. Other
cl_use_opens_buy_menu "0"
mm_dedicated_search_maxping "50"
func_break_max_pieces "0"

// 14. Scripts
bind "tab" "+score"

// Shortcuts for popular commands in console (nice to use)


alias "d" "disconnect"
alias "q" "quit;exit"
alias "r" "retry"
alias "rs" "mp_restartgame 1"

// Jump Throw (For Smokes)


alias "+jumpthrow" "+jump; -attack; -attack2"
alias "-jumpthrow" "-jump"
bind "space" "+jumpthrow" //Bind to whatever you prefer

// Buynds
bind "f1" "buy flashbang;"
bind "f2" "buy smokegrenade;"
bind "f3" "buy molotov; buy incgrenade;"
bind "f4" "buy hegrenade;"
bind "f5" "buy vest;"
bind "f6" "buy vesthelm;"
bind "f7" "buy defuser;"
bind "ins" "buy m4a1; buy ak47;"
bind "home" "buy aug; buy sg556;"
bind "pgup" "buy awp;"
bind "del" "buy mac10; buy mp9;"
bind "end" "buy ump45;"
bind "pgdn" "buy ssg08;"
bind "leftarrow" "buy p250;"
bind "downarrow" "buy tec9; buy fiveseven;"
bind "rightarrow" "buy deagle;"
bind "uparrow" "buy xm1014;"

echo ""
echo ""
echo "autoexec.cfg executed"
echo ""
echo ""
echo ""

You might also like