Advertisement
AbcFad

LunaX hub Script

Dec 11th, 2023
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("LunaX Hub", "GrapeTheme")
  3.  
  4.  
  5. -- MAIN
  6. local Main = Window:NewTab("Main")
  7. local MainSection = Main:NewSection("Main")
  8.  
  9.  
  10. MainSection:NewButton("Auto parry Blade ball v1", "Auto parry v1", function()
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Parry%20V4.0.0",true))()
  12. end)
  13.  
  14. MainSection:NewButton(" Hold block spam v1", "Hold block to spam", function()
  15. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Spam",true))()
  16. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement