Skip to content

Instantly share code, notes, and snippets.

@shivamMg
Last active September 8, 2021 16:21
Show Gist options
  • Save shivamMg/ac03b3734c07e6497d710cd5e3748612 to your computer and use it in GitHub Desktop.
Save shivamMg/ac03b3734c07e6497d710cd5e3748612 to your computer and use it in GitHub Desktop.
csgo
mp_maxrounds 20
bot_quota 14
bot_add_ct / bot_add_t
# jump throw to alt
alias "+jumpthrow" "+jump;-attack"; alias "-jumpthrow" "-jump"; bind alt "+jumpthrow"
# from comments here: https://www.tobyscs.com/csgo-grenade-practice-config/
sv_cheats 1; sv_infinite_ammo 1; ammo_grenade_limit_total 5; mp_warmup_end; mp_freezetime 0; mp_roundtime 60; mp_roundtime_defuse 60; sv_grenade_trajectory 1; sv_grenade_trajectory_time 20; sv_showimpacts 1; mp_limitteams 0; mp_autoteambalance 0; mp_maxmoney 60000; mp_startmoney 60000; mp_buytime 9999; mp_buy_anywhere 1; bot_kick; mp_restartgame 1; sv_grenade_trajectory 1; sv_grenade_trajectory_time 10; sv_showimpacts 1; mp_drop_knife_enable 1; mp_items_prohibited 0; give weapon_knife_widowmaker; ent_fire weapon_knife addoutput "classname weapon_knifegg"
# noclip (fly mode) to M
bind M noclip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment