Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Tab = Window:NewTab("Main")
- local Window = Library.CreateLib("made by grappabroskiskibidilewandoski", "DarkTheme")
- local Section = Tab:NewSection("Main")
- Section:NewButton("stfo script", "stfo script", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/nuvexa-yay/Scripts/main/STFO/Main"))()
- print("Clicked")
- end)
- Section:NewButton("trs script", "trs script", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/nuvexa-yay/Scripts/main/TRS/Mobile"))()
- print("Clicked")
- end)
- Section:NewButton("mm2", "mm2 script", function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/Murder-Mystery-2-AtherHub-17204"))()
- print("Clicked")
- end)
- Section:NewButton("fly gui", "fly gui", function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Fly-Gui-V3-17541"))()
- print("Clicked")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement