local Rayfield = loadstring(game:HttpGet('https://[Log in to view URL]'))()
local Window = Rayfield:CreateWindow({
Name = "💪 Muscle Legends + 💪",
LoadingTitle = "Loading Muscle Legends + ",
LoadingSubtitle = "by JorPlayz",
ConfigurationSaving = {
Enabled = false,
FolderName = nil, -- Create a custom folder for your hub/game
FileName = "musclelegendsscriptplus"
},
Discord = {
Enabled = true,
Invite = "VmADhSQ9", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
RememberJoins = true -- Set this to false to make them join the discord every time they load it up
},
KeySystem = true, -- Set this to true to use our key system
KeySettings = {
Title = "Muscle Legends + | Key System",
Subtitle = "Join Discord For The Key",
Note = "Key leads directly to Pastebin, no Linkvertise.",
FileName = "Keysystempromax", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
GrabKeyFromSite = true, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
Key = {"https://[Log in to view URL]"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
}
})
local MainTab = Window:CreateTab("Main", nil) -- Title, Image
local MainSection = MainTab:CreateSection("Main")
Rayfield:Notify({
Title = "Subscribe to JorScripts",
Content = "LOL",
Duration = 4,
Image = nil,
Actions = { -- Notification Buttons
Ignore = {
Name = "Bet",
Callback = function()
print("The user tapped Okay!")
end
},
},
})
local Button = MainTab:CreateButton({
Name = "InfJump",
Callback = function()
_G.infinjump = not _G.infinjump
if _G.infinJumpStarted == nil then
--Ensures this only runs once to save resources
_G.infinJumpStarted = true
--Notifies readiness
game.StarterGui:SetCore("SendNotification", {Title="WeAreDevs.net"; Text="The WeAreDevs Infinite Jump exploit is ready!"; Duration=5;})
--The actual infinite jump
local plr = game:GetService('Players').LocalPlayer
local m = plr:GetMouse()
m.KeyDown:connect(function(k)
if _G.infinjump then
if k:byte() == 32 then
humanoid = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass('Humanoid')
humanoid:ChangeState('Jumping')
wait()
humanoid:ChangeState('Seated')
end
end
end)
end
end,
})
local Slider = MainTab:CreateSlider({
Name = "Speed",
Range = {0, 500},
Increment = 1,
Suffix = "Speed",
CurrentValue = 16,
Flag = "Slider1", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
Callback = function(Value)
game.Players.localPlayer.Character.Humanoid.WalkSpeed = (Value)
end,
})
local Button = MainTab:CreateButton({
Name = "NoClip",
Callback = function()
if _G.Noclip == nil or not _G.Noclip.Connected then
lp = game:service'Players'.LocalPlayer
_G.Noclip = game:service'RunService'.Stepped:Connect(function()
lp.Character.Head.CanCollide = false
lp.Character.LowerTorso.CanCollide = false
lp.Character.UpperTorso.CanCollide = false
lp.Character.HumanoidRootPart.CanCollide = false
if lp.Character:FindFirstChild'Badge' then
lp.Character.Badge.CanCollide = false
end
end)
end
end,
})
local TeleportTab = Window:CreateTab("Teleports", nil) -- Title, Image
local Section = TeleportTab:CreateSection("Gyms")
local Button = TeleportTab:CreateButton({
Name = "Mythical Gym",
Callback = function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2250.77832, 7.38249969, 1073.22668, -8.07300241e-15, 5.31365636e-08, -1, 7.28567251e-09, 1, 5.31365636e-08, 1, -7.28567251e-09, -8.46013797e-15)
end,
})
local Button = TeleportTab:CreateButton({
Name = "Muscle King",
Callback = function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-8625.93262, 17.2325287, -5730.47217, 0.765763462, -1.84813775e-09, 0.643122315, -1.32089262e-09, 1, 4.44647785e-09, -0.643122315, -4.25444568e-09, 0.765763462)
end
})
local Button = TeleportTab:CreateButton({
Name = "Eternal Gym",
Callback = function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-6758.96387, 7.38251114, -1284.9187, -1.70980614e-14, -3.91249338e-10, 1, -1.91435268e-09, 1, 3.91249338e-10, -1, -1.91435268e-09, -1.70988102e-14)
end
})
local Button = TeleportTab:CreateButton({
Name = "Legends Gym",
Callback = function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4603.28174, 991.5354, -3897.86572, -0.173624292, -4.56972238e-08, 0.984811962, -1.39298946e-08, 1, 4.3946109e-08, -0.984811962, -6.08821438e-09, -0.173624292)
end
})
local Button = TeleportTab:CreateButton({
Name = "Frost Gym",
Callback = function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2623.02222, 7.38249874, -409.073334, -3.36321615e-14, -1.06886958e-07, 1, -2.59875197e-08, 1, 1.06886958e-07, -1, -2.59875197e-08, -3.64098908e-14)
end
})
local Section = TeleportTab:CreateSection("Other")
local Button = TeleportTab:CreateButton({
Name = "Spawn",
Callback = function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(17.3768158, 7.38249779, 339.084686, 1, 0, 0, 0, 1, 0, 0, 0, 1)
end
})
local FarmingTab = Window:CreateTab("Farming", nil) -- Title, Image
local Section = FarmingTab:CreateSection("Crystals")
local Button = FarmingTab:CreateButton({
Name = "Blue Crystal (1K Gems)",
Default = False,
Callback = function(eggs123)
chicken = 1
while chicken == 1 do
if eggs123 == false then
chicken = 2
end
wait(0.4)
local args = {
[1] = "openCrystal",
[2] = "Blue Crystal"
}
game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer(unpack(args))
end
end
})
local Button = FarmingTab:CreateButton({
Name = "Frost Crystal (5K Gems) [1 Rebirth]",
Default = False,
Callback = function(eggs12)
chicken12 = 1
while chicken12 == 1 do
if eggs12 == false then
chicken12 = 2
end
wait(0.4)
local args = {
[1] = "openCrystal",
[2] = "Frost Crystal"
}
game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer(unpack(args))
end
end
})
local Button = FarmingTab:CreateButton({
Name = "Green Crystal (3K Gems)",
Default = False,
Callback = function(eggs1231)
chicken1 = 1
while chicken1 == 1 do
if eggs1231 == false then
chicken1 = 2
end
wait(0.4)
local args = {
[1] = "openCrystal",
[2] = "Green Crystal"
}
game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer(unpack(args))
end
end
})
local Button = FarmingTab:CreateButton({
Name = "Mythical Crystal (8K Gems) [5 Rebirths]",
Default = False,
Callback = function(eggs124)
chicken122 = 1
while chicken122 == 1 do
if eggs124 == false then
chicken122 = 2
end
wait(0.4)
local args = {
[1] = "openCrystal",
[2] = "Mythical Crystal"
}
game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer(unpack(args))
end
end
})
local Button = FarmingTab:CreateButton({
Name = "Inferno Crystal (15K Gems) [15 Rebirths]",
Default = False,
Callback = function(eggs1244)
chicken1222 = 1
while chicken1222 == 1 do
if eggs1244 == false then
chicken1222 = 2
end
wait(0.4)
local args = {
[1] = "openCrystal",
[2] = "Inferno Crystal"
}
game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer(unpack(args))
end
end
})
local Button = FarmingTab:CreateButton({
Name = "Legends Crystal (30K Gems) [30 Rebirths]",
Default = False,
Callback = function(eggs12444)
chicken12222 = 1
while chicken12222 == 1 do
if eggs12444 == false then
chicken12222 = 2
end
wait(0.4)
local args = {
[1] = "openCrystal",
[2] = "Legends Crystal"
}
game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer(unpack(args))
end
end
})
local Button = FarmingTab:CreateButton({
Name = "Muscle Elite Crystal (1M Gems) [30 Rebirths]",
Default = False,
Callback = function(eggs124444)
chicken122222 = 1
while chicken122222 == 1 do
if eggs124444 == false then
chicken122222 = 2
end
wait(0.4)
local args = {
[1] = "openCrystal",
[2] = "Muscle Elite Crystal"
}
game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer(unpack(args))
end
end
})
local Button = FarmingTab:CreateButton({
Name = "Galaxy Oracle Crystal (1.5M Gems) [5 Rebirths]",
Default = False,
Callback = function(eggs1244444)
chicken1222222 = 1
while chicken1222222 == 1 do
if eggs1244444 == false then
chicken1222222 = 2
end
wait(0.4)
local args = {
[1] = "openCrystal",
[2] = "Galaxy Oracle Crystal"
}
game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer(unpack(args))
end
end
})
local Section = FarmingTab:CreateSection("Other")
local Button = FarmingTab:CreateButton({
Name = "AutoMuscle (NEEDS WEIGHT EQUIPED)",
Default = false,
Callback = function(Value)
elias999 = 1
while elias999 == 1 do
if Value == false then
elias999 = 2
end
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(205.99353, 41.2325211, -1281.58118, -0.488450289, 4.65126924e-08, -0.872591734, 5.3757816e-08, 1, 2.32120811e-08, 0.872591734, -3.55706788e-08, -0.488450289)
wait()
print("Sub to JorScripts")
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(17.3768158, 7.38249779, 339.084686, 1, 0, 0, 0, 1, 0, 0, 0, 1)
local args = {
[1] = "rep"
}
game:GetService("Players").LocalPlayer.muscleEvent:FireServer(unpack(args))
end
end
})
local Button = FarmingTab:CreateButton({
Name = "AutoRebirth",
Default = false,
Callback = function(Value2)
elias782k = 1
while elias782k == 1 do
if Value2 == false then
elias782k = 2
end
wait(1)
local args = {
[1] = "rebirthRequest"
}
game:GetService("ReplicatedStorage").rEvents.rebirthRemote:InvokeServer(unpack(args))
end
end
})
local Section = FarmingTab:CreateSection("Durability")
local Button = FarmingTab:CreateButton({
Name = "100 Durability Rock",
Default = false,
Callback = function()
m = game.Players.LocalPlayer:GetMouse()
elias782g = 1
while elias782g == 1 do
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(163.412354, 7.8751173, -137.474197, 0.945063353, 2.30940209e-08, -0.32688728, 3.80025539e-10, 1, 7.17469604e-08, 0.32688728, -6.79296477e-08, 0.945063353)
mouse1click()
wait()
end
end
})
To embed this project on your website, copy the following code and paste it into your website's HTML: