Advertisement
D4rk_St4rYT

DarkStarYT Menu

Sep 1st, 2024
744
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.41 KB | Gaming | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("DarkStarYT MODS👑 1.0", "Synapse")
  3. local Tab = Window:NewTab("Mods👑")
  4. local Section = Tab:NewSection("Exploits👑")
  5.  
  6. local function createButton(name, description, url)
  7.     Section:NewButton(name, description, function()
  8.         loadstring(game:HttpGet(url))()
  9.         print("Clicked")
  10.     end)
  11. end
  12.  
  13. createButton("Admin Commands", "ButtonInfo", 'https://raw.githubusercontent.com/DarkNetworks/Infinite-Yield/main/latest.lua')
  14. createButton("Arsenal", "KillAll Kinda Buggy", 'https://raw.githubusercontent.com/tbao143/thaibao/main/TbaoHubArsenal')
  15. createButton("Brookhaven", "Brookhaven Script", 'https://raw.githubusercontent.com/REDzHUB/REDzHUB/main/REDzHUB')
  16. createButton("Bedwars", "Wait 30-40 seconds", 'https://raw.githubusercontent.com/AlSploit/AlSploit/main/AlSploit/Bedwars/Loader.lua')
  17. createButton("BladeBall", "AutoParry", 'https://raw.githubusercontent.com/Mc4121ban/trashscript/main/chaotic.lua')
  18. createButton("Dahood", "BallwareHub", 'https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002')
  19. createButton("Murder Mistery 2", "MM2", 'https://api.eclipsehub.xyz/auth?key=nil')
  20. createButton("Slap Battles", "Slap Battles Script", 'https://raw.githubusercontent.com/Giangplay/Slap_Battles/main/Slap_Battles.lua')
  21. createButton("BloxFruit", "Autofarm and more!", 'https://raw.githubusercontent.com/Basicallyy/Basicallyy/main/MinGamingV4.lua')
  22. createButton("Esp-Aimbot UNIVERSAL", "UNIVERSAL", 'https://raw.githubusercontent.com/coder382/CodeHub/main/Universal.lua')
  23. createButton("Vape V4", "For Bedwars and skywars", 'https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua')
  24. createButton("Draw In Chat", "ITS FE", 'https://pastebin.com/raw/q6WWVCKC')
  25. createButton("BTools", "Idk of this Is FE", 'rbxassetid://6695644299')
  26. createButton("Aimblox", "Aimblox", 'https://raw.githubusercontent.com/mexstudios/MexScripts/main/aimblox.lua')
  27. createButton("Doors", "Doors", 'https://raw.githubusercontent.com/hassanxzayn-lua/doors/main/devilshubgui')
  28. createButton("Chat Bypass", "Chat", 'https://pastebin.com/raw/T4FEyvHH')
  29. createButton("SharkBite", "Shark", 'https://scriptblox.com/raw/STEALTH-SharkBite-2-script-13895')
  30. createButton("FlagWars", "Flag", 'https://raw.githubusercontent.com/Infinity2346/Tect-Menu/main/Flag%20Wars.txt')
  31. createButton("PrisonLife", "Admin", 'https://raw.githubusercontent.com/dalloc2/Roblox/main/TigerAdmin.lua')
  32. createButton("Tsb Script1", "Script", 'https://raw.githubusercontent.com/NBLMSCRIPTS/NBLMSCRIPTHUB/main/SKIBIDI')
  33. createButton("Tsb Autoblock", "Script", 'https://raw.githubusercontent.com/brosula123/CAMLOCK/main/SKIBIDI')
  34.  
  35. local Tab = Window:NewTab("Movements👑")
  36. local Section = Tab:NewSection("Movements👑")
  37. Section:NewSlider("Walkspeed", "Walkspeed", 500, 0, function(s)
  38.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  39. end)
  40. Section:NewSlider("JumpPower", "JumpPower", 500, 0, function(s)
  41.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  42. end)
  43.  
  44. local Tab = Window:NewTab("Credits")
  45. local Section = Tab:NewSection("Credits")
  46. Section:NewTextBox("DarkStarYT", "Info", function(txt)
  47.     print(txt)
  48. end)
  49. Section:NewTextBox("Kavo UI", "Info", function(txt)
  50.     print(txt)
  51. end)
  52. Section:NewTextBox("Other scripts :]", "TextboxInfo", function(txt)
  53.     print(txt)
  54. end)
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement