local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("Create a Brainrot", "DarkTheme") local Tab = Window:NewTab("Menu") local Section = Tab:NewSection("Menu") Section:NewButton("Inf Money", "ButtonInfo", function() local args = { 179769313e+400 } game:GetService("ReplicatedStorage"):WaitForChild("BuyMoneyRequest"):FireServer(unpack(args)) print("Clicked") end) Section:NewButton("Free Gamepass", "ButtonInfo", function() local args = { "Coil Combo" } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("GearPurchase"):FireServer(unpack(args)) local args = { "Dark Matter Slap" } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("GearPurchase"):FireServer(unpack(args)) local args = { "Gold Admin Gun" } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("GearPurchase"):FireServer(unpack(args)) local args = { "Blackhole Coil" } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("GearPurchase"):FireServer(unpack(args)) local args = { "Godly Slap Hand" } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("GearPurchase"):FireServer(unpack(args)) print("Clicked") end) Section:NewButton("Lucky Block (It works once)", "ButtonInfo", function() local args = { 1360988344 } game:GetService("ReplicatedStorage"):WaitForChild("GamepassBoughtEvent"):FireServer(unpack(args)) print("Clicked") end)