Horrific Housing Get Old/Unobtainable/Gamepass Any pet for free

MADE BY kanomi13

FEATURE:

  • GET OLD UNOBTAINABLE GAMEPASS AND ANY PET FOR FREE

GAME LINK:
HORRIFIC HOUSING

SCRIPT:

local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
local window = library.CreateLib("Sugarlipsgirl234's Pet Changer", _G.currentOption)
local change = window:NewTab("Pets")
local petsCategory = change:NewSection("Change Pets")
local equippablePets = {}
local diamondPets = {}
local gamepassPet = "RainbowPhoenix"

petsCategory:NewButton("Give Free Gamepass", "", function()
    game:GetService("ReplicatedStorage").PetChange:FireServer(gamepassPet)    
end)

for _,v in pairs(game.ReplicatedStorage.Pets:GetChildren()) do 
    table.insert(equippablePets, v.Name)
end 

for _,v in pairs(game.ReplicatedStorage.DiamondPets:GetChildren()) do 
    table.insert(diamondPets, v.Name)
end 

petsCategory:NewDropdown("Choose Normal Egg Pet", "", equippablePets, function(currentOption)
    game:GetService("ReplicatedStorage").PetChange:FireServer(currentOption)
end)

petsCategory:NewDropdown("Choose Diamond Egg Pet", "", diamondPets, function(currentOption)
    game:GetService("ReplicatedStorage").PetChange:FireServer(currentOption)    
end) 

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!