Advertisement
calzzeyy

Untitled

Dec 14th, 2022
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 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("Calzzeyy's HUB:", "Sentinel")
  3.  
  4. -- MAIN:
  5. local Main = Window:NewTab("Main")
  6. local MainSection = Main:NewSection("Main (Pet Sim X")
  7.  
  8.  
  9. -- Button 1:
  10. MainSection:NewButton("Main Script:", "Jmes Script.", function()
  11. loadstring(game:HttpGet('https://pastebin.com/raw/djkszmJ0'))()
  12. end)
  13.  
  14.  
  15. local MainSection = Main:NewSection("Adopt Me Scripts")
  16.  
  17.  
  18. -- Button 3: Adopt Me:
  19. MainSection:NewButton("Adopt Me Pet Farm:", "Adopt Me Pet Farm.", function()
  20. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
  21. end)
  22.  
  23.  
  24. -- Button 3: Adopt Me GingerBread Farm:
  25. MainSection:NewButton("Adopt Me Xmas Farm:", "Adopt Me Xmas Farm.", function()
  26. loadstring(game:HttpGet('https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven'))()
  27. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement