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("zioW Hub", "GrapeTheme")
- local Tab = Window:NewTab("Main")
- local Section = Tab:NewSection("Crash Server")
- Section:NewButton("Crash Server!", "Crashing Server Information", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SuperCustomServerCrasher'))()
- end)
- local Tab = Window:NewTab("Aimlock")
- local Section = Tab:NewSection("Aimlock")
- Section:NewButton("Aimlock On", "AimLock Ez", function()
- loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/nyulachan/nyula/main/nyuladhm"))()
- end)
- local Tab = Window:NewTab("Aimlock2")
- local Section = Tab:NewSection("Aimlock2")
- Section:NewButton("Aimlock2", "Aimlock2", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/buqs9999/Doomware/main/Aimlock"))()
- end)
- local Tab = Window:NewTab("Silent Aim")
- local Section = Tab:NewSection("Silent Aim")
- Section:NewButton("Silent Aim", "Silent AIm", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/NiquilSipper240/Xmas/main/Kremmz"))()
- end)
- Section:NewKeybind("KeybindText", "KeybindInfo", Enum.KeyCode.V, function()
- Library:ToggleUI()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement