Advertisement
calzzeyy

Untitled

Dec 17th, 2022
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 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://raw.githubusercontent.com/jmesfo0/RobloxScripts/main/psx-jmes.lua'))()
  12. end)
  13.  
  14.  
  15. -- Button 2:
  16. MainSection:NewButton("Main Script:", "Jmes Script.", function()
  17. loadstring(game:HttpGet('https://pastebin.com/raw/fW6x4VJL'))()
  18. end)
  19.  
  20.  
  21. -- Button 2: DUPE:
  22. MainSection:NewButton("Gem/Pet Dupe (Working):", "Insane Gem/Pet Dupe!!.", function()
  23. loadstring(game:HttpGet('https://pastebin.com/raw/djkszmJ0'))()
  24. end)
  25.  
  26. local MainSection = Main:NewSection("Adopt Me Scripts")
  27.  
  28.  
  29. -- Button 3: Adopt Me:
  30. MainSection:NewButton("Adopt Me Pet Farm:", "Adopt Me Pet Farm.", function()
  31. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
  32. end)
  33.  
  34.  
  35. -- Button 3: Adopt Me GingerBread Farm:
  36. MainSection:NewButton("Adopt Me Xmas Farm:", "Adopt Me Xmas Farm.", function()
  37. loadstring(game:HttpGet('https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven'))()
  38. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement