Advertisement
GrobyItsMe

blox fruit script

Aug 18th, 2023
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 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("Groby Hub [Blox Fruit]", "Synapse")
  3.  
  4. local Tab = Window:NewTab("Blox Fruit")
  5. local MainSection = Tab:NewSection("Blox Fruit")
  6.  
  7.  
  8. MainSection:NewButton("DomadicHub", "1st", function()
  9. loadstring(game:HttpGet("https://raw.githubusercontent.com/Domadicoof/Domadicoof/main/Domadichub/NottoGay/Start.ranscript"))()
  10. end)
  11.  
  12.  
  13. MainSection:NewButton("MamaHub", "Best 2ND", function()
  14. loadstring(game:HttpGet("https://raw.githubusercontent.com/MAMAhub1/Mmahub/main/README.md"))()
  15. end)
  16.  
  17.  
  18. MainSection:NewButton("Bululuk", "Best 3RD", function()
  19. loadstring(game:HttpGet("https://raw.githubusercontent.com/Fiend1sh/FiendMain/main/BululukMain"))()
  20. end)
  21.  
  22.  
  23. MainSection:NewButton("Groby [Da Hood]", "Another Script", function()
  24. loadstring(game:HttpGet("https://pastebin.com/raw/mQPgQX8j"))()
  25. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement