Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local menu1 = Instance.new("Frame")
- local speed = Instance.new("TextButton")
- local admin = Instance.new("TextButton")
- local fly = Instance.new("TextButton")
- local exit = Instance.new("TextButton")
- local esp = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local menu2 = Instance.new("Frame")
- local openmenu = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- menu1.Name = "menu 1"
- menu1.Parent = ScreenGui
- menu1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- menu1.BorderColor3 = Color3.fromRGB(0, 0, 0)
- menu1.BorderSizePixel = 0
- menu1.Position = UDim2.new(0.326071441, 0, 0.212474391, 0)
- menu1.Size = UDim2.new(0, 376, 0, 268)
- menu1.Active = true
- menu1.Visible = true
- menu1.Draggable = true
- speed.Name = "speed"
- speed.Parent = menu1
- speed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- speed.BorderColor3 = Color3.fromRGB(0, 0, 0)
- speed.BorderSizePixel = 0
- speed.Position = UDim2.new(0.106382981, 0, 0.138059705, 0)
- speed.Size = UDim2.new(0, 71, 0, 61)
- speed.Font = Enum.Font.SourceSans
- speed.Text = "speed"
- speed.TextColor3 = Color3.fromRGB(255, 255, 255)
- speed.TextSize = 14.000
- speed.MouseButton1Down:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed.Value = 150
- end)
- admin.Name = "admin"
- admin.Parent = menu1
- admin.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- admin.BorderColor3 = Color3.fromRGB(0, 0, 0)
- admin.BorderSizePixel = 0
- admin.Position = UDim2.new(0.670212746, 0, 0.138059705, 0)
- admin.Size = UDim2.new(0, 70, 0, 61)
- admin.Font = Enum.Font.SourceSans
- admin.Text = "admin"
- admin.TextColor3 = Color3.fromRGB(255, 255, 255)
- admin.TextSize = 14.000
- admin.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- fly.Name = "fly"
- fly.Parent = menu1
- fly.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- fly.BorderColor3 = Color3.fromRGB(0, 0, 0)
- fly.BorderSizePixel = 0
- fly.Position = UDim2.new(0.106382981, 0, 0.537313461, 0)
- fly.Size = UDim2.new(0, 71, 0, 63)
- fly.Font = Enum.Font.SourceSans
- fly.Text = "fly"
- fly.TextColor3 = Color3.fromRGB(255, 255, 255)
- fly.TextSize = 14.000
- fly.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/ColdStep2/Fly-Gui-V3-Source/main/Fly%20GUI%20V3%20Source'))()
- end)
- exit.Name = "exit"
- exit.Parent = menu1
- exit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- exit.BorderColor3 = Color3.fromRGB(0, 0, 0)
- exit.BorderSizePixel = 0
- exit.Position = UDim2.new(0.914893627, 0, 0, 0)
- exit.Size = UDim2.new(0, 32, 0, 27)
- exit.Font = Enum.Font.SourceSans
- exit.Text = "x"
- exit.TextColor3 = Color3.fromRGB(255, 255, 255)
- exit.TextSize = 14.000
- exit.MouseButton1Down:Connect(function()
- menu1.Visible = false
- menu2.Visible = true
- end)
- esp.Name = "esp"
- esp.Parent = menu1
- esp.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- esp.BorderColor3 = Color3.fromRGB(0, 0, 0)
- esp.BorderSizePixel = 0
- esp.Position = UDim2.new(0.670212746, 0, 0.559701502, 0)
- esp.Size = UDim2.new(0, 70, 0, 57)
- esp.Font = Enum.Font.SourceSans
- esp.Text = "esp"
- esp.TextColor3 = Color3.fromRGB(255, 255, 255)
- esp.TextSize = 14.000
- esp.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Exunys/ESP-Script/main/ESP.lua'))()
- end)
- TextLabel.Parent = menu1
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 344, 0, 27)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "universal script"
- TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
- TextLabel.TextSize = 14.000
- menu2.Name = "menu 2"
- menu2.Parent = ScreenGui
- menu2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- menu2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- menu2.BorderSizePixel = 0
- menu2.Position = UDim2.new(0.0498154983, 0, 0.152610436, 0)
- menu2.Size = UDim2.new(0, 80, 0, 44)
- menu2.Active = true
- menu2.Draggable = true
- openmenu.Name = "openmenu"
- openmenu.Parent = menu2
- openmenu.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- openmenu.BorderColor3 = Color3.fromRGB(0, 0, 0)
- openmenu.BorderSizePixel = 0
- openmenu.Size = UDim2.new(0, 80, 0, 44)
- openmenu.Font = Enum.Font.SourceSans
- openmenu.Text = "x"
- openmenu.TextColor3 = Color3.fromRGB(255, 0, 0)
- openmenu.TextSize = 14.000
- openmenu.MouseButton1Down:Connect(function()
- menu1.Visible = false
- menu2.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement