Skip to content

Instantly share code, notes, and snippets.

@BuriedStPatrick
Last active March 16, 2019 15:32
Show Gist options
  • Save BuriedStPatrick/f8aac218a919ca08a706df1b41db1c3f to your computer and use it in GitHub Desktop.
Save BuriedStPatrick/f8aac218a919ca08a706df1b41db1c3f to your computer and use it in GitHub Desktop.
Useful CSGO commands for practising
// SERVER COMMANDS
sv_cheats 1
sv_infinite_ammo 1
sv_grenade_trajectory 1
sv_grenade_trajectory_thickness 0.5
sv_showimpacts 1
// LOAD GAMEMODES
exec gamemode_competitive (etc)
// CHEATS
impulse 101
god
noclip
// WEAPONS
give weapon_m4a1_silencer
give weapon_smokegrenade
give weapon_flashbang
give weapon_hegrenade
give weapon_incgrenade
// GAMEMODE
mp_roundtime_defuse 60
mp_restartgame 1
// BOTS
bot_add_ct
bot_add_t
bot_stop 1
bot_place
// VISIBILITY COMMANDS
r_drawparticles 0
mat_wireframe 1
// OPEN DEMO UI
demoui (or SHIFT+F2)
These are just a few useful commands I've found around the internet that I'm tired of searching for when I forget.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment