JannickP8

Ananda DaHood Script Hub by Axtra

Dec 4th, 2021 (edited)
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.06 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("Ananda DaHood Script Hub by Jannick", "Sentinel")
  3.  
  4. local Tab = Window:NewTab("Main")
  5. local Section = Tab:NewSection("Scripts")
  6. Section:NewButton("Raycodex (No Key)", "Good Script", function()
  7.     loadstring(game:GetObjects("rbxassetid://5812737894")[1].Source)()
  8. end)
  9. Section:NewButton("Faded (No Key)", "Good Script", function()
  10.    loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))()
  11. end)
  12. Section:NewButton("Arctic (No Key - need to join the group)", "https://www.roblox.com/groups/12243982/ArcticGG#!/about", function()
  13. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/PolarWasHere/Arctic/main/Arctic"))()
  14.  
  15. end)
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. local Tab = Window:NewTab("Credits")
  23. local Section = Tab:NewSection("Credits")
  24. Section:NewLabel("Code: Axtra")
  25. Section:NewLabel("Design: Axtra")
  26. Section:NewLabel("Ui library: https://xheptcofficial.gitbook.io/kavo-library/")
  27.  
  28.  
Add Comment
Please, Sign In to add comment