local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))()

local Window = Library.CreateLib("Orz ps99 HUB", "BloodTheme")

local Tab = Window:NewTab("Farm")

local Tab = Window:NewTab("Minigame")

Section:NewToggle("Auto Fish", "Auto Fish", function(state)
    if state then
        loadstring(game:HttpGet("https://[Log in to view URL]",true))()
    else
        loadstring(game:HttpGet("https://[Log in to view URL]",false))()
    end
end)

local Tab = Window:NewTab("Eggs")

Section:NewButton("Remove Egg Anim", "Remove Egg Animation", function()
    local Eggs = game.Players.LocalPlayer.PlayerScripts.Scripts.Game['Egg Opening Frontend']getsenv(Eggs).PlayEggAnimation = function() return end
end)

local Tab = Window:NewTab("Credits")

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: