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("KoSploit's Hub v2", "Sentinel")
- -- MAIN MENU
- local Tab = Window:NewTab("MAIN MENU")
- -- Toggle UI
- local Toggle = Tab:NewSection("Toggle UI")
- Toggle:NewKeybind("Toggle UI", "Click to change keybinds", Enum.KeyCode.LeftAlt, function()
- Library:ToggleUI()
- end)
- -- Rejoin server
- local rejoin = Tab:NewSection("Rejoin server (Click to rejoin)")
- rejoin:NewButton("rejoin", "Click to rejoin", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/6wdd37J7"))()
- end)
- -- Dex explorer
- local Dex = Tab:NewSection("Dex explorer (Click to execute)")
- Dex:NewButton("Dex explorer v2", "Click to execute", function()
- loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Dex Explorer V2.txt"))()
- end)
- Dex:NewButton("Dex explorer v4", "Click to execute", function()
- loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
- end)
- -- Anti Afk
- local Afk = Tab:NewSection("Anti Afk (Click to execute)")
- Afk:NewButton("Anti-Afk", "Click to execute", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/YaPHdZJ2"))()
- end)
- -- BEST Admin Scripts
- local Admin = Tab:NewSection("BEST Admin Scripts (Click to execute)")
- Admin:NewButton("ShatterVast Admin", "Click to execute", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/iL4NRDux"))()
- end)
- Admin:NewButton("Infinite Yield", "Click to execute", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()
- end)
- Admin:NewButton("CMD - X", "Click to execute", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source"))()
- end)
- Admin:NewButton("Fates Admin", "Click to execute", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))()
- end)
- Admin:NewButton("Reviz Admin", "Click to execute", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/Caniwq2N"))()
- end)
- -- Credit
- local Tab = Window:NewTab("Credit")
- local Credit = Tab:NewSection("Credits!!")
- Credit:NewLabel("UI by xHeptc u fucktards")
- Credit:NewLabel("Button script by Arty")
- Credit:NewLabel("Label script by Arty")
- Credit:NewLabel("Scripts by Unknow")
- -- Glue piece
- local Tab = Window:NewTab("Glue Piece")
- local Glue = Tab:NewSection("Auto farm (Click to execute)")
- Glue:NewButton("Auto farm", "Click to execute", function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/AltsegoD/script/master/GluePiece.lua')))()
- end)
- Glue:NewButton("Small Server Finder", "Click to execute", function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/5AU08XgV')))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement