local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local Window = Library.CreateLib("ROCK Hub | Base Battles Script", "DarkTheme")

if game.PlaceId == 5326405001 then
    -- MAIN
    local Credit = Window:NewTab("Credits")
    local CreditSection = Credit:NewSection("Credits")


    CreditSection:NewButton("Credit: Levrock26", "Made By Levrock26", function()
    end)


    --LOCAL PLAYER
    local Player = Window:NewTab("Player")
    local PlayerSection = Player:NewSection("Player")

    PlayerSection:NewButton("ESP", "See everyone in the server", function()
        loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
    end)    
    
    PlayerSection:NewButton("HitBox Expander", "Expands the hitbox | Size = 10", function()
        loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
    end)

    PlayerSection:NewButton("NoClip", "Walk through solid objects", function()
        loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
    end)

    PlayerSection:NewButton("Player Teleport GUI", "GUI to teleport to another player", function()
        loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
    end)

    
    --Other
    local Other = Window:NewTab("Other")
    local OtherSection = Other:NewSection("Other")

    OtherSection:NewButton("Chat Spoofer", "Lets you chat for other people", function()
        loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
    end)
end

Embed on website

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