Advertisement
ColaKazi

Untitled

Jan 16th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Prison = Instance.new("ScreenGui")
  5. local OPEN = Instance.new("TextButton")
  6. local opentxt = Instance.new("TextButton")
  7. local MENU = Instance.new("Frame")
  8. local PRISONLIFETEXT = Instance.new("TextBox")
  9. local LINE1 = Instance.new("Frame")
  10. local allgun = Instance.new("TextButton")
  11. local X = Instance.new("TextButton")
  12. local LINE2 = Instance.new("Frame")
  13. local HighSpeed = Instance.new("TextButton")
  14. local HighJump = Instance.new("TextButton")
  15. local ArrestAll = Instance.new("TextButton")
  16. --Properties:
  17. Prison.Name = "Prison"
  18. Prison.Parent = game.CoreGui
  19.  
  20. OPEN.Name = "OPEN"
  21. OPEN.Parent = Prison
  22. OPEN.BackgroundColor3 = Color3.new(1, 1, 1)
  23. OPEN.Position = UDim2.new(0.890853167, 0, 0.140432104, 0)
  24. OPEN.Size = UDim2.new(0, 142, 0, 31)
  25. OPEN.MouseButton1Down:connect(function()
  26. MENU.Visible = true
  27. OPEN.Visible = false
  28. end)
  29.  
  30. opentxt.Name = "opentxt"
  31. opentxt.Parent = OPEN
  32. opentxt.BackgroundColor3 = Color3.new(1, 1, 1)
  33. opentxt.BackgroundTransparency = 1.2699999809265
  34. opentxt.Position = UDim2.new(-0.0140845086, 0, 0.0322580636, 0)
  35. opentxt.Size = UDim2.new(0, 129, 0, 16)
  36. opentxt.Font = Enum.Font.SciFi
  37. opentxt.Text = "OPEN"
  38. opentxt.TextColor3 = Color3.new(0.172549, 0.670588, 1)
  39. opentxt.TextSize = 14
  40.  
  41. MENU.Name = "MENU"
  42. MENU.Parent = Prison
  43. MENU.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  44. MENU.BackgroundTransparency = 0.25999999046326
  45. MENU.Position = UDim2.new(0.730976164, 0, 0.140432104, 0)
  46. MENU.Size = UDim2.new(0, 168, 0, 257)
  47. MENU.Active = true
  48.  
  49. PRISONLIFETEXT.Name = "PRISON LIFE TEXT"
  50. PRISONLIFETEXT.Parent = MENU
  51. PRISONLIFETEXT.BackgroundColor3 = Color3.new(1, 1, 1)
  52. PRISONLIFETEXT.BackgroundTransparency = 1
  53. PRISONLIFETEXT.Size = UDim2.new(0, 168, 0, 38)
  54. PRISONLIFETEXT.Font = Enum.Font.SciFi
  55. PRISONLIFETEXT.Text = "PRISON LIFE GUI V1"
  56. PRISONLIFETEXT.TextColor3 = Color3.new(0.203922, 0.682353, 1)
  57. PRISONLIFETEXT.TextSize = 14
  58.  
  59. LINE1.Name = "LINE 1"
  60. LINE1.Parent = MENU
  61. LINE1.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  62. LINE1.Position = UDim2.new(0, 0, 0.157676354, 0)
  63. LINE1.Size = UDim2.new(0, 168, 0, 9)
  64. LINE1.Style = Enum.FrameStyle.DropShadow
  65.  
  66. allgun.Name = "all gun"
  67. allgun.Parent = MENU
  68. allgun.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  69. allgun.BackgroundTransparency = 0.20000000298023
  70. allgun.Position = UDim2.new(0.0535714328, 0, 0.253112048, 0)
  71. allgun.Size = UDim2.new(0, 150, 0, 24)
  72. allgun.Font = Enum.Font.SciFi
  73. allgun.Text = "ALL GUNS"
  74. allgun.TextColor3 = Color3.new(0.44
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement