Advertisement
Jack12332

Untitled

Oct 23rd, 2022
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("CorlHub", "Ocean")
  3. local Tab = Window:NewTab("Main")
  4. local Section = Tab:NewSection("Dupe")
  5. Section:NewButton("Dupe", "It will kick you.", function()
  6. loadstring(game:HttpGet("https://raw.githubusercontent.com/MonkeyHUBB/Dupe/main/README.md"))()
  7. end)
  8.  
  9.  
  10.  
  11. local Tab = Window:NewTab("Credit")
  12. local Section = Tab:NewSection("Corl's Youtube")
  13. local Section = Tab:NewSection("Corl's discord https://discord.gg/pP5UPJxb ")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement