-- IF YOU ARE READING THIS YOU MUST HAVE FOUND/CRACKED MY LOADER AND GOT THE SCRIPT AND I DONT REALLY CARE SINCE I'M DOING THIS FOR FREE AND I CAN JUST MAKE ANOTHER ONE BEING OBFUSCATED LMAO. -- Script made by scrip and fadud, V/Beta 1.0 -- getgenvs getgenv().autoMuscle = false getgenv().autoEgg = false getgenv().speedyboi = false getgenv().KillerPart = false getgenv().autoRebirth = false getgenv().jumpyboi = false getgenv().autoChest = false getgenv().autoBrawl = false -- UI Library local uilibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))() local scripmuscle = uilibrary.new("ScripHub | Muscle Legends BETA | v0.9.8", 5013109572) -- Code local hum = game.Players.LocalPlayer.Character.Humanoid local AFPg = scripmuscle:addPage("Auto Farm", 5012544693) local AutoFarmerSec = AFPg:addSection("Farming") local EggsPG = scripmuscle:addPage("Crystal Stuff", 5012544693) local AutoBuyGGY = EggsPG:addSection("Buy Crystals") local TPPage = scripmuscle:addPage("Teleports", 5012544693) local Tp2Where = TPPage:addSection("Teleport to Place") local Tp2Who = TPPage:addSection("Teleport to Player") local miscmenu = scripmuscle:addPage("Misc", 5012544693) local themestuff = miscmenu:addSection("UI Theme") local PlayerStuff = miscmenu:addSection("Player Stuff") local others = miscmenu:addSection("Other") local WorldStuff = miscmenu:addSection("World Stuff") local creditandinfo = scripmuscle:addPage("Information", 5012544693) local abtscript = creditandinfo:addSection("Socials") local themes = { Background = Color3.fromRGB(24, 24, 24), Glow = Color3.fromRGB(255, 255, 255), Accent = Color3.fromRGB(235, 235, 235), LightContrast = Color3.fromRGB(87, 87, 87), DarkContrast = Color3.fromRGB(235, 235, 235), TextColor = Color3.fromRGB(255, 255, 255) } for theme, color in pairs(themes) do themestuff:addColorPicker(theme, color, function(color3) scripmuscle:setTheme(theme, color3) end) end AutoFarmerSec:addToggle("Autofarm Muscle", nil, function(value) getgenv().autoMuscle = value if value then doMuscle() end end) AutoFarmerSec:addToggle("Auto Rebirth", nil, function(isreb) getgenv().autoRebirth = isreb if isreb then doRebirth() end end) others:addToggle("Auto Join Brawl", nil, function(isbrawl) getgenv().autoBrawl = isbrawl if isbrawl then doBrawl() end end) abtscript:addButton("Copy Discord Link", function() local linkdc = 'https://discord.gg/NfNMJzNN2K' setclipboard(linkdc) scripmuscle:Notify("Success", "Discord Link is copied to clipboard") end) abtscript:addButton("Copy Credits since no labels", function() local text = "Script made by scrip#0002 and fadud#5846, join our discord for updates and friendly communnity,ui library is called venyx and its open source,thanks for reading." setclipboard(text) scripmuscle:Notify("Success", "Credits are copied to clipboard") end) others:addToggle("Collect Chests", nil, function(ischest) getgenv().autoChest = ischest if ischest then doChests() end end) others:addKeybind("Menu Toggle", Enum.KeyCode.RightAlt, function() scripmuscle:toggle() end, function() end) AutoFarmerSec:addToggle("Auto Kill", nil, function(iskill) getgenv().KillerPart = iskill if iskill then doKill() end end) PlayerStuff:addToggle("JumpPower", nil, function(isjump) getgenv().jumpyboi = isjump if isjump then doJump() end end) PlayerStuff:addToggle("Walkspeed", nil, function(Value) getgenv().speedyboi = Value if Value then doSpeed() end end) AutoBuyGGY:addToggle("Auto Buy Crystals", nil, function(isbuyegg) getgenv().autoEgg = isbuyegg if isbuyegg then doBuyEgg() end end) AutoBuyGGY:addButton("Buy Crystal", function() game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer("openCrystal",whichEgg) end) Tp2Where:addButton("Frost Gym", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local frostgymloc = CFrame.new(-2623, 3, -409) wait(0.1) pl.CFrame = frostgymloc end) Tp2Where:addButton("Eternal Gym", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local eternalgymloc = CFrame.new(-6758, 28, -1284) wait(0.1) pl.CFrame = eternalgymloc end) Tp2Where:addButton("Tiny Island", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local tinyislandloc = CFrame.new(-38, 14, 1883) wait(0.1) pl.CFrame = tinyislandloc end) Tp2Where:addButton("Mythical Gym", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local mythicalgymloc = CFrame.new(2250, 28, 1073) wait(0.1) pl.CFrame = mythicalgymloc end) Tp2Where:addButton("Legends Gym", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local legendsgymloc = CFrame.new(4603, 1009, -3897) wait(0.1) pl.CFrame = legendsgymloc end) AutoBuyGGY:addTextbox("Crystal Name", "Default", function(valued, focusLost) if focusLost then whichEgg = valued end end) Tp2Who:addTextbox("Player's Name", "Default", function(playername, focusLost) if focusLost then whichPlayer = playername end end) Tp2Who:addButton("Teleport to Player", function() local pl1 = game.Players.LocalPlayer.Character.HumanoidRootPart local pl2 = whichPlayer pl1.CFrame = game.Players[pl2].Character.HumanoidRootPart.CFrame end) function doSpeed() spawn(function() while speedyboi == true do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100 wait() end end) end function doJump() spawn(function() while jumpyboi == true do game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100 wait() end end) end WorldStuff:addButton("Optimize World (For low end pc's)", function() local decalsyeeted = true -- Leaving this on makes games look shitty but the fps goes up by at least 20. local g = game local w = g.Workspace local l = g.Lighting local t = w.Terrain t.WaterWaveSize = 0 t.WaterWaveSpeed = 0 t.WaterReflectance = 0 t.WaterTransparency = 0 l.GlobalShadows = false l.FogEnd = 9e9 l.Brightness = 0 settings().Rendering.QualityLevel = "Level01" for i, v in pairs(g:GetDescendants()) do if v:IsA("Part") or v:IsA("Union") or v:IsA("CornerWedgePart") or v:IsA("TrussPart") then v.Material = "Plastic" v.Reflectance = 0 elseif v:IsA("Decal") or v:IsA("Texture") and decalsyeeted then v.Transparency = 1 elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then v.Lifetime = NumberRange.new(0) elseif v:IsA("Explosion") then v.BlastPressure = 1 v.BlastRadius = 1 elseif v:IsA("Fire") or v:IsA("SpotLight") or v:IsA("Smoke") then v.Enabled = false elseif v:IsA("MeshPart") then v.Material = "Plastic" v.Reflectance = 0 v.TextureID = 10385902758728957 end end for i, e in pairs(l:GetChildren()) do if e:IsA("BlurEffect") or e:IsA("SunRaysEffect") or e:IsA("ColorCorrectionEffect") or e:IsA("BloomEffect") or e:IsA("DepthOfFieldEffect") then e.Enabled = false end end end) function doKill() spawn(function() while KillerPart == true do for i, player in ipairs(game.Players:GetChildren()) do if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then player.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 1 game:GetService("ReplicatedStorage").rEvents.changeSpeedSizeRemote:InvokeServer("changeSize", 1) game:GetService("Players").LocalPlayer.muscleEvent:FireServer("punch","leftHand") game:GetService("Players").LocalPlayer.muscleEvent:FireServer("punch","rightHand") wait() end end end end) end function doChests() spawn(function() while autoChest == true do game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer("Legends Chest") game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer("Enchanted Chest") game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer("Golden Chest") game:GetService("ReplicatedStorage").rEvents.groupRemote:InvokeServer("groupRewards") game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer("Magma Chest") game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer("Mythical Chest") wait(300) end end) end function doBuyEgg() spawn(function() while autoEgg == true do game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer("openCrystal",whichEgg) wait(1) end end) end function doRebirth() spawn(function() while autoRebirth == true do game:GetService("ReplicatedStorage").rEvents.rebirthRemote:InvokeServer("rebirthRequest") wait(5) end end) end function doBrawl() spawn(function() while autoBrawl == true do game:GetService("ReplicatedStorage").rEvents.brawlEvent:FireServer("joinBrawl") wait(2) end end) end function doMuscle() spawn(function() while autoMuscle == true do game:GetService("Players").LocalPlayer.muscleEvent:FireServer("rep") wait() end end) end scripmuscle:SelectPage(scripmuscle.pages[1], true)