Muscle Legends Script

By Lord_XxTiixX (@LordXxTiixX)

View and share code snippets on Pastefy.

-- Gui to Lua
-- Version: 3.2

-- Instances:

local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local TextButton = Instance.new("TextButton")
local TextButton_2 = Instance.new("TextButton")
local TextButton_3 = Instance.new("TextButton")
local TextLabel = Instance.new("TextLabel")
local TextButton_4 = Instance.new("TextButton")
local Close = Instance.new("TextButton")
local TextButton_5 = Instance.new("TextButton")

--Properties:

ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

Frame.Parent = ScreenGui
Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame.Position = UDim2.new(0.428909987, 0, 0.296402931, 0)
Frame.Size = UDim2.new(0, 254, 0, 281)

TextButton.Parent = Frame
TextButton.BackgroundColor3 = Color3.fromRGB(164, 255, 144)
TextButton.Position = UDim2.new(0, 0, 0.274021357, 0)
TextButton.Size = UDim2.new(0, 254, 0, 29)
TextButton.Font = Enum.Font.SourceSans
TextButton.Text = "Speed H "
TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton.TextSize = 14.000
TextButton.MouseButton1Down:connect(function()
	loadstring(game:HttpGet("https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua", true))()
end)

TextButton_2.Parent = Frame
TextButton_2.BackgroundColor3 = Color3.fromRGB(78, 255, 78)
TextButton_2.Position = UDim2.new(-0.00393700786, 0, 0.416370094, 0)
TextButton_2.Size = UDim2.new(0, 255, 0, 28)
TextButton_2.Font = Enum.Font.SourceSans
TextButton_2.Text = "AntiAFK"
TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_2.TextSize = 14.000
TextButton_2.MouseButton1Down:connect(function()
	loadstring(game:HttpGet(('https://raw.githubusercontent.com/RTrade/Voidz/main/AntiAFK.lua'),true))()
end)

TextButton_3.Parent = Frame
TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 10, 14)
TextButton_3.Position = UDim2.new(0, 0, 0.55160141, 0)
TextButton_3.Size = UDim2.new(0, 254, 0, 30)
TextButton_3.Font = Enum.Font.SourceSans
TextButton_3.Text = "Infinitie Yield"
TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_3.TextSize = 14.000
TextButton_3.MouseButton1Down:connect(function()
	loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
end)

TextLabel.Parent = Frame
TextLabel.BackgroundColor3 = Color3.fromRGB(193, 189, 53)
TextLabel.Position = UDim2.new(0, 0, 0.825622916, 0)
TextLabel.Size = UDim2.new(0, 254, 0, 40)
TextLabel.Font = Enum.Font.SciFi
TextLabel.Text = "Made  by Lord_XxTiixX"
TextLabel.TextColor3 = Color3.fromRGB(8, 163, 0)
TextLabel.TextSize = 14.000


TextButton_4.Parent = Frame
TextButton_4.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
TextButton_4.Position = UDim2.new(-0.00393700786, 0, 0.679715395, 0)
TextButton_4.Size = UDim2.new(0, 254, 0, 35)
TextButton_4.Font = Enum.Font.SourceSans
TextButton_4.Text = "Fps"
TextButton_4.TextColor3 = Color3.fromRGB(77, 255, 64)
TextButton_4.TextSize = 14.000
TextButton_4.MouseButton1Down:connect(function()


--[[

Display Stats  -  Made by Bradley#6804
    > FPS
    > GPU
    > CPU
    > PING

Open Soure. . . Feel free to check my shitty script(s). . .

]]--
	loadstring(game:HttpGet('https://raw.githubusercontent.com/AreexYT/AG-Hub---v2/main/Settings/FPS.lua'))()
	wait()
	loadstring(game:HttpGet('https://raw.githubusercontent.com/AreexYT/AG-Hub---v2/main/Settings/GPU.lua'))()
	wait()
	loadstring(game:HttpGet('https://raw.githubusercontent.com/AreexYT/AG-Hub---v2/main/Settings/CPU.lua'))()
	wait()
	loadstring(game:HttpGet('https://raw.githubusercontent.com/AreexYT/AG-Hub---v2/main/Settings/Ping.lua'))()
	wait()

end)

Close.Name = "Close"
Close.Parent = Frame
Close.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
Close.Size = UDim2.new(0, 254, 0, 50)
Close.Font = Enum.Font.FredokaOne
Close.Text = "X"
Close.TextColor3 = Color3.fromRGB(255, 255, 255)
Close.TextScaled = true
Close.TextSize = 67.000
Close.TextStrokeTransparency = -12.000
Close.TextWrapped = true

TextButton_5.Parent = ScreenGui
TextButton_5.BackgroundColor3 = Color3.fromRGB(109, 255, 47)
TextButton_5.Position = UDi

Tags

Description

A Lua script for the Roblox game Muscle Legends, featuring a GUI with various buttons and functionalities. The script appears to be version 3.2 and includes elements for UI customization and interaction within the game.