-- almost inf cash local args = { "Cash", "99999999999" } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("AddValueEvent"):FireServer(unpack(args)) -- inf gems (if you execute this like 5 times) for _ = 1, 500 do game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("MysteryBoxEvent"):FireServer() end -- fastest trail (299 robux) local args = { "Aurora", 140000000000 } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BuyTrailEvent"):FireServer(unpack(args)) local args = { "Aurora" } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("EquipTrailEvent"):FireServer(unpack(args)) -- inf max pets local args = { "MaxPets", 9999 } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("MultiplierEvent"):FireServer(unpack(args)) -- inf luck local args = { "LuckyMergeLevel", 9999999999, 3000 } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("UpgradeEvent"):FireServer(unpack(args)) -- pets for _ = 1, 99 do local args = {4} game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("SpinWheelPrizeEvent"):FireServer(unpack(args)) end