Advertisement
hoffmvn2

daswderefsfse

Apr 15th, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local PigeonHub = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local BeCrushed = Instance.new("TextButton")
  9. local Title = Instance.new("TextLabel")
  10. local RageRunner = Instance.new("TextButton")
  11.  
  12. --Properties:
  13.  
  14. PigeonHub.Name = "PigeonHub"
  15. PigeonHub.Parent = game.CoreGui
  16. PigeonHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. Main.Name = "Main"
  19. Main.Parent = PigeonHub
  20. Main.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  21. Main.Position = UDim2.new(0.0299744904, 0, 0.186732188, 0)
  22. Main.Size = UDim2.new(0.286352038, 0, 0.689189196, 0)
  23. Main.Active = true
  24. Main.Draggable = true
  25.  
  26. BeCrushed.Name = "BeCrushed"
  27. BeCrushed.Parent = Main
  28. BeCrushed.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  29. BeCrushed.Position = UDim2.new(0.104677059, 0, 0.245989308, 0)
  30. BeCrushed.Size = UDim2.new(0.790645897, 0, 0.128342241, 0)
  31. BeCrushed.Font = Enum.Font.GothamBold
  32. BeCrushed.Text = "Be Crushed By A Speeding Wall Gui"
  33. BeCrushed.TextColor3 = Color3.fromRGB(255, 255, 255)
  34. BeCrushed.TextScaled = true
  35. BeCrushed.TextSize = 14.000
  36. BeCrushed.TextStrokeTransparency = 0.000
  37. BeCrushed.TextWrapped = true
  38. BeCrushed.MouseButton1Click:Connect(function()
  39. loadstring(game:HttpGet("https://pastebin.com/raw/vNrMXvG4"))()
  40. end)
  41.  
  42. Title.Name = "Title"
  43. Title.Parent = Main
  44. Title.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  45. Title.Position = UDim2.new(0.042316258, 0, 0.0231729057, 0)
  46. Title.Size = UDim2.new(0.915000021, 0, 0.162, 0)
  47. Title.Font = Enum.Font.GothamBold
  48. Title.Text = "Pigeon Hub"
  49. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  50. Title.TextScaled = true
  51. Title.TextSize = 14.000
  52. Title.TextStrokeTransparency = 0.000
  53. Title.TextWrapped = true
  54.  
  55. RageRunner.Name = "RageRunner"
  56. RageRunner.Parent = Main
  57. RageRunner.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  58. RageRunner.Position = UDim2.new(0.104677059, 0, 0.424242437, 0)
  59. RageRunner.Size = UDim2.new(0.790645897, 0, 0.128342241, 0)
  60. RageRunner.Font = Enum.Font.GothamBold
  61. RageRunner.Text = "Rage Runner Gui"
  62. RageRunner.TextColor3 = Color3.fromRGB(255, 255, 255)
  63. RageRunner.TextScaled = true
  64. RageRunner.TextSize = 14.000
  65. RageRunner.TextStrokeTransparency = 0.000
  66. RageRunner.TextWrapped = true
  67. RageRunner.MouseButton1Click:connect(function()
  68. loadstring(game:HttpGet("https://pastebin.com/raw/cdentRJK"))()
  69. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement