ADVERTISEMENTREMOVE ADS
INF CASH INF GEMS INF MAX EQUIP BEST TRAIL INF LUCK
47,068 views
Script Preview
Description
- inf cash
- inf gems
- fastest trail (cost 299 robux, in this script - free)
- inf max pets
- inf merge luck
- 99 2% pets
Tested with
ADVERTISEMENTREMOVE ADS
33 Lines • 1.21 KiB
-- 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
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS





Comments
Super script
inf yes Wow Thank!