Advertisement
Karap

All Script KaGa HUB

Nov 25th, 2023
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet('https://raw.githubusercontent.com/Rain-Design/Unnamed/main/Library.lua'))()
  2. Library.Theme = "Dark"
  3. local Flags = Library.Flags
  4.  
  5. local Window = Library:Window({
  6. Text = "All Maps"
  7. })
  8.  
  9. local Tab = Window:Tab({
  10. Text = "All Scripts"
  11. })
  12. local Section = Tab:Section({
  13. Text = "Scripts"
  14. })
  15.  
  16. Section:Button({
  17. Text = "Rock Fruit",
  18. Callback = function()
  19. loadstring(game:HttpGet(('https://raw.githubusercontent.com/Kahack999/ka/main/free%20rock1.lua'),true))()
  20. end
  21. })
  22.  
  23. Section:Button({
  24. Text = "Meme Adventure",
  25. Callback = function()
  26. loadstring(game:HttpGet(('https://raw.githubusercontent.com/Kahack999/ka/main/Meme%20Adventure%20New%20Version.lua'),true))()
  27. end
  28. })
  29.  
  30. Section:Button({
  31. Text = "Glue Piece",
  32. Callback = function()
  33. loadstring(game:HttpGet(('https://raw.githubusercontent.com/Kahack999/ka/main/glue%20piece%20new%20version.lua'),true))()
  34. end
  35. })
  36.  
  37. Section:Button({
  38. Text = "One Piece Open Seas",
  39. Callback = function()
  40. loadstring(game:HttpGet(('https://raw.githubusercontent.com/Kahack999/ka/main/one%20piece%20open%20sea%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B9%81%E0%B8%97%E0%B9%89.lua'),true))()
  41. end
  42. })
  43.  
  44. Tab:Select()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement