Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("MAD HUB", "Midnight")
- local Tab1 = Window:NewTab("Buy Nft's")
- local Tab2 = Window:NewTab("Floppa")
- local Tab2Section = Tab2:NewSection("Floppa")
- Tab2Section:NewButton("Buy Floppa", "10K Needed", function()
- local args = {
- [1] = "Floppa"
- }
- game:GetService("ReplicatedStorage").RemoteEvents.BuyItemCash:FireServer(unpack(args))
- print("Clicked")
- end)
- local Tab1Section = Tab1:NewSection("Buy Items")
- Tab1Section:NewButton("Buy Pop It Rainbow", "600M Needed", function()
- local args = {
- [1] = "Pop It Rainbow!"
- }
- game:GetService("ReplicatedStorage").RemoteEvents.BuyItemCash:FireServer(unpack(args))
- print("Clicked")
- end)
- Tab1Section:NewButton("Buy Watermelon", "5K Needed", function()
- local args = {
- [1] = "Watermelon"
- }
- game:GetService("ReplicatedStorage").RemoteEvents.BuyItemCash:FireServer(unpack(args))
- print("Clicked")
- end)
- local Tab1Section = Tab1:NewSection("Buy Nft's")
- Tab1Section:NewButton("Talking Ben", "1M Needed", function()
- local args = {
- [1] = "Trading Ben"
- }
- game:GetService("ReplicatedStorage").RemoteEvents.BuyItemCash:FireServer(unpack(args))
- print("Clicked")
- end)
- Tab1Section:NewButton("Munneh", "50K Needed", function()
- local args = {
- [1] = "Munneh"
- }
- game:GetService("ReplicatedStorage").RemoteEvents.BuyItemCash:FireServer(unpack(args))
- print("Clicked")
- end)
- Tab1Section:NewButton("Mummeh One Legs", "500K Needed", function()
- local args = {
- [1] = "Mommeh Long Legs"
- }
- game:GetService("ReplicatedStorage").RemoteEvents.BuyItemCash:FireServer(unpack(args))
- print("Clicked")
- end)
- local Tab3 = Window:NewTab("Scripts")
- local Tab3Section = Tab3:NewSection("Scripts")
- Tab3Section:NewButton("Basbousa v0.6", "Basbousa Script", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Basbousa1/my-roblox-scripts/main/Roblox-PopItTrading%20script.lua"))()
- end)
- Tab3Section:NewButton("Scam Script", "Scamming Script", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/thatchrisie/popItScript/main/README.md",true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement