--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("shadow", "DarkTheme") local Tab = Window:NewTab("for you") local Section = Tab:NewSection("Script") Section:NewButton("click me", "buttoninfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/v0c0n1337/scripts/refs/heads/main/Brookhaven%20gui.lua"))() print("Clicked") end)