local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("supremebacon scripts", "Midnight") local Tab = Window:NewTab("Scripts") local Section = Tab:NewSection("tool scripts") Section:NewButton("speed tool", "a tool that is named "speedtool"", function() loadstring(game:HttpGet("https://pastebin.com/raw/78q8tMk9", true))() print("Clicked") Section:NewButton("fly tool", "a tool named "flytool"", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Ahma174/Tool/refs/heads/main/Magic%20Carpet.lua"))() print("Clicked") end)