Skip to content

Instantly share code, notes, and snippets.

@nikaro
Created June 6, 2025 21:39
Show Gist options
  • Save nikaro/636adcd86630ac9798306f02c3ef0d12 to your computer and use it in GitHub Desktop.
Save nikaro/636adcd86630ac9798306f02c3ef0d12 to your computer and use it in GitHub Desktop.
// launch options :
// -high -fullscreen -refresh 165 -w 1280 -h 1024 -nojoy -softparticlesdefaultoff -exec autoexec.cfg
// perfs
fps_max 0
fps_max_ui "1000"
fps_max_tools "1000"
// perso
sensitivity 0.65
// practice
bot_difficulty 3
custom_bot_difficulty 3
// quick switch
alias "+qswitch" "slot3"
alias "-qswitch" "lastinv"
// binds
unbindall
bind "F3" "autobuy"
bind "F5" "buymenu"
bind "M" "teammenu"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "N" "slot6"
bind "B" "slot7"
bind "V" "slot8"
bind "9" "slot9"
bind "C" "slot10"
bind "X" "slot12"
bind "E" "+use"
bind "R" "+reload"
bind "D" "+right"
bind "A" "+left"
bind "S" "+back"
bind "W" "+forward"
bind "SPACE" "+jump;"
bind "CTRL" "+duck;"
bind "SHIFT" "+sprint"
bind "F" "+lookatweapon"
bind "Y" "messagemode"
bind "U" "messagemode2"
bind "\" "toggleconsole"
bind "TAB" "+showscores"
bind "ESCAPE" "cancelselect"
bind "PAUSE" "pause"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "player_ping"
bind "MOUSE4" "+qswitch"
bind "MOUSE5" "+voicerecord"
bind "G" "drop"
bind "MOUSE_X" "yaw"
bind "MOUSE_Y" "pitch"
bind "H" "switchhands"
bind "Z" "radio"
bind "DEL" "sellbackall"
bind "." "sv_rethrow_last_grenade"
bind "/" "toggle sv_grenade_trajectory_prac_pipreview"
bind ";" "noclip"
bind "T" "+spray_menu"
bind "F8" "say ¯\_(ツ)_/¯"
bind "F10" "cs_quit_prompt"
// end
host_writeconfig
echo "[+] autoexec.cfg loaded"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment