ZV0K

Untitled

Aug 23rd, 2023
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 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("Da hood script", "Ocean")
  3.  
  4. -- MAIN
  5. local Main = Window:NewTab("Main")
  6. local MainSection = Main:NewSection("Da hood scripts")
  7.  
  8.  
  9. MainSection:NewButton("Faded", "Open faded gui", function()
  10. loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))()
  11. end)
  12.  
  13.  
  14. MainSection:NewButton("Swagmode", "Open Swagmode gui(prob not working)", function()
  15. loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002'))()
  16. end)
  17.  
  18.  
  19. MainSection:NewButton("Vortex", "Open Vortex gui", function()
  20. loadstring(game:HttpGet("https://raw.githubusercontent.com/ImagineProUser/vortexdahood/main/vortex", true))()
  21. end)
  22.  
  23.  
  24. MainSection:NewButton("SpaceX", "Open SpaceX gui", function()
  25. loadstring(game:HttpGet("https://raw.githubusercontent.com/spacexrandom/Lua/main/DaHood", true))()
  26. end)
Add Comment
Please, Sign In to add comment