local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/SeccetaccOP/SCRIPT/refs/heads/main/uilib.lua"))() local Window = Library.CreateLib("Make a brainrot army[Tested on Delta][Beta*]", "DarkTheme") local Tab = Window:NewTab("Get Brainrot") local Section = Tab:NewSection("Brainrot list [Shop ONLY]") Section:NewButton("Get Pi Pi Watermelon[The Best]", "ButtonInfo", function() local args = { "TryGetArmy", 25 } game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Army"):FireServer(unpack(args)) end) Section:NewButton("Secret lucky Pie", "ButtonInfo", function() local args = { "TryGetArmy", 24 } game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Army"):FireServer(unpack(args)) end) Section:NewButton("Lionel Cactuseli", "ButtonInfo", function() local args = { "TryGetArmy", 23 } game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Army"):FireServer(unpack(args)) end) local Tab = Window:NewTab("GET MONEY") local Section = Tab:NewSection("MONEY LIST") Section:NewButton("GET 100M", "ButtonInfo", function() local args = { "GetCoin", 99999999 } game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Battle"):FireServer(unpack(args)) end)