Desert Island Survival Script | INFINITE COINS, ALL GOLD TOOLS, 1000 FLARE GUNS
----INFINITE COINS
_G.reasonswhyiwanttocommitysuicidepleasesendmehelpimmentallyillreal100 = true
while _G.reasonswhyiwanttocommitysuicidepleasesendmehelpimmentallyillreal100 == true do wait()
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("PriateClaimEvent"):FireServer()
end
-----ALL GOLD TOOLS, 1000 FLARE GUNS
local ticklemypickle = game:GetService("ReplicatedStorage")
local brosdeviouswidit = ticklemypickle:WaitForChild("Events"):WaitForChild("AddCollectGoodsEvent")
for i = 1, 1000 do
local args = {
[1] = 1
}
brosdeviouswidit:FireServer(unpack(args))
end