local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("Pr0 Hub Infinity", "GrapeTheme") local Tab = Window:NewTab("main 🏠") local Section = Tab:NewSection("main page ") Section:NewButton("Nameless Admin", "fly or smth fuck this description", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Nameless-admin-without-kick-24150"))() print("Clicked") end) Section:NewButton("Discord", "A Basic Feature Copys The Discord Link.", function() setclipboard("https://discord.gg/AvqWGbzY") print("Clicked") end) local gui = Instance.new("ScreenGui") gui.Name = "patrickGui" gui.Parent = game.CoreGui --screengui = gui local TextButton = Instance.new("TextButton") -- Text TextButton.Text = "Off/On" TextButton.TextSize = 24 -- Color TextButton.TextColor3 = Color3.new(1, 1, 1) TextButton.BackgroundColor3 = Color3.new(0, 1, 1) TextButton.BorderColor3 = Color3.new(1, 1, 1) -- thickness TextButton.BorderSizePixel = 4 -- Text Code TextButton.Font = Enum.Font.Code -- Size TextButton.Size = UDim2.new(0.2, 0, 0.1, 0) -- Posisition TextButton.Position = UDim2.new(0, 0, 0.4, 0) -- Function TextButton.MouseButton1Click:Connect (function() Library:ToggleUI() end) TextButton.Parent = gui TextButton.Draggable = true local cornerUI = Instance.new("UICorner") cornerUI.CornerRadius = UDim.new(0, 5) cornerUI.Parent = TextButton local uiStroke = Instance.new("UIStroke") uiStroke.Color = Color3.new(0, 0, 0) uiStroke.Thickness = 2 uiStroke.Parent = TextButton local Tab = Window:NewTab("Break in 2") local Section = Tab:NewSection("koofy is such a fuckin nigger ") Section:NewButton("Nerd ", "unlock your inner nerd", function() local args = { [1] = "Book", [2] = true, [3] = true } game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole:FireServer(unpack(args)) print("Clicked") end) Section:NewButton("Speed", "Get 1+ speed spam if u need 5 speed", function() local args = { [1] = "Speed" } game:GetService("ReplicatedStorage").Events.RainbowWhatStat:FireServer(unpack(args)) print("Clicked") end) local Tab = Window:NewTab("Tsbe") local Section = Tab:NewSection("TSB Exploits") Section:NewButton("Mahito (Domain Expansion)", "this is really cool to troll with because it has a domain", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GreatestLime4K/mahitotsb/refs/heads/main/Protected_6381580361331378.txt'))() print("Clicked") end)