Skip to content

Instantly share code, notes, and snippets.

@den3606
Created September 24, 2023 18:04
Show Gist options
  • Save den3606/6c2a9d70dc7bdf2bbf75b1cf17ed16fa to your computer and use it in GitHub Desktop.
Save den3606/6c2a9d70dc7bdf2bbf75b1cf17ed16fa to your computer and use it in GitHub Desktop.
// start initialize
unbindallmousekeyboard
bind "ESCAPE" "cancelselect"
bind "`" "toggleconsole"
bind "TAB" "+showscores"
bind "SPACE" "+jump"
bind "," "buyammo1"
bind "." "buyammo2"
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "a" "+moveleft"
bind "b" "buymenu"
bind "d" "+moveright"
bind "e" "+use"
bind "f" "+lookatweapon"
bind "g" "drop"
bind "i" "show_loadout_toggle"
bind "k" "+voicerecord"
bind "m" "teammenu"
bind "q" "lastinv"
bind "r" "+reload"
bind "s" "+back"
bind "t" "+spray_menu"
bind "u" "messagemode2"
bind "w" "+forward"
bind "x" "slot12"
bind "y" "messagemode"
bind "z" "+radialradio2"
bind "CTRL" "+duck"
bind "SHIFT" "+speed"
bind "F3" "autobuy"
bind "F4" "rebuy"
bind "F5" "jpeg"
bind "F6" "save quick"
bind "F7" "load quick"
bind "F10" "quit prompt"
bind "MWHEELDOWN" "invnext"
bind "MWHEELUP" "invprev"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "PAUSE" "pause"
bind "DEL" "mute"
// end initialize
// custom
m_rawinput "1"
m_customaccel "0"
fps_max "250"
cl_updaterate "128"
cl_cmdrate "128"
cl_interp "0"
cl_interp_ratio "1"
cl_interpolate "1"
cl_predict "1"
cl_predictweapons "1"
cl_lagcompensation "1"
host_writeconfig
// override
bind "MWHEELUP" "+jump"
bind "x" "use weapon_knife;use weapon_flashbang"
bind "c" "use weapon_knife;use weapon_hegrenade"
bind "z" "use weapon_knife;use weapon_smokegrenade"
bind "v" "use weapon_knife;use weapon_molotov;use weapon_incgrenade"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment