Advertisement
Imakerblxscripts55

Untitled

Aug 28th, 2024
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Tab = Window:NewTab("Main")
  3.  
  4. local Window = Library.CreateLib("made by grappabroskiskibidilewandoski", "DarkTheme")
  5. local Section = Tab:NewSection("Main")
  6. Section:NewButton("stfo script", "stfo script", function()
  7. loadstring(game:HttpGet("https://raw.githubusercontent.com/nuvexa-yay/Scripts/main/STFO/Main"))()
  8. print("Clicked")
  9. end)
  10. Section:NewButton("trs script", "trs script", function()
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/nuvexa-yay/Scripts/main/TRS/Mobile"))()
  12. print("Clicked")
  13. end)
  14. Section:NewButton("mm2", "mm2 script", function()
  15. loadstring(game:HttpGet("https://scriptblox.com/raw/Murder-Mystery-2-AtherHub-17204"))()
  16. print("Clicked")
  17. end)
  18. Section:NewButton("fly gui", "fly gui", function()
  19. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Fly-Gui-V3-17541"))()
  20. print("Clicked")
  21. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement