Advertisement
Guest User

not done lol u cant steal

a guest
May 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.25 KB | None | 0 0
  1. local PrisonAdmin = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Title = Instance.new("TextLabel")
  4. local Commands = Instance.new("TextLabel")
  5. local AboutUs = Instance.new("TextButton")
  6. local PrisonAdminV1Remake = Instance.new("Frame")
  7. local Prison = Instance.new("TextLabel")
  8. local Admin = Instance.new("TextLabel")
  9. local V1 = Instance.new("TextLabel")
  10. local Remake = Instance.new("TextLabel")
  11. local CommandsMain = Instance.new("Frame")
  12. local showcmds = Instance.new("TextButton")
  13. local hidecmds = Instance.new("TextButton")
  14. local CommandsTitle = Instance.new("TextLabel")
  15. local guns = Instance.new("TextButton")
  16. local opguns = Instance.new("TextButton")
  17. local btools = Instance.new("TextButton")
  18. local prisoner = Instance.new("TextButton")
  19. local neutral = Instance.new("TextButton")
  20. local police = Instance.new("TextButton")
  21. local AboutUsMain = Instance.new("Frame")
  22. local AboutUsTitle = Instance.new("TextLabel")
  23. local OriginalOwner = Instance.new("TextLabel")
  24. local OriginalOwner_2 = Instance.new("TextLabel")
  25. --Properties:
  26. PrisonAdmin.Name = "PrisonAdmin"
  27. PrisonAdmin.Parent = game.CoreGui
  28. PrisonAdmin.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. Main.Name = "Main"
  31. Main.Parent = PrisonAdmin
  32. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  33. Main.BackgroundTransparency = 0.5
  34. Main.Position = UDim2.new(0.281934321, 0, 0, 0)
  35. Main.Size = UDim2.new(0, 477, 0, 58)
  36. Main.Visible = false
  37. Main.Active = true
  38.  
  39. wait(1)
  40.  
  41. PrisonAdminV1Remake:TweenPosition(UDim2.new(0.282, 0,0.258, 0), 'Out', 'Bounce', 3, true)
  42. wait(4.5)
  43. PrisonAdminV1Remake.Remake.Visible = true
  44. wait(3)
  45. PrisonAdminV1Remake:TweenPosition(UDim2.new(0.282, 0,-0.413, 0), 'In', 'Bounce', 3, true)
  46. wait(3)
  47. PrisonAdminV1Remake.Visible = false
  48. wait(1)
  49. Main.Visible = true
  50.  
  51. Title.Name = "Title"
  52. Title.Parent = Main
  53. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  54. Title.BackgroundTransparency = 1
  55. Title.Size = UDim2.new(0, 477, 0, 58)
  56. Title.Font = Enum.Font.SourceSans
  57. Title.Text = "Prison Admin V1 Remake"
  58. Title.TextColor3 = Color3.new(1, 1, 1)
  59. Title.TextScaled = true
  60. Title.TextSize = 14
  61. Title.TextWrapped = true
  62.  
  63. Commands.Name = "Commands"
  64. Commands.Parent = Main
  65. Commands.BackgroundColor3 = Color3.new(0, 0, 0)
  66. Commands.BackgroundTransparency = 0.5
  67. Commands.Position = UDim2.new(-0.448637307, 0, 0.137931034, 0)
  68. Commands.Size = UDim2.new(0, 214, 0, 50)
  69. Commands.Font = Enum.Font.SourceSans
  70. Commands.Text = "Commands (:showcmds)"
  71. Commands.TextColor3 = Color3.new(1, 1, 1)
  72. Commands.TextSize = 24
  73. Commands.TextWrapped = true
  74. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  75. if msg:match(":showcmds") then
  76. CommandsMain.Visible = true
  77. end
  78. end)
  79.  
  80. AboutUs.Name = "AboutUs"
  81. AboutUs.Parent = Main
  82. AboutUs.BackgroundColor3 = Color3.new(0, 0, 0)
  83. AboutUs.BackgroundTransparency = 0.5
  84. AboutUs.Position = UDim2.new(1, 0, 0.137931049, 0)
  85. AboutUs.Size = UDim2.new(0, 214, 0, 50)
  86. AboutUs.Font = Enum.Font.SourceSans
  87. AboutUs.Text = "About Us"
  88. AboutUs.TextColor3 = Color3.new(1, 1, 1)
  89. AboutUs.TextScaled = true
  90. AboutUs.TextSize = 14
  91. AboutUs.TextWrapped = true
  92.  
  93. PrisonAdminV1Remake.Name = "PrisonAdminV1Remake"
  94. PrisonAdminV1Remake.Parent = PrisonAdmin
  95. PrisonAdminV1Remake.BackgroundColor3 = Color3.new(1, 1, 1)
  96. PrisonAdminV1Remake.BackgroundTransparency = 1
  97. PrisonAdminV1Remake.Position = UDim2.new(0.281934321, 0, -0.412698388, 0)
  98. PrisonAdminV1Remake.Size = UDim2.new(0, 477, 0, 242)
  99.  
  100. Prison.Name = "Prison"
  101. Prison.Parent = PrisonAdminV1Remake
  102. Prison.BackgroundColor3 = Color3.new(1, 1, 1)
  103. Prison.BackgroundTransparency = 1
  104. Prison.Position = UDim2.new(-5.96046448e-08, 0, -0.0012824554, 0)
  105. Prison.Size = UDim2.new(0, 477, 0, 56)
  106. Prison.Font = Enum.Font.SourceSansBold
  107. Prison.Text = "PRISON"
  108. Prison.TextColor3 = Color3.new(0.666667, 0, 0)
  109. Prison.TextScaled = true
  110. Prison.TextSize = 14
  111. Prison.TextStrokeTransparency = 0
  112. Prison.TextWrapped = true
  113.  
  114. Admin.Name = "Admin"
  115. Admin.Parent = PrisonAdminV1Remake
  116. Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  117. Admin.BackgroundTransparency = 1
  118. Admin.Position = UDim2.new(-5.96046448e-08, 0, 0.230122507, 0)
  119. Admin.Size = UDim2.new(0, 477, 0, 56)
  120. Admin.Font = Enum.Font.SourceSansBold
  121. Admin.Text = "ADMIN"
  122. Admin.TextColor3 = Color3.new(0.666667, 0, 0)
  123. Admin.TextScaled = true
  124. Admin.TextSize = 14
  125. Admin.TextStrokeTransparency = 0
  126. Admin.TextWrapped = true
  127.  
  128. V1.Name = "V1"
  129. V1.Parent = PrisonAdminV1Remake
  130. V1.BackgroundColor3 = Color3.new(1, 1, 1)
  131. V1.BackgroundTransparency = 1
  132. V1.Position = UDim2.new(-5.96046448e-08, 0, 0.461527467, 0)
  133. V1.Size = UDim2.new(0, 477, 0, 56)
  134. V1.Font = Enum.Font.SourceSansBold
  135. V1.Text = "V1"
  136. V1.TextColor3 = Color3.new(0.666667, 0, 0)
  137. V1.TextSize = 40
  138. V1.TextStrokeTransparency = 0
  139. V1.TextWrapped = true
  140.  
  141. Remake.Name = "Remake"
  142. Remake.Parent = PrisonAdminV1Remake
  143. Remake.BackgroundColor3 = Color3.new(1, 1, 1)
  144. Remake.BackgroundTransparency = 1
  145. Remake.Position = UDim2.new(-5.96046448e-08, 0, 0.692932427, 0)
  146. Remake.Size = UDim2.new(0, 477, 0, 56)
  147. Remake.Visible = false
  148. Remake.Font = Enum.Font.SourceSansBold
  149. Remake.Text = "REMAKE"
  150. Remake.TextColor3 = Color3.new(0.333333, 1, 0)
  151. Remake.TextSize = 40
  152. Remake.TextStrokeTransparency = 0
  153. Remake.TextWrapped = true
  154.  
  155. CommandsMain.Name = "CommandsMain"
  156. CommandsMain.Parent = PrisonAdmin
  157. CommandsMain.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  158. CommandsMain.BorderColor3 = Color3.new(1, 1, 1)
  159. CommandsMain.BorderSizePixel = 3
  160. CommandsMain.Position = UDim2.new(0.0857664347, 0, 0.259259224, 0)
  161. CommandsMain.Size = UDim2.new(0, 215, 0, 221)
  162. CommandsMain.Visible = false
  163.  
  164. showcmds.Name = "showcmds"
  165. showcmds.Parent = CommandsMain
  166. showcmds.BackgroundColor3 = Color3.new(1, 1, 1)
  167. showcmds.BackgroundTransparency = 1
  168. showcmds.Position = UDim2.new(0, 0, 0.167420819, 0)
  169. showcmds.Size = UDim2.new(0, 214, 0, 29)
  170. showcmds.Font = Enum.Font.SourceSans
  171. showcmds.Text = ":showcmds - Shows the list of commands"
  172. showcmds.TextColor3 = Color3.new(1, 1, 1)
  173. showcmds.TextScaled = true
  174. showcmds.TextSize = 14
  175. showcmds.TextWrapped = true
  176.  
  177. hidecmds.Name = "hidecmds"
  178. hidecmds.Parent = CommandsMain
  179. hidecmds.BackgroundColor3 = Color3.new(1, 1, 1)
  180. hidecmds.BackgroundTransparency = 1
  181. hidecmds.Position = UDim2.new(0.00465116277, 0, 0.298642546, 0)
  182. hidecmds.Size = UDim2.new(0, 214, 0, 31)
  183. hidecmds.Font = Enum.Font.SourceSans
  184. hidecmds.Text = ":hidecmds - Hides the list of commands"
  185. hidecmds.TextColor3 = Color3.new(1, 1, 1)
  186. hidecmds.TextScaled = true
  187. hidecmds.TextSize = 14
  188. hidecmds.TextWrapped = true
  189.  
  190. CommandsTitle.Name = "CommandsTitle"
  191. CommandsTitle.Parent = CommandsMain
  192. CommandsTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  193. CommandsTitle.BackgroundTransparency = 1
  194. CommandsTitle.Size = UDim2.new(0, 215, 0, 37)
  195. CommandsTitle.Font = Enum.Font.SourceSans
  196. CommandsTitle.Text = "Commands"
  197. CommandsTitle.TextColor3 = Color3.new(1, 1, 1)
  198. CommandsTitle.TextScaled = true
  199. CommandsTitle.TextSize = 14
  200. CommandsTitle.TextWrapped = true
  201.  
  202. guns.Name = "guns"
  203. guns.Parent = CommandsMain
  204. guns.BackgroundColor3 = Color3.new(1, 1, 1)
  205. guns.BackgroundTransparency = 1
  206. guns.Position = UDim2.new(0.00465115905, 0, 0.434389204, 0)
  207. guns.Size = UDim2.new(0, 176, 0, 32)
  208. guns.Font = Enum.Font.SourceSans
  209. guns.Text = ":guns - Gives all the guns (M9, Remington 780 & AK47)"
  210. guns.TextColor3 = Color3.new(1, 1, 1)
  211. guns.TextScaled = true
  212. guns.TextSize = 14
  213. guns.TextWrapped = true
  214.  
  215. opguns.Name = "opguns"
  216. opguns.Parent = CommandsMain
  217. opguns.BackgroundColor3 = Color3.new(1, 1, 1)
  218. opguns.BackgroundTransparency = 1
  219. opguns.Position = UDim2.new(0.00465115905, 0, 0.579185605, 0)
  220. opguns.Size = UDim2.new(0, 186, 0, 31)
  221. opguns.Font = Enum.Font.SourceSans
  222. opguns.Text = ":opguns - Makes every gun in your Inventory OP"
  223. opguns.TextColor3 = Color3.new(1, 1, 1)
  224. opguns.TextScaled = true
  225. opguns.TextSize = 14
  226. opguns.TextWrapped = true
  227.  
  228. btools.Name = "btools"
  229. btools.Parent = CommandsMain
  230. btools.BackgroundColor3 = Color3.new(1, 1, 1)
  231. btools.BackgroundTransparency = 1
  232. btools.Position = UDim2.new(0.00465116277, 0, 0.71945709, 0)
  233. btools.Size = UDim2.new(0, 151, 0, 16)
  234. btools.Font = Enum.Font.SourceSans
  235. btools.Text = ":btools - Gives you btools"
  236. btools.TextColor3 = Color3.new(1, 1, 1)
  237. btools.TextScaled = true
  238. btools.TextSize = 14
  239. btools.TextWrapped = true
  240.  
  241. prisoner.Name = "prisoner"
  242. prisoner.Parent = CommandsMain
  243. prisoner.BackgroundColor3 = Color3.new(1, 1, 1)
  244. prisoner.BackgroundTransparency = 1
  245. prisoner.Position = UDim2.new(0, 0, 0.791855276, 0)
  246. prisoner.Size = UDim2.new(0, 210, 0, 16)
  247. prisoner.Font = Enum.Font.SourceSans
  248. prisoner.Text = ":prisoner - Makes you Inmate/Prisoner"
  249. prisoner.TextColor3 = Color3.new(1, 1, 1)
  250. prisoner.TextScaled = true
  251. prisoner.TextSize = 14
  252. prisoner.TextWrapped = true
  253.  
  254. neutral.Name = "neutral"
  255. neutral.Parent = CommandsMain
  256. neutral.BackgroundColor3 = Color3.new(1, 1, 1)
  257. neutral.BackgroundTransparency = 1
  258. neutral.Position = UDim2.new(0.0186046511, 0, 0.864253461, 0)
  259. neutral.Size = UDim2.new(0, 169, 0, 16)
  260. neutral.Font = Enum.Font.SourceSans
  261. neutral.Text = ":neutral - Makes you Neutral"
  262. neutral.TextColor3 = Color3.new(1, 1, 1)
  263. neutral.TextScaled = true
  264. neutral.TextSize = 14
  265. neutral.TextWrapped = true
  266.  
  267. police.Name = "police"
  268. police.Parent = CommandsMain
  269. police.BackgroundColor3 = Color3.new(1, 1, 1)
  270. police.BackgroundTransparency = 1
  271. police.Position = UDim2.new(0, 0, 0.936651647, 0)
  272. police.Size = UDim2.new(0, 175, 0, 14)
  273. police.Font = Enum.Font.SourceSans
  274. police.Text = ":police - Makes you Guard/Police"
  275. police.TextColor3 = Color3.new(1, 1, 1)
  276. police.TextScaled = true
  277. police.TextSize = 14
  278. police.TextWrapped = true
  279.  
  280. AboutUsMain.Name = "AboutUsMain"
  281. AboutUsMain.Parent = PrisonAdmin
  282. AboutUsMain.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  283. AboutUsMain.BorderColor3 = Color3.new(1, 1, 1)
  284. AboutUsMain.BorderSizePixel = 3
  285. AboutUsMain.Position = UDim2.new(0.717153311, 0, 0.261437863, 0)
  286. AboutUsMain.Size = UDim2.new(0, 215, 0, 221)
  287. AboutUsMain.Visible = false
  288.  
  289. AboutUsTitle.Name = "AboutUsTitle"
  290. AboutUsTitle.Parent = AboutUsMain
  291. AboutUsTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  292. AboutUsTitle.BackgroundTransparency = 1
  293. AboutUsTitle.Size = UDim2.new(0, 215, 0, 37)
  294. AboutUsTitle.Font = Enum.Font.SourceSans
  295. AboutUsTitle.Text = "About Us"
  296. AboutUsTitle.TextColor3 = Color3.new(1, 1, 1)
  297. AboutUsTitle.TextScaled = true
  298. AboutUsTitle.TextSize = 14
  299. AboutUsTitle.TextWrapped = true
  300.  
  301. OriginalOwner.Name = "OriginalOwner"
  302. OriginalOwner.Parent = AboutUsMain
  303. OriginalOwner.BackgroundColor3 = Color3.new(1, 1, 1)
  304. OriginalOwner.BackgroundTransparency = 1
  305. OriginalOwner.Position = UDim2.new(0, 0, 0.280543, 0)
  306. OriginalOwner.Size = UDim2.new(0, 215, 0, 49)
  307. OriginalOwner.Font = Enum.Font.SourceSans
  308. OriginalOwner.Text = "Original Owner: MastersMZ (YouTube)"
  309. OriginalOwner.TextColor3 = Color3.new(1, 1, 1)
  310. OriginalOwner.TextScaled = true
  311. OriginalOwner.TextSize = 14
  312. OriginalOwner.TextWrapped = true
  313.  
  314. OriginalOwner_2.Name = "OriginalOwner"
  315. OriginalOwner_2.Parent = AboutUsMain
  316. OriginalOwner_2.BackgroundColor3 = Color3.new(1, 1, 1)
  317. OriginalOwner_2.BackgroundTransparency = 1
  318. OriginalOwner_2.Position = UDim2.new(-0.00465116277, 0, 0.565610886, 0)
  319. OriginalOwner_2.Size = UDim2.new(0, 215, 0, 96)
  320. OriginalOwner_2.Font = Enum.Font.SourceSans
  321. OriginalOwner_2.Text = "Re-Maker: iNoah#8283 (Discord)"
  322. OriginalOwner_2.TextColor3 = Color3.new(1, 1, 1)
  323. OriginalOwner_2.TextScaled = true
  324. OriginalOwner_2.TextSize = 14
  325. OriginalOwner_2.TextWrapped = true
  326. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement