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("DarkStarYT MODS👑 1.0", "Synapse")
- local Tab = Window:NewTab("Mods👑")
- local Section = Tab:NewSection("Exploits👑")
- local function createButton(name, description, url)
- Section:NewButton(name, description, function()
- loadstring(game:HttpGet(url))()
- print("Clicked")
- end)
- end
- createButton("Admin Commands", "ButtonInfo", 'https://raw.githubusercontent.com/DarkNetworks/Infinite-Yield/main/latest.lua')
- createButton("Arsenal", "KillAll Kinda Buggy", 'https://raw.githubusercontent.com/tbao143/thaibao/main/TbaoHubArsenal')
- createButton("Brookhaven", "Brookhaven Script", 'https://raw.githubusercontent.com/REDzHUB/REDzHUB/main/REDzHUB')
- createButton("Bedwars", "Wait 30-40 seconds", 'https://raw.githubusercontent.com/AlSploit/AlSploit/main/AlSploit/Bedwars/Loader.lua')
- createButton("BladeBall", "AutoParry", 'https://raw.githubusercontent.com/Mc4121ban/trashscript/main/chaotic.lua')
- createButton("Dahood", "BallwareHub", 'https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002')
- createButton("Murder Mistery 2", "MM2", 'https://api.eclipsehub.xyz/auth?key=nil')
- createButton("Slap Battles", "Slap Battles Script", 'https://raw.githubusercontent.com/Giangplay/Slap_Battles/main/Slap_Battles.lua')
- createButton("BloxFruit", "Autofarm and more!", 'https://raw.githubusercontent.com/Basicallyy/Basicallyy/main/MinGamingV4.lua')
- createButton("Esp-Aimbot UNIVERSAL", "UNIVERSAL", 'https://raw.githubusercontent.com/coder382/CodeHub/main/Universal.lua')
- createButton("Vape V4", "For Bedwars and skywars", 'https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua')
- createButton("Draw In Chat", "ITS FE", 'https://pastebin.com/raw/q6WWVCKC')
- createButton("BTools", "Idk of this Is FE", 'rbxassetid://6695644299')
- createButton("Aimblox", "Aimblox", 'https://raw.githubusercontent.com/mexstudios/MexScripts/main/aimblox.lua')
- createButton("Doors", "Doors", 'https://raw.githubusercontent.com/hassanxzayn-lua/doors/main/devilshubgui')
- createButton("Chat Bypass", "Chat", 'https://pastebin.com/raw/T4FEyvHH')
- createButton("SharkBite", "Shark", 'https://scriptblox.com/raw/STEALTH-SharkBite-2-script-13895')
- createButton("FlagWars", "Flag", 'https://raw.githubusercontent.com/Infinity2346/Tect-Menu/main/Flag%20Wars.txt')
- createButton("PrisonLife", "Admin", 'https://raw.githubusercontent.com/dalloc2/Roblox/main/TigerAdmin.lua')
- createButton("Tsb Script1", "Script", 'https://raw.githubusercontent.com/NBLMSCRIPTS/NBLMSCRIPTHUB/main/SKIBIDI')
- createButton("Tsb Autoblock", "Script", 'https://raw.githubusercontent.com/brosula123/CAMLOCK/main/SKIBIDI')
- local Tab = Window:NewTab("Movements👑")
- local Section = Tab:NewSection("Movements👑")
- Section:NewSlider("Walkspeed", "Walkspeed", 500, 0, function(s)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- Section:NewSlider("JumpPower", "JumpPower", 500, 0, function(s)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
- end)
- local Tab = Window:NewTab("Credits")
- local Section = Tab:NewSection("Credits")
- Section:NewTextBox("DarkStarYT", "Info", function(txt)
- print(txt)
- end)
- Section:NewTextBox("Kavo UI", "Info", function(txt)
- print(txt)
- end)
- Section:NewTextBox("Other scripts :]", "TextboxInfo", function(txt)
- print(txt)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement