Menace00

Roblox MM2 Levx script

Aug 13th, 2023
4,663
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("LEVX 🤡", "Synapse")
  3.  
  4. -- Main
  5. local Main = Window:NewTab("Main")
  6. local MainSection = Main:NewSection("Main")
  7.  
  8. -- Walkspeed
  9. MainSection:NewSlider("WalkSpeed", "Sets WalkSpeed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  10. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  11. end)
  12.  
  13. MainSection:NewButton("ESP", "ESP (Q To Toggle)", function()
  14. loadstring(game:HttpGet('https://raw.githubusercontent.com/Exunys/ESP-Script/main/ESP.lua'))()
  15. end)
  16. -- FLY
  17. MainSection:NewButton("Infinite Yield", "Infinite Yield Admin)", function()
  18. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  19. end)
  20. local MM2 = Window:NewTab("MM2")
  21. local MM2Section = MM2:NewSection("MM2")
  22.  
  23. MM2Section:NewButton("EclipseMM2", "EclipseMM2 If First Click Doesnt Work Click It Again", function()
  24. loadstring(game:HttpGet("https://raw.githubusercontent.com/Doggo-cryto/EclipseMM2/master/Script", true))()
  25. end)
  26.  
  27. MM2Section:NewButton("OP MM2 Script", "MM2 Script", function()
  28. loadstring(game:HttpGet("https://gist.githubusercontent.com/TurkOyuncu99/16d946bfe0a0ed98a8e32de362fd4217/raw/0681fa979da042841f4e71a52490fdc3a2a16376/cac", true))()
  29. end)
  30.  
  31. MM2Section:NewButton("Vynixu's MM2 Script", "MM2 Script", function()
  32. loadstring(game:HttpGet('https://pastebin.com/raw/pHZVpMnF'))()
  33. end)
  34.  
  35. local Arsenal = Window:NewTab("Arsenal")
  36. local ArsenalSection = Arsenal:NewSection("Arsenal")
  37.  
  38. ArsenalSection:NewButton("DarkHub (KEY)", "Arsenal Script Requires Key", function()
  39. loadstring(game:HttpGet(('https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/Init'),true))()
  40. end)
  41.  
  42. ArsenalSection:NewButton("TR1V5", "This is curently the best free arsenal script in the world", function()
  43. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/TR1V5/TR1V5-Software-V4/main/Main"))()
  44. end)
  45.  
  46. ArsenalSection:NewButton("OwlHub", "Arsenal Script", function()
  47. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  48. end)
  49. local Coming Soon = Window:NewTab("Coming Soon")
  50. local Coming SoonSection = Coming Soon:NewSection("Coming Soon")
Add Comment
Please, Sign In to add comment