Roblox Murder Mystery 2 LEVX SCRIPT
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("LEVX 🤡", "Synapse")
-- Main
local Main = Window:NewTab("Main")
local MainSection = Main:NewSection("Main")
-- Walkspeed
MainSection:NewSlider("WalkSpeed", "Sets WalkSpeed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
end)
MainSection:NewButton("ESP", "ESP (Q To Toggle)", function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/Exunys/ESP-Script/main/ESP.lua'))()
end)
-- FLY
MainSection:NewButton("Infinite Yield", "Infinite Yield Admin)", function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
end)
local MM2 = Window:NewTab("MM2")
local MM2Section = MM2:NewSection("MM2")
MM2Section:NewButton("EclipseMM2", "EclipseMM2 If First Click Doesnt Work Click It Again", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Doggo-cryto/EclipseMM2/master/Script", true))()
end)
MM2Section:NewButton("OP MM2 Script", "MM2 Script", function()
loadstring(game:HttpGet("https://gist.githubusercontent.com/TurkOyuncu99/16d946bfe0a0ed98a8e32de362fd4217/raw/0681fa979da042841f4e71a52490fdc3a2a16376/cac", true))()
end)
MM2Section:NewButton("Vynixu's MM2 Script", "MM2 Script", function()
loadstring(game:HttpGet('https://pastebin.com/raw/pHZVpMnF'))()
end)
local Arsenal = Window:NewTab("Arsenal")
local ArsenalSection = Arsenal:NewSection("Arsenal")
ArsenalSection:NewButton("DarkHub (KEY)", "Arsenal Script Requires Key", function()
loadstring(game:HttpGet(('https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/Init'),true))()
end)
ArsenalSection:NewButton("TR1V5", "This is curently the best free arsenal script in the world", function()
loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/TR1V5/TR1V5-Software-V4/main/Main"))()
end)
ArsenalSection:NewButton("OwlHub", "Arsenal Script", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
end)
local Coming Soon = Window:NewTab("Coming Soon")
local Coming SoonSection = Coming Soon:NewSection("Coming Soon")