AaronSo0908

PRISON LIFE PLEASE DON'T COPY

Jul 3rd, 2021
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. -- Made By AaronCodes
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local main = Instance.new("Frame")
  4. local title = Instance.new("TextLabel")
  5. local prisonbreakerv15 = Instance.new("TextButton")
  6. local close = Instance.new("TextButton")
  7. local openmain = Instance.new("Frame")
  8. local open = Instance.new("TextButton")
  9. --Properties:
  10. ScreenGui.Parent = game.CoreGui
  11.  
  12. main.Name = "main"
  13. main.Parent = ScreenGui
  14. main.BackgroundColor3 = Color3.new(0, 0, 0)
  15. main.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
  16. main.Size = UDim2.new(0, 332, 0, 211)
  17. main.Visible = false
  18. main.Active = true
  19. main.Draggable = true
  20.  
  21. title.Name = "title"
  22. title.Parent = main
  23. title.BackgroundColor3 = Color3.new(1, 0, 1)
  24. title.Size = UDim2.new(0, 332, 0, 31)
  25. title.Font = Enum.Font.GothamBold
  26. title.Text = "Made by AaronCodes"
  27. title.TextColor3 = Color3.new(0, 0, 0)
  28. title.TextSize = 20
  29.  
  30. prisonbreakerv15.Name = "prisonbreakerv15"
  31. prisonbreakerv15.Parent = main
  32. prisonbreakerv15.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  33. prisonbreakerv15.Position = UDim2.new(0.036144577, 0, 0.379146934, 0)
  34. prisonbreakerv15.Size = UDim2.new(0, 110, 0, 50)
  35. prisonbreakerv15.Font = Enum.Font.GothamBold
  36. prisonbreakerv15.Text = "Prison life hacks"
  37. prisonbreakerv15.TextColor3 = Color3.new(0, 0, 0)
  38. prisonbreakerv15.TextScaled = true
  39. prisonbreakerv15.TextSize = 10
  40. prisonbreakerv15.TextWrapped = true
  41. prisonbreakerv15.MouseButton1Down:connect(function()
  42. loadstring(game:HttpGet("https://pastebin.com/raw/HpCpt9rt",true))()
  43. end)
  44.  
  45. close.Name = "close"
  46. close.Parent = main
  47. close.BackgroundColor3 = Color3.new(1, 0, 0)
  48. close.Position = UDim2.new(0.879518092, 0, 0, 0)
  49. close.Size = UDim2.new(0, 40, 0, 31)
  50. close.Font = Enum.Font.GothamBlack
  51. close.Text = "X"
  52. close.TextColor3 = Color3.new(0, 0, 0)
  53. close.TextScaled = true
  54. close.TextSize = 14
  55. close.TextWrapped = true
  56. close.MouseButton1Down:connect(function()
  57. main.Visible = false
  58. openmain.Visible = true
  59. end)
  60.  
  61. openmain.Name = "openmain"
  62. openmain.Parent = ScreenGui
  63. openmain.BackgroundColor3 = Color3.new(1, 1, 1)
  64. openmain.Position = UDim2.new(0.00801973976, 0, 0.423832953, 0)
  65. openmain.Size = UDim2.new(0, 100, 0, 28)
  66. openmain.Active = true
  67. openmain.Draggable = true
  68.  
  69. open.Name = "open"
  70. open.Parent = openmain
  71. open.BackgroundColor3 = Color3.new(1, 0, 0)
  72. open.Size = UDim2.new(0, 100, 0, 28)
  73. open.Font = Enum.Font.GothamBold
  74. open.Text = "OPEN"
  75. open.TextColor3 = Color3.new(0, 0, 0)
  76. open.TextSize = 18
  77. open.TextWrapped = true
  78. open.MouseButton1Down:connect(function()
  79. openmain.Visible = false
  80. main.Visible = true
  81. end)
Advertisement
Add Comment
Please, Sign In to add comment