Pet Posse Script Lists

local plr = game.Players.LocalPlayer
local remote = workspace.__THINGS.__REMOTES.rebirth

while task.wait(0.5) do --  high delay to prevent any possible lag from script
   remote:InvokeServer(plr)
end
loadstring(game:HttpGet("https://raw.githubusercontent.com/ZaRdoOx/Ultra-Hub/main/Main"))()
local plr = game.Players.LocalPlayer
local remote = workspace.__THINGS.__REMOTES.rebirth

while task.wait(0.5) do --  high delay to prevent any possible lag from script
   remote:InvokeServer(plr)
end
local plr = game.Players.LocalPlayer
local things = workspace.__THINGS
local remote = things.__REMOTES.clickedButton

while task.wait() do -- no delay so it can go hella fucking fast + the script iterating over instances makes it go slow enough
   local pets = {}; for i,v in pairs(things.Pets:FindFirstChild(plr.Name):GetChildren()) do
       table.insert(pets, v.Name)
   end
       
   local coins = {}; for i,v in pairs(things.Coins.SpawnWorld:GetChildren()) do
       for z,x in pairs(v:GetDescendants()) do
           if table.find(pets, x.Name) then
               table.insert(coins, v)
           end
       end
   end

   for i,v in pairs(coins) do
       remote:FireServer(v.Coin, v)
   end
end
for i,v in pairs(getgc()) do
   if getinfo(v).name:lower():match('hatchin') then
       old = hookfunction(v, function()
           return wait(9e9)
       end)
   end
end
Copy Scripts From Above Code Boxes & Paste Them into Script Executor
Please Disable Your Antivirus Before Using Roblox Scripts
If You Find Any Broken Script Please Contact us Through Comments
Comment Your Queries And Requests In The Specific Script Comment Box.