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("Aceware - Pet simulator x", "Midnight") --Main local Dupe = Window:NewTab("Dupe") local DupingSection = Dupe:NewSection("Dupe Section") local Pet = Window:NewTab("Pet") local MainSection = Pet:NewSection("Mod") MainSection:NewButton("Dupe Pets", "Dupe ur pets!", function() game:GetService("ReplicatedStorage"):WaitForChild("events-MkO"):WaitForChild("1c4a2bea-db84-4601-bf7f-c4cc36f8fd90"):FireServer() end) MainSection:NewDropdown("Dupe Selector", "Dupe ur pets or gems", {"Black", "Blue", "Green", "Orange", "Purple", "Red", "White", "Yellow"}, function(currentOption) local args = { [1] = currentOption } game:GetService("ReplicatedStorage"):WaitForChild("events-MkO"):WaitForChild("28f15023-ea6e-4399-a206-6b42978e8da4"):FireServer(unpack(args)) end) DupeSection:NewButton("Dupe", "Loads Dupe pets GUI", function() loadstring(game:HttpGet("https://pastebin.com/1hFRsGK2", true))(); end) DupeSection:NewButton("Dupe", "Loads Dupe gems GUI", function() loadstring(game:HttpGet("https://pastebin.com/HLXSQsUz"))()
- "))() end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement