--Inf Coins local args = { [1] = "1000000000000000000000000", [2] = true } game:GetService("ReplicatedStorage").Orb:FireServer(unpack(args)) --Inf Gems local args = { [1] = "100000000000000000000000", [2] = true } game:GetService("ReplicatedStorage").Orb2:FireServer(unpack(args)) --Unlock Best Wepon local args = { [1] = "Lava Axe", [2] = 0 } game:GetService("ReplicatedStorage").ClickBuy:FireServer(unpack(args)) local args = { [1] = 12000, [2] = 11, [3] = 0.6, [4] = 2.5 } game:GetService("ReplicatedStorage").ClickEquip:FireServer(unpack(args))