Skip to content

Instantly share code, notes, and snippets.

@moritzuehling
Created September 15, 2014 00:26
Show Gist options
  • Save moritzuehling/b7daad50d71b18e8b102 to your computer and use it in GitHub Desktop.
Save moritzuehling/b7daad50d71b18e8b102 to your computer and use it in GitHub Desktop.
This is a bullet-time script for CS:GO Servers.
rcon sv_cheats 1;
rcon weapon_accuracy_nospread 1;
rcon sv_gravity 400;
rcon sv_accelerate 1000000;
rcon sv_airaccelerate 10000000;
rcon alias +bullet "+bullet1";
rcon alias -bullet "-bullet1";
rcon alias +bullet1 "host_timescale .5; alias +bullet +bullet2";
rcon alias -bullet1 "host_timescale 1; alias +bullet +bullet1";
rcon alias +bullet2 "alias -bullet -bullet2";
rcon alias -bullet2 "alias +bullet +bullet1; alias -bullet -bullet1";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment