--BROUGHT TO YOU BY RSCRIPTS.NET-- function getBestPet() spawn(function() local args = { [1] = { [1] = game:GetService("Players").LocalPlayer, [2] = "s80", [3] = true, [4] = false, [5] = true }, [2] = "AddPet" } game:GetService("ReplicatedStorage").RemoteEvents.GoToLocal:FireServer(unpack(args)) end) end function getinfGems() spawn(function() local args = { [1] = { [1] = "Leaderstats", [2] = "Gems", [3] = 99999999999999999, [4] = "+" } } game:GetService("ReplicatedStorage").RemoteEvents.GiveSth:FireServer(unpack(args)) end) end function getinfCoins() spawn(function() local args = { [1] = { [1] = "Leaderstats", [2] = "Cash", [3] = 99999999999999999, [4] = "+" } } game:GetService("ReplicatedStorage").RemoteEvents.GiveSth:FireServer(unpack(args)) end) end getBestPet(); getinfGems(); getinfCoins();