Advertisement
AbcFad

LunaX hub Script

Nov 19th, 2023
1,157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 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. if game.Placeid == 13772394625 then
  5.  
  6. -- MAIN
  7. local Main = Window:NewTab("Main")
  8. local MainSection = Main:NewSection("Main")
  9.  
  10.  
  11. MainSection:NewButton("Auto parry Blade ball v1", "Auto parry v1", function()
  12. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Parry%20V4.0.0",true))()
  13. end)
  14.  
  15. MainSection:NewButton(" Hold block spam v1", "Hold block to spam", function()
  16. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Spam",true))()
  17. end)
Tags: Script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement