Created by ameicaa
Features:
- INFINITE MONEY
local args = {
[1] = "Throw",
[2] = 0/0
}
game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
- UNLOCK ALL AREAS
game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer("Throw",0/0)
task.wait(1)
for i,v in pairs (game.Workspace.Ignore:GetChildren()) do
local args = {
[1] = "UnlockArea",
[2] = v
}
game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
end
ENJOY!