Skip to content

Instantly share code, notes, and snippets.

@silentsudo
Created November 22, 2017 06:14
Show Gist options
  • Save silentsudo/febe8ade77ec60a8c2e0227397855b2c to your computer and use it in GitHub Desktop.
Save silentsudo/febe8ade77ec60a8c2e0227397855b2c to your computer and use it in GitHub Desktop.
CSGO Practise
echo "Loading config"
sv_cheats 1
//Enables “cheats”.
god
mp_limitteams 0
//No team limit (e.g. you can have 10 people/bots on CT and 1 guy on T).
mp_autoteambalance 0
//Turns auto team balance off.
mp_roundtime 60
//Maximum roundtime set to 60 minutes.
mp_roundtime_defuse 60
//Same…
mp_maxmoney 60000
//Enables your maximum money to be 60.000 instead of 16.000.
mp_startmoney 60000
//You will start with 60.000 money.
mp_freezetime 0
mp_buytime 9999
//Almost unlimited buytime.
mp_buy_anywhere 1
//You can open the buy menu and buy from anywhere on the map.
sv_infinite_ammo 1
//Gives you infinite ammo and no reload. When practicing recoil patterns, you might want to set this to sv_infinite_ammo 2. This way you will have to reload but sitll have infinite ammo.
ammo_grenade_limit_total 5
//You can now have all 5 grenade types.
bot_kick
//Kicks all the bots. If you want to add bots, check the bot commands below.
mp_warmup_end
//End warmup.
mp_restartgame 1
//After the config is loaded, the server will restart the game after 1 second.
//Practice commands
sv_grenade_trajectory 1
//Show a trajectory when you throw grenades. Especially useful when practicing nades.
sv_grenade_trajectory_time 10
//Expands the time where you can see the trajectory to 10 seconds.
sv_showimpacts 1
//Show bullet impacts, especially useful when practicing spread control and recoil patterns.
sv_showimpacts_time 10
echo "Done loading config"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment