WINX_rblx

hhh

Dec 23rd, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. -- Gui by Dead Red
  2. -- Version: (IDK)
  3.  
  4. -- Instances:
  5.  
  6. local BASE = Instance.new("Frame")
  7. local GAMES = Instance.new("TextLabel")
  8. local TOWER = Instance.new("TextButton")
  9. local PRISONLIFE = Instance.new("TextButton")
  10. local MORECOMINGSOON = Instance.new("TextLabel")
  11.  
  12. --Properties:
  13.  
  14. BASE.Name = "BASE"
  15. BASE.Parent = game.StarterGui.ScreenGui
  16. BASE.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  17. BASE.BorderColor3 = Color3.fromRGB(255, 0, 0)
  18. BASE.Position = UDim2.new(0.649999976, 0, 0.344444454, 0)
  19. BASE.Size = UDim2.new(0, 400, 0, 400)
  20. BASE.Style = Enum.FrameStyle.ChatBlue
  21. BASE.Visible = true
  22. BASE.Draggable = true
  23. BASE.Active = true
  24.  
  25. GAMES.Name = "GAMES"
  26. GAMES.Parent = BASE
  27. GAMES.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
  28. GAMES.Position = UDim2.new(-0.0474999994, 0, -0.0500000007, 0)
  29. GAMES.Size = UDim2.new(0, 400, 0, 50)
  30. GAMES.Font = Enum.Font.SciFi
  31. GAMES.Text = "GAMES"
  32. GAMES.TextColor3 = Color3.fromRGB(170, 85, 255)
  33. GAMES.TextScaled = true
  34. GAMES.TextSize = 14.000
  35. GAMES.TextWrapped = true
  36.  
  37. TOWER.Name = "TOWER"
  38. TOWER.Parent = BASE
  39. TOWER.BackgroundColor3 = Color3.fromRGB(255, 0, 127)
  40. TOWER.Position = UDim2.new(-0.0075000003, 0, 0.104999997, 0)
  41. TOWER.Size = UDim2.new(0, 140, 0, 50)
  42. TOWER.Font = Enum.Font.RobotoMono
  43. TOWER.Text = "TOWER OF HELL"
  44. TOWER.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. TOWER.TextScaled = true
  46. TOWER.TextSize = 14.000
  47. TOWER.TextWrapped = true
  48. TOWER.MouseButton1Down:connect(function()
  49. loadstring(game:HttpGet(("https://pastebin.com/raw/dCf4j3fg"), true))()
  50. end)
  51. end)
  52.  
  53. PRISONLIFE.Name = "PRISON LIFE"
  54. PRISONLIFE.Parent = BASE
  55. PRISONLIFE.BackgroundColor3 = Color3.fromRGB(255, 0, 127)
  56. PRISONLIFE.Position = UDim2.new(0.402500004, 0, 0.104999997, 0)
  57. PRISONLIFE.Size = UDim2.new(0, 140, 0, 50)
  58. PRISONLIFE.Font = Enum.Font.RobotoMono
  59. PRISONLIFE.Text = "PRISON LIFE"
  60. PRISONLIFE.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. PRISONLIFE.TextScaled = true
  62. PRISONLIFE.TextSize = 14.000
  63. PRISONLIFE.TextWrapped = true
  64. PRISONLIFE.MouseButton1Down:connect(function()
  65. loadstring(game:HttpGet(("https://pastebin.com/raw/6mhZBAkh"), true))()
  66. end)
  67. end)
  68.  
  69. MORECOMINGSOON.Name = "MORE COMING SOON!"
  70. MORECOMINGSOON.Parent = BASE
  71. MORECOMINGSOON.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  72. MORECOMINGSOON.Position = UDim2.new(-0.0474999994, 0, 0.544999957, 0)
  73. MORECOMINGSOON.Size = UDim2.new(0, 400, 0, 100)
  74. MORECOMINGSOON.Font = Enum.Font.SourceSans
  75. MORECOMINGSOON.Text = "MORE COMING SOON!"
  76. MORECOMINGSOON.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. MORECOMINGSOON.TextScaled = true
  78. MORECOMINGSOON.TextSize = 14.000
  79. MORECOMINGSOON.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment