Advertisement
Josiahtheexploiter

Skidhub

Feb 12th, 2023
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 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("Skid", "Synapse")
  3.  
  4. --MAIN
  5. local Main = Window:NewTab("Main")
  6. local Main = Main:NewSection("Main")
  7.  
  8.  
  9. Main:NewButton("Dahood", "This is Faded Hub", function()
  10. loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))()
  11. end)
  12.  
  13.  
  14. Main:NewButton("MM2", "This is eclipse", function()
  15. loadstring(game:HttpGet(('https://raw.githubusercontent.com/Ethanoj1/EclipseMM2/master/Script'),true))()
  16. end)
  17.  
  18. Main:NewButton("dex", "This is dexv4", function()
  19. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  20. end)
  21.  
  22. Main:NewButton("my previous hub", "This is gigachad hub", function()
  23. loadstring(game:HttpGet('https://pastebin.com/raw/idU39kxz'))()
  24. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement