Useful CSGO RCON Commands
This page contains a list of useful CSGO console commands. You use the command by pasting them in the CSGO console. Other websites have lists of almost all commands.
Surf
This command is intended to be used at a surf map.
bot_kick;mp_autokick 0;mp_autoteambalance 0;sv_cheats 1;mp_roundtime 59;mp_freezetime 0;sv_accelerate 10;mp_respawn_on_death_ct 1;mp_respawn_on_death_t 1;mp_solid_teammates 0;gods mode;mp_restartgame 1;mp_warmup_end;sv_airaccelerate 1000;
The last command (sv_airaccelerate 1000;
) changes how easy or hard it will be to surf.
sv_airaccelerate 1000;
is really "easy" (surfing isn't easy ;) and great if you never have surfed beforesv_airaccelerate 150;
really hard
Hide HUD and weapon sprite in CS:GO
To hide the HUD; weapon sprite and player sprite, you use the following commands:
sv_cheats 1;cl_drawhud 0;r_drawviewmodel 0;
No recoil
Remove recoil from all weapons. Require `sv_cheats 1`.
-
weapon_recoil_scale "0" (def "2")
Larger values will give you a larger recoil pattern -
weapon_accuracy_nospread "1" (def "0")
Can be 1 or 0, this disables weapon inaccuracy and allows shots to hit in the same spot on the recoil pattern every time -
weapon_accuracy_nospread "1" (def "0")
-
view_recoil_tracking "0" (def ".45")
This value sets how closely your crosshair follows your recoil pattern, if set to 1, the crosshair will follow the recoil pattern EXACTLY (negative 1 would go the opposite direction of the pattern). -
weapon_recoil_view_punch_extra "0" (def ".055")
Competitive game mode
To play the real competitive game mode and not casual you can use:
exec gamemode_competitive;