Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local PigeonHub = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local BeCrushed = Instance.new("TextButton")
- local Title = Instance.new("TextLabel")
- local RageRunner = Instance.new("TextButton")
- --Properties:
- PigeonHub.Name = "PigeonHub"
- PigeonHub.Parent = game.CoreGui
- PigeonHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = PigeonHub
- Main.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
- Main.Position = UDim2.new(0.0299744904, 0, 0.186732188, 0)
- Main.Size = UDim2.new(0.286352038, 0, 0.689189196, 0)
- Main.Active = true
- Main.Draggable = true
- BeCrushed.Name = "BeCrushed"
- BeCrushed.Parent = Main
- BeCrushed.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- BeCrushed.Position = UDim2.new(0.104677059, 0, 0.245989308, 0)
- BeCrushed.Size = UDim2.new(0.790645897, 0, 0.128342241, 0)
- BeCrushed.Font = Enum.Font.GothamBold
- BeCrushed.Text = "Be Crushed By A Speeding Wall Gui"
- BeCrushed.TextColor3 = Color3.fromRGB(255, 255, 255)
- BeCrushed.TextScaled = true
- BeCrushed.TextSize = 14.000
- BeCrushed.TextStrokeTransparency = 0.000
- BeCrushed.TextWrapped = true
- BeCrushed.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/vNrMXvG4"))()
- end)
- Title.Name = "Title"
- Title.Parent = Main
- Title.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Title.Position = UDim2.new(0.042316258, 0, 0.0231729057, 0)
- Title.Size = UDim2.new(0.915000021, 0, 0.162, 0)
- Title.Font = Enum.Font.GothamBold
- Title.Text = "Pigeon Hub"
- Title.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title.TextScaled = true
- Title.TextSize = 14.000
- Title.TextStrokeTransparency = 0.000
- Title.TextWrapped = true
- RageRunner.Name = "RageRunner"
- RageRunner.Parent = Main
- RageRunner.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- RageRunner.Position = UDim2.new(0.104677059, 0, 0.424242437, 0)
- RageRunner.Size = UDim2.new(0.790645897, 0, 0.128342241, 0)
- RageRunner.Font = Enum.Font.GothamBold
- RageRunner.Text = "Rage Runner Gui"
- RageRunner.TextColor3 = Color3.fromRGB(255, 255, 255)
- RageRunner.TextScaled = true
- RageRunner.TextSize = 14.000
- RageRunner.TextStrokeTransparency = 0.000
- RageRunner.TextWrapped = true
- RageRunner.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/cdentRJK"))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement