Skip to content

Instantly share code, notes, and snippets.

@mannnish
Last active March 27, 2022 15:44
Show Gist options
  • Save mannnish/cc310e628e7c4b2415f977e39c568352 to your computer and use it in GitHub Desktop.
Save mannnish/cc310e628e7c4b2415f977e39c568352 to your computer and use it in GitHub Desktop.
csgo config
bind MOUSE3 "voice_enable"
bind MOUSE4 "toggle cl_righthand"
bind q "use weapon_knife;slot1"
bind o "incrementvar cl_radar_scale 0 1 0.25"
alias +incvol "incrementvar volume 0 2 0.5;+speed; r_cleardecals";alias -incvol "incrementvar volume 0 2 -0.5;-speed;";bind SHIFT +incvol
bind z "use "+voicerecord"
bind x ""
bind c "+duck"
bind v "use weapon_flashbang;weapon_hegrenade; use weapon_smokegrenade; use weapon_molotov;use weapon_incgrenade; use weapon_decoy"
bind n use weapon_knife; use weapon_c4; drop; slot2; slot1"
alias "+jumpthrow" "+jump;-attack"; alias "-jumpthrow" "-jump"; bind "alt" "+jumpthrow"
host_writeconfig
/*
bind "KP_HOME" "buy m4a1; buy ak47;"
bind "KP_LEFTARROW" "buy p90;"
bind "KP_END" "buy bizon;"
bind "KP_INS" "buy awp;"
bind "KP_UPARROW" "buy vesthelm;"
bind "KP_5" "buy vest;"
bind "KP_DOWNARROW" "buy deagle;"
bind "KP_PGDN" "buy hegrenade;"
bind "KP_RIGHTARROW" "buy smokegrenade;"
bind "KP_PGUP" "buy molotov; buy incgrenade;"
bind "KP_PLUS" "buy flashbang"
bind "KP_DEL" " buy defuser;"
bind "KP_SLASH" "radio1"
bind "KP_MULTIPLY" "radio2"
bind "KP_MINUS" "radio3"
%/
@mannnish
Copy link
Author

mannnish commented Apr 9, 2021

  1. Go to your CS:GO config folder. To find this, go to your Steam library and right click on Counter-Strike: Global Offensive. Then click on ‘Properties‘ and after that click ‘Browse Local Files‘.
  2. csgo > cfg
  3. gedit autoexec.cfg
  4. add ‘host_writeconfig‘ at the last line (the autoexec creator that we linked already does this).
  5. set launch option ‘+exec autoexec.cfg'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment