Last active
September 3, 2024 03:43
-
-
Save nilkesede/debfdc815322d51ba6eca756a35e0d5e to your computer and use it in GitHub Desktop.
CS2 config
This file contains 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
// -allow_third_party_software +exec autoexec.cfg | |
alias "q" "quit" | |
alias "d" "disconnect" | |
alias "rr" "retry" | |
alias "c" "clear" | |
alias "+bang" "slot7; +lookatweapon" | |
alias "-bang" "-lookatweapon" | |
bind "z" "+bang" | |
alias "+smoke" "slot8; +lookatweapon" | |
alias "-smoke" "-lookatweapon" | |
bind "x" "+smoke" | |
alias "+hegrenade" "slot6; +lookatweapon" | |
alias "-hegrenade" "-lookatweapon" | |
bind "c" "+hegrenade" | |
alias "+molotov" "slot10; +lookatweapon" | |
alias "-molotov" "-lookatweapon" | |
bind "v" "+molotov" | |
bind "f1" "buy vesthelm; buy m4a1; buy ak47; buy flashbang; buy smokegrenade; buy defuser; buy hegrenade; buy incgrenade; buy molotov;" | |
bind "MOUSE4" "noclip" | |
bind "MOUSE5" "+voicerecord" | |
bind "CAPSLOCK" "toggle cl_radar_scale 0.4 1" | |
bind "-" "toggle volume 0.1 1" | |
bind "h" "radio" | |
bind "j" "slot12" | |
unbind "space" | |
bind "mwheelup" "+jump" | |
bind "mwheeldown" "+jump" | |
bind "W" "+forward" | |
bind "A" "+left" | |
bind "S" "+back" | |
bind "D" "+right" | |
sensitivity "0.444" | |
zoom_sensitivity_ratio "0.8" | |
cl_radar_scale "0.4" | |
cl_crosshairdot "0" | |
cl_crosshairstyle "4" | |
sv_predictable_damage_tag_ticks "4" | |
cl_show_observer_crosshair "2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment