WINX_rblx

jjjj

Dec 23rd, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  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.  
  22. GAMES.Name = "GAMES"
  23. GAMES.Parent = BASE
  24. GAMES.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
  25. GAMES.Position = UDim2.new(-0.0474999994, 0, -0.0500000007, 0)
  26. GAMES.Size = UDim2.new(0, 400, 0, 50)
  27. GAMES.Font = Enum.Font.SciFi
  28. GAMES.Text = "GAMES"
  29. GAMES.TextColor3 = Color3.fromRGB(170, 85, 255)
  30. GAMES.TextScaled = true
  31. GAMES.TextSize = 14.000
  32. GAMES.TextWrapped = true
  33.  
  34. TOWER.Name = "TOWER"
  35. TOWER.Parent = BASE
  36. TOWER.BackgroundColor3 = Color3.fromRGB(255, 0, 127)
  37. TOWER.Position = UDim2.new(-0.0075000003, 0, 0.104999997, 0)
  38. TOWER.Size = UDim2.new(0, 140, 0, 50)
  39. TOWER.Font = Enum.Font.RobotoMono
  40. TOWER.Text = "TOWER OF HELL"
  41. TOWER.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. TOWER.TextScaled = true
  43. TOWER.TextSize = 14.000
  44. TOWER.TextWrapped = true
  45. TOWER.MouseButton1Down:connect(function()
  46. loadstring(game:HttpGet(("https://pastebin.com/raw/dCf4j3fg"), true))()
  47. end)
  48. end)
  49.  
  50. PRISONLIFE.Name = "PRISON LIFE"
  51. PRISONLIFE.Parent = BASE
  52. PRISONLIFE.BackgroundColor3 = Color3.fromRGB(255, 0, 127)
  53. PRISONLIFE.Position = UDim2.new(0.402500004, 0, 0.104999997, 0)
  54. PRISONLIFE.Size = UDim2.new(0, 140, 0, 50)
  55. PRISONLIFE.Font = Enum.Font.RobotoMono
  56. PRISONLIFE.Text = "PRISON LIFE"
  57. PRISONLIFE.TextColor3 = Color3.fromRGB(0, 0, 0)
  58. PRISONLIFE.TextScaled = true
  59. PRISONLIFE.TextSize = 14.000
  60. PRISONLIFE.TextWrapped = true
  61. PRISONLIFE.MouseButton1Down:connect(function()
  62. loadstring(game:HttpGet(("https://pastebin.com/raw/6mhZBAkh"), true))()
  63. end)
  64. end)
  65.  
  66. MORECOMINGSOON.Name = "MORE COMING SOON!"
  67. MORECOMINGSOON.Parent = BASE
  68. MORECOMINGSOON.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  69. MORECOMINGSOON.Position = UDim2.new(-0.0474999994, 0, 0.544999957, 0)
  70. MORECOMINGSOON.Size = UDim2.new(0, 400, 0, 100)
  71. MORECOMINGSOON.Font = Enum.Font.SourceSans
  72. MORECOMINGSOON.Text = "MORE COMING SOON!"
  73. MORECOMINGSOON.TextColor3 = Color3.fromRGB(0, 0, 0)
  74. MORECOMINGSOON.TextScaled = true
  75. MORECOMINGSOON.TextSize = 14.000
  76. MORECOMINGSOON.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment