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 Window = Library.CreateLib("made by grappabroskiskibidilewandoski", "DarkTheme")
- local Tab = Window:NewTab("Main")
- local Section = Tab:NewSection("Main")
- 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 script", "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)
- 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("yarhm", "universal script", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Joystickplays/psychic-octo-invention/main/yarhm.lua", false))()
- print("Clicked")
- end)
- Section:NewButton("Prison Life", "prison life script", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/dalloc2/Roblox/main/TigerAdmin.lua"))()
- print("Clicked")
- end)
- Section:NewButton("dahood script", "dahood", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002'))()
- print("Clicked")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement