local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("Some random shit", "Sentinel") local Tab = Window:NewTab("admin Commands") local Section = Tab:NewSection("nameless Admin") Section:NewButton("ButtonText", "ButtonInfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Nameless-admin-v250-script-87765"))() print("Clicked") end) local Section = Tab:NewSection("infinite yield") Section:NewButton("ButtonText", "ButtonInfo", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() print("Clicked") end) local Tab = Window:NewTab("Avatar Script") local Section = Tab:NewSection("Aura hub") Section:NewButton("ButtonText", "ButtonInfo", function() game.Players.LocalPlayer:Kick("make your own one nigga🖕") print("Clicked") end) Section:NewLabel("credit to FT kings :)")