Created bymadslayer56
Features:
- INFINITE GEMS
SCRIPTS:[2]
BUY POINT WITH GEMS
for i = 1,500 do
task.spawn(function()
local args = {
[1] = "GemBuyUpPoints",
[2] = 5416
}
game:GetService("ReplicatedStorage").Remote.Event.Up:FindFirstChild("[C-S]TryBuyPoints"):FireServer(unpack(args))
end)
end
INFINITE GEMS:
for i = 1, 500 do
task.spawn(function()
local args = {
[1] = "10001"
}
game:GetService("ReplicatedStorage").Remote.Event.Dungeon:FindFirstChild("[C-S]TryGetDungeonReward"):FireServer(unpack(args))
end)
end