Skip to content

Instantly share code, notes, and snippets.

@PHLAK
Last active February 15, 2024 00:03
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 PHLAK/e17d905972043bde0c12 to your computer and use it in GitHub Desktop.
Save PHLAK/e17d905972043bde0c12 to your computer and use it in GitHub Desktop.
Custom Counter-Strike 2 autoexec.cfg
// -------------------------------------------------------------------------- //
// -----| INTERFACE AND INPUT |---------------------------------------------- //
// -------------------------------------------------------------------------- //
cl_showloadout 1
cl_teamid_overhead_mode 1
engine_no_focus_sleep 0
r_show_build_info 1
m_rawinput 1
sensitivity .8
// -------------------------------------------------------------------------- //
// -----| CROSSHAIR |-------------------------------------------------------- //
// -------------------------------------------------------------------------- //
cl_crosshairstyle 4
cl_crosshairdot 0
cl_crosshairsize 3
cl_crosshairthickness 0.2
cl_crosshairgap -1.5
cl_crosshair_drawoutline 0
cl_crosshaircolor_r 64
cl_crosshaircolor_g 255
cl_crosshaircolor_b 64
cl_crosshairusealpha 1
cl_crosshairalpha 224
cl_crosshair_t 0
// -------------------------------------------------------------------------- //
// -----| MISCELLANEOUS |---------------------------------------------------- //
// -------------------------------------------------------------------------- //
cl_forcepreload 1
con_enable 1
fps_max 300
fps_max_ui 300
// -------------------------------------------------------------------------- //
// -----| KEY BINDS |-------------------------------------------------------- //
// -------------------------------------------------------------------------- //
bind "kp_0" "buy vesthelm; buy vest"
bind "kp_del" "buy defuser"
bind "kp_1" "buy m4a1; buy m4a1_silencer; buy ak47"
bind "kp_2" "buy famas; buy galilar"
bind "kp_3" "buy aug; buy sg556"
bind "kp_4" "buy mp9; buy mac10"
bind "kp_5" "buy mp5sd;"
bind "kp_6" "buy p90;"
bind "kp_7" "buy mag7; buy sawedoff"
bind "kp_8" "buy scar20; buy g3sg1;"
bind "kp_9" "buy awp;"
bind "kp_divide" "buy molotov; buy incgrenade"
bind "kp_multiply" "buy smokegrenade"
bind "kp_minus" "buy flashbang"
bind "kp_plus" "buy hegrenade"
bind "kp_enter" "buy vest"
bind "uparrow" "buy deagle"
bind "downarrow" "buy elite"
bind "leftarrow" "buy p250"
bind "rightarrow" "buy tec9; buy fiveseven"
bind "f" "slot7"
bind "z" "slot10"
bind "x" "slot8"
bind "c" "slot6"
bind "v" "slot9"
bind "g" "drop"
bind "f9" "callvote"
bind "k" "say k"
bind "o" "say \o/"
echo "/* ---------------------------------------------------- */"
echo "/* ---------| CS2 AUTOEXEC 2024.02.14 LOADED |--------- */"
echo "/* ---------------------------------------------------- */"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment