Skip to content

Instantly share code, notes, and snippets.

@gustavomedeiross
Created February 11, 2024 16:11
Show Gist options
  • Save gustavomedeiross/313efff59f4cd9e053a54827a9c05116 to your computer and use it in GitHub Desktop.
Save gustavomedeiross/313efff59f4cd9e053a54827a9c05116 to your computer and use it in GitHub Desktop.
CS2 Config

Tutorial

Autoexec

Save autoexec in C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\core\cfg

Crosshair

Crosshair Code: CSGO-HRUtd-7NxSn-DxZ6w-M4OPW-wjA6Q

Practice Command

Save practice in C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\core\cfg

alias "+jumpaction" "+jump;"
alias "+throwaction" "-attack; -attack2"
alias "-jumpaction" "-jump"
alias "+runthrow" "+forward;+jump;"
alias "-runthrow" "-jump;-forward"
bind c "+runthrow;+throwaction"
alias "+boing" "+jump"
alias "+ding" "-attack; -attack2"
alias "-boing" "-jump"
bind "n" "+boing; +ding; -boing"
sv_cheats 1
mp_restartgame 1
mp_freezetime 0
mp_roundtime 60
mp_roundtime_defuse 60
mp_maxmoney 60000
mp_startmoney 60000
mp_buy_anywhere 1
mp_buytime 60000
sv_infinite_ammo 2
ammo_grenade_limit_total 5
sv_showimpacts 1
mp_limitteams 0
mp_autoteambalance 0
sv_regeneration_force_on 1
bot_kick 1
bind x sv_rethrow_last_grenade
mp_warmup_end 1
bind m "ent_fire smokegrenade_projectile kill; stopsound"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment