Advertisement
Electronemesis9

Untitled

Dec 5th, 2020
3,024
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. local PrisonGui = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local Title = Instance.new("TextLabel")
  5. local TitleBar = Instance.new("TextLabel")
  6. local ObGuns = Instance.new("TextButton")
  7. local Close = Instance.new("TextButton")
  8. local KillAll = Instance.new("TextButton")
  9. local TaseBypass = Instance.new("TextButton")
  10. local RemoveDoors = Instance.new("TextButton")
  11. local Btools = Instance.new("TextButton")
  12. local BeNeutral = Instance.new("TextButton")
  13. local ModGun = Instance.new("TextButton")
  14. local ForceCgui = Instance.new("Frame")
  15. local ComSeperateBar = Instance.new("TextLabel")
  16. local InsertUser = Instance.new("TextBox")
  17. local UserHolder = Instance.new("TextLabel")
  18. local CrimTitle = Instance.new("TextLabel")
  19. local CrimTitleBar = Instance.new("TextLabel")
  20. local TextButton = Instance.new("TextButton")
  21. local CrimHideButton = Instance.new("TextButton")
  22. local TPshow = Instance.new("TextButton")
  23. local LocalCommands = Instance.new("Frame")
  24. local LocalCMD_Title = Instance.new("TextLabel")
  25. local NexusTPbut = Instance.new("TextButton")
  26. local CrimBaseTPbut = Instance.new("TextButton")
  27. local GuardAreaTPbut = Instance.new("TextButton")
  28. local FLY = Instance.new("TextButton")
  29. local NWalk = Instance.new("TextButton")
  30. local Njump = Instance.new("TextButton")
  31. local tfJump = Instance.new("TextButton")
  32. local Respawn = Instance.new("TextButton")
  33. local tfWalk = Instance.new("TextButton")
  34. local LocalCMD_BarTitle = Instance.new("TextLabel")
  35. local TheLocal = Instance.new("TextButton")
  36. local CrimG = Instance.new("TextButton")
  37. local tpgui = Instance.new("Frame")
  38. local TPtileBar = Instance.new("TextLabel")
  39. local TPYEET = Instance.new("TextButton")
  40. local UserHolderTP = Instance.new("TextLabel")
  41. local InsertUserTP = Instance.new("TextBox")
  42. local TpTitle = Instance.new("TextLabel")
  43. local RightSepBarTp = Instance.new("TextLabel")
  44. local TpHideButton = Instance.new("TextButton")
  45. local AmokahsLogo = Instance.new("ImageLabel")
  46. local SuperPunch = Instance.new("TextButton")
  47. local KillAura = Instance.new("TextButton")
  48. local BeCriminal = Instance.new("TextButton")
  49. local BeGuard = Instance.new("TextButton")
  50. local BeInmate = Instance.new("TextButton")
  51. local ArrestAll = Instance.new("TextButton")
  52. local InvGuns = Instance.new("TextButton")
  53. local CrimPunch = Instance.new("TextButton")
  54. local Trans = Instance.new("TextButton")
  55. local Open = Instance.new("Frame")
  56. local OpenGUI = Instance.new("TextButton")
  57. local Credit = Instance.new("TextLabel")
  58. local Dino = Instance.new("TextLabel")
  59. local KA = Instance.new("Frame")
  60. local NameOfKa = Instance.new("TextLabel")
  61. local TrueOrFalse = Instance.new("TextLabel")
  62. local TeamGUIOC = Instance.new("Frame")
  63. local TeamOPorCL = Instance.new("TextButton")
  64. local TeamMain = Instance.new("Frame")
  65. local TextLabel = Instance.new("TextLabel")
  66. local TextLabel_2 = Instance.new("TextLabel")
  67. local SOG = Instance.new("TextButton")
  68. local SOC = Instance.new("TextButton")
  69. local SOI = Instance.new("TextButton")
  70. local Disable = Instance.new("TextButton")
  71. local Apart = Instance.new("Part")
  72.  
  73. Apart.Name = "PlrsPos"
  74. Apart.Parent = workspace
  75. Apart.Anchored = true
  76. Apart.Archivable = true
  77. Apart.CFrame = CFrame.new(9e99, 9e99, 9e99)
  78.  
  79. -- Properties
  80.  
  81. PrisonGui.Name = "PrisonGui"
  82. PrisonGui.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  83.  
  84. Main.Name = "Main"
  85. Main.Parent = PrisonGui
  86. Main.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  87. Main.BorderSizePixel = 0
  88. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  89. Main.Size = UDim2.new(0, 338, 0, 301)
  90. Main.Visible = false
  91.  
  92. Title.Name = "Title"
  93. Title.Parent = Main
  94. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Title.BackgroundTransparency = 1
  96. Title.BorderSizePixel = 0
  97. Title.Position = UDim2.new(0.136094674, 0, 0.00996677764, 0)
  98. Title.Size = UDim2.new(0, 162, 0, 31)
  99. Title.Font = Enum.Font.SourceSansLight
  100. Title.FontSize = Enum.FontSize.Size14
  101. Title.Text = "Prison Life v2.0.2 GUI"
  102. Title.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  103. Title.TextScaled = true
  104. Title.TextStrokeTransparency = 0
  105. Title.TextWrapped = true
  106.  
  107. TitleBar.Name = "TitleBar"
  108. TitleBar.Parent = Main
  109. TitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  110. TitleBar.BackgroundTransparency = 0.5
  111. TitleBar.BorderSizePixel = 0
  112. TitleBar.Position = UDim2.new(0, 0, 0.116104871, 0)
  113. TitleBar.Size = UDim2.new(0, 338, 0, 6)
  114. TitleBar.Font = Enum.Font.SourceSans
  115. TitleBar.FontSize = Enum.FontSize.Size14
  116. TitleBar.Text = ""
  117. TitleBar.TextColor3 = Color3.new(0, 0, 0)
  118.  
  119. ObGuns.Name = "ObGuns"
  120. ObGuns.Parent = Main
  121. ObGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  122. ObGuns.BackgroundTransparency = 0.5
  123. ObGuns.BorderSizePixel = 0
  124. ObGuns.Position = UDim2.new(0.0147928996, 0, 0.16104874, 0)
  125. ObGuns.Size = UDim2.new(0, 159, 0, 22)
  126. ObGuns.Font = Enum.Font.SourceSans
  127. ObGuns.FontSize = Enum.FontSize.Size14
  128. ObGuns.Text = "OBTAIN GUNS"
  129. ObGuns.TextColor3 = Color3.new(1, 1, 1)
  130. ObGuns.TextScaled = true
  131. ObGuns.TextStrokeTransparency = 0
  132. ObGuns.TextWrapped = true
  133.  
  134. Close.Name = "Close"
  135. Close.Parent = Main
  136. Close.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  137. Close.BackgroundTransparency = 0.30000001192093
  138. Close.BorderSizePixel = 0
  139. Close.Position = UDim2.new(0.908284009, 0, 0.0224719122, 0)
  140. Close.Size = UDim2.new(0, 24, 0, 24)
  141. Close.Font = Enum.Font.SourceSans
  142. Close.FontSize = Enum.FontSize.Size14
  143. Close.Text = ""
  144. Close.TextColor3 = Color3.new(0, 0, 0)
  145.  
  146. KillAll.Name = "KillAll"
  147. KillAll.Parent = Main
  148. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  149. KillAll.BackgroundTransparency = 0.5
  150. KillAll.BorderSizePixel = 0
  151. KillAll.Position = UDim2.new(0.0177514795, 0, 0.265917659, 0)
  152. KillAll.Size = UDim2.new(0, 159, 0, 22)
  153. KillAll.Font = Enum.Font.SourceSans
  154. KillAll.FontSize = Enum.FontSize.Size14
  155. KillAll.Text = "KILL ALL"
  156. KillAll.TextColor3 = Color3.new(1, 1, 1)
  157. KillAll.TextScaled = true
  158. KillAll.TextStrokeTransparency = 0
  159. KillAll.TextWrapped = true
  160.  
  161. TaseBypass.Name = "TaseBypass"
  162. TaseBypass.Parent = Main
  163. TaseBypass.BackgroundColor3 = Color3.new(1, 1, 1)
  164. TaseBypass.BackgroundTransparency = 0.5
  165. TaseBypass.BorderSizePixel = 0
  166. TaseBypass.Position = UDim2.new(0.0177514795, 0, 0.370786548, 0)
  167. TaseBypass.Size = UDim2.new(0, 159, 0, 22)
  168. TaseBypass.Font = Enum.Font.SourceSans
  169. TaseBypass.FontSize = Enum.FontSize.Size14
  170. TaseBypass.Text = "TASER BYPASS"
  171. TaseBypass.TextColor3 = Color3.new(1, 1, 1)
  172. TaseBypass.TextScaled = true
  173. TaseBypass.TextStrokeTransparency = 0
  174. TaseBypass.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement