Advertisement
Pro_Pastebin_Person1

Untitled

Mar 31st, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.90 KB | None | 0 0
  1. local API = loadstring(game:HttpGet("https://pastebin.com/raw/xKuLuK1D"))()
  2. local NewAPI = API:Load()
  3.  
  4. local PrisonLife = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local name1 = Instance.new("TextLabel")
  7. local name2 = Instance.new("TextLabel")
  8. local Close = Instance.new("TextButton")
  9. local Credit = Instance.new("TextLabel")
  10. local Background = Instance.new("Frame")
  11. local Crim = Instance.new("TextButton")
  12. local Guard = Instance.new("TextButton")
  13. local Inmate = Instance.new("TextButton")
  14. local ArrestAll = Instance.new("TextButton")
  15. local KillAll = Instance.new("TextButton")
  16. local Guns = Instance.new("TextButton")
  17. local r15fling = Instance.new("TextButton")
  18. local r6fling = Instance.new("TextButton")
  19. local pictrue = Instance.new("ImageLabel")
  20. local btools = Instance.new("TextButton")
  21. local door = Instance.new("TextButton")
  22. local god = Instance.new("TextButton")
  23. local fly = Instance.new("TextButton")
  24.  
  25. PrisonLife.Name = "PrisonLife!!!!!!!!!"
  26. PrisonLife.Parent = game.CoreGui
  27.  
  28. Main.Name = "Main"
  29. Main.Parent = PrisonLife
  30. Main.BackgroundColor3 = Color3.fromRGB(130, 122, 115)
  31. Main.BorderSizePixel = 0
  32. Main.Position = UDim2.new(0.357607484, 0, 0.317144543, 0)
  33. Main.Size = UDim2.new(0, 350, 0, 49)
  34. spawn(function()
  35. while wait() do
  36. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  37. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  38. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  39.  
  40. Main.BackgroundColor3 = Color3.new(r, g, b)
  41. end
  42. end)
  43.  
  44. NewAPI:CustomDrag(Main, 0)
  45.  
  46. name1.Name = "name 1"
  47. name1.Parent = Main
  48. name1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  49. name1.BackgroundTransparency = 1.000
  50. name1.BorderSizePixel = 0
  51. name1.Position = UDim2.new(0.24000001, 0, 0.102040797, 0)
  52. name1.Size = UDim2.new(0, 121, 0, 38)
  53. name1.Font = Enum.Font.SourceSans
  54. name1.Text = "Prison"
  55. name1.TextColor3 = Color3.fromRGB(255, 255, 255)
  56. name1.TextScaled = true
  57. name1.TextSize = 14.000
  58. name1.TextWrapped = true
  59.  
  60. name2.Name = "name 2"
  61. name2.Parent = Main
  62. name2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. name2.BackgroundTransparency = 1.000
  64. name2.BorderSizePixel = 0
  65. name2.Position = UDim2.new(0.4342857, 0, 0.102040797, 0)
  66. name2.Size = UDim2.new(0, 121, 0, 38)
  67. name2.Font = Enum.Font.SourceSans
  68. name2.Text = "Hub"
  69. name2.TextColor3 = Color3.fromRGB(0, 0, 0)
  70. name2.TextScaled = true
  71. name2.TextSize = 14.000
  72. name2.TextWrapped = true
  73.  
  74. Close.Name = "Close"
  75. Close.Parent = Main
  76. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  77. Close.BackgroundTransparency = 1.000
  78. Close.BorderSizePixel = 0
  79. Close.Position = UDim2.new(0.920000017, 0, 0, 0)
  80. Close.Size = UDim2.new(0, 28, 0, 23)
  81. Close.Font = Enum.Font.SourceSans
  82. Close.Text = "-"
  83. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  84. Close.TextScaled = true
  85. Close.TextSize = 20.000
  86. Close.TextWrapped = true
  87. Close.MouseButton1Down:connect(function()
  88. Main.Visible = false
  89. end)
  90.  
  91. Credit.Name = "Credit"
  92. Credit.Parent = Main
  93. Credit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. Credit.BackgroundTransparency = 1.000
  95. Credit.BorderSizePixel = 0
  96. Credit.Position = UDim2.new(-0.0542857125, 0, 0.755102038, 0)
  97. Credit.Size = UDim2.new(0, 247, 0, 11)
  98. Credit.Font = Enum.Font.SourceSans
  99. Credit.Text = "Credits: Marky123#3560 and Aydan#7726"
  100. Credit.TextColor3 = Color3.fromRGB(255, 255, 255)
  101. Credit.TextSize = 14.000
  102. Credit.TextWrapped = true
  103.  
  104. Background.Name = "Background"
  105. Background.Parent = Main
  106. Background.BackgroundColor3 = Color3.fromRGB(109, 109, 109)
  107. Background.BorderSizePixel = 0
  108. Background.Position = UDim2.new(0, 0, 0.999999702, 0)
  109. Background.Size = UDim2.new(0, 350, 0, 195)
  110.  
  111. Crim.Name = "Crim"
  112. Crim.Parent = Main
  113. Crim.BackgroundColor3 = Color3.fromRGB(255, 29, 59)
  114. Crim.BorderSizePixel = 0
  115. Crim.Position = UDim2.new(0.379999995, 0, 1.34693909, 0)
  116. Crim.Size = UDim2.new(0, 95, 0, 30)
  117. Crim.Font = Enum.Font.SourceSans
  118. Crim.Text = "Criminal"
  119. Crim.TextColor3 = Color3.fromRGB(255, 255, 255)
  120. Crim.TextScaled = true
  121. Crim.TextSize = 14.000
  122. Crim.TextWrapped = true
  123. Crim.MouseButton1Down:connect(function()
  124. loadstring(game:HttpGet("https://pastebin.com/raw/9nfJv6T9",true))()
  125. end)
  126.  
  127. Guard.Name = "Guard"
  128. Guard.Parent = Main
  129. Guard.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  130. Guard.BorderColor3 = Color3.fromRGB(255, 255, 255)
  131. Guard.BorderSizePixel = 0
  132. Guard.Position = UDim2.new(0.697142839, 0, 1.34693897, 0)
  133. Guard.Size = UDim2.new(0, 95, 0, 30)
  134. Guard.Font = Enum.Font.SourceSans
  135. Guard.Text = "Guard"
  136. Guard.TextColor3 = Color3.fromRGB(255, 255, 255)
  137. Guard.TextScaled = true
  138. Guard.TextSize = 14.000
  139. Guard.TextWrapped = true
  140. Guard.MouseButton1Down:connect(function()
  141. loadstring(game:HttpGet("https://pastebin.com/raw/9B001092",true))()
  142. end)
  143.  
  144. Inmate.Name = "Inmate"
  145. Inmate.Parent = Main
  146. Inmate.BackgroundColor3 = Color3.fromRGB(243, 162, 0)
  147. Inmate.BorderColor3 = Color3.fromRGB(255, 255, 255)
  148. Inmate.BorderSizePixel = 0
  149. Inmate.Position = UDim2.new(0.0457142852, 0, 1.34693909, 0)
  150. Inmate.Size = UDim2.new(0, 95, 0, 30)
  151. Inmate.Font = Enum.Font.SourceSans
  152. Inmate.Text = "Inmate"
  153. Inmate.TextColor3 = Color3.fromRGB(255, 255, 255)
  154. Inmate.TextScaled = true
  155. Inmate.TextSize = 14.000
  156. Inmate.TextWrapped = true
  157. Inmate.MouseButton1Down:connect(function()
  158. loadstring(game:HttpGet("https://pastebin.com/raw/KBHehJF9",true))()
  159. end)
  160.  
  161. ArrestAll.Name = "ArrestAll"
  162. ArrestAll.Parent = Main
  163. ArrestAll.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
  164. ArrestAll.BorderColor3 = Color3.fromRGB(255, 255, 255)
  165. ArrestAll.BorderSizePixel = 0
  166. ArrestAll.Position = UDim2.new(0.0457142852, 0, 2.30612278, 0)
  167. ArrestAll.Size = UDim2.new(0, 95, 0, 30)
  168. ArrestAll.Font = Enum.Font.SourceSans
  169. ArrestAll.Text = "Arrest Noobs"
  170. ArrestAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  171. ArrestAll.TextScaled = true
  172. ArrestAll.TextSize = 14.000
  173. ArrestAll.TextWrapped = true
  174. ArrestAll.MouseButton1Down:connect(function()
  175. loadstring(game:HttpGet("https://pastebin.com/raw/LD3P36Mr",true))()
  176. end)
  177.  
  178. KillAll.Name = "KillAll"
  179. KillAll.Parent = Main
  180. KillAll.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
  181. KillAll.BorderColor3 = Color3.fromRGB(255, 255, 255)
  182. KillAll.BorderSizePixel = 0
  183. KillAll.Position = UDim2.new(0.379999995, 0, 2.30612278, 0)
  184. KillAll.Size = UDim2.new(0, 95, 0, 30)
  185. KillAll.Font = Enum.Font.SourceSans
  186. KillAll.Text = "Kill All"
  187. KillAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  188. KillAll.TextScaled = true
  189. KillAll.TextSize = 14.000
  190. KillAll.TextWrapped = true
  191. KillAll.MouseButton1Down:connect(function()
  192. loadstring(game:HttpGet("https://pastebin.com/raw/RYJXnSBj",true))()
  193. end)
  194.  
  195. Guns.Name = "Guns"
  196. Guns.Parent = Main
  197. Guns.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
  198. Guns.BorderColor3 = Color3.fromRGB(255, 255, 255)
  199. Guns.BorderSizePixel = 0
  200. Guns.Position = UDim2.new(0.697142839, 0, 2.30612278, 0)
  201. Guns.Size = UDim2.new(0, 95, 0, 30)
  202. Guns.Font = Enum.Font.SourceSans
  203. Guns.Text = "Get All Guns"
  204. Guns.TextColor3 = Color3.fromRGB(0, 0, 0)
  205. Guns.TextScaled = true
  206. Guns.TextSize = 14.000
  207. Guns.TextWrapped = true
  208. Guns.MouseButton1Down:connect(function()
  209. loadstring(game:HttpGet("https://pastebin.com/raw/zGmXpqww",true))()
  210. end)
  211.  
  212. r15fling.Name = "r15fling"
  213. r15fling.Parent = Main
  214. r15fling.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
  215. r15fling.BorderColor3 = Color3.fromRGB(255, 255, 255)
  216. r15fling.BorderSizePixel = 0
  217. r15fling.Position = UDim2.new(0.0457142889, 0, 3.26530647, 0)
  218. r15fling.Size = UDim2.new(0, 95, 0, 30)
  219. r15fling.Font = Enum.Font.SourceSans
  220. r15fling.Text = "R15 Fling"
  221. r15fling.TextColor3 = Color3.fromRGB(0, 0, 0)
  222. r15fling.TextScaled = true
  223. r15fling.TextSize = 14.000
  224. r15fling.TextWrapped = true
  225. r15fling.MouseButton1Down:connect(function()
  226. loadstring(game:HttpGet("https://pastebin.com/raw/kZj05536",true))()
  227. end)
  228.  
  229. r6fling.Name = "r6fling"
  230. r6fling.Parent = Main
  231. r6fling.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
  232. r6fling.BorderColor3 = Color3.fromRGB(255, 255, 255)
  233. r6fling.BorderSizePixel = 0
  234. r6fling.Position = UDim2.new(0.379999995, 0, 3.26530647, 0)
  235. r6fling.Size = UDim2.new(0, 95, 0, 30)
  236. r6fling.Font = Enum.Font.SourceSans
  237. r6fling.Text = "R6 Fling"
  238. r6fling.TextColor3 = Color3.fromRGB(0, 0, 0)
  239. r6fling.TextScaled = true
  240. r6fling.TextSize = 14.000
  241. r6fling.TextWrapped = true
  242. r6fling.MouseButton1Down:connect(function()
  243. loadstring(game:HttpGet("https://pastebin.com/raw/eBimTGsD",true))();
  244. end)
  245.  
  246. pictrue.Name = "pictrue"
  247. pictrue.Parent = Main
  248. pictrue.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  249. pictrue.BackgroundTransparency = 1.000
  250. pictrue.BorderSizePixel = 0
  251. pictrue.Position = UDim2.new(0.697142839, 0, 0.10204082, 0)
  252. pictrue.Size = UDim2.new(0, 37, 0, 37)
  253. pictrue.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
  254. pictrue.Image = "https://www.roblox.com/headshot-thumbnail/image?userId="..game.Players.LocalPlayer.UserId.."&width=60&height=60&format=png"
  255.  
  256. btools.Name = "btools"
  257. btools.Parent = Main
  258. btools.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
  259. btools.BorderColor3 = Color3.fromRGB(255, 255, 255)
  260. btools.BorderSizePixel = 0
  261. btools.Position = UDim2.new(0.697142839, 0, 3.26530647, 0)
  262. btools.Size = UDim2.new(0, 95, 0, 30)
  263. btools.Font = Enum.Font.SourceSans
  264. btools.Text = "Btools"
  265. btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  266. btools.TextScaled = true
  267. btools.TextSize = 14.000
  268. btools.TextWrapped = true
  269. btools.MouseButton1Down:connect(function()
  270. loadstring(game:HttpGet("https://pastebin.com/raw/0ujbKGws",true))()
  271. end)
  272.  
  273. door.Name = "door"
  274. door.Parent = Main
  275. door.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
  276. door.BorderColor3 = Color3.fromRGB(255, 255, 255)
  277. door.BorderSizePixel = 0
  278. door.Position = UDim2.new(0.379999995, 0, 4.22449017, 0)
  279. door.Size = UDim2.new(0, 95, 0, 30)
  280. door.Font = Enum.Font.SourceSans
  281. door.Text = "Remove All Doors"
  282. door.TextColor3 = Color3.fromRGB(0, 0, 0)
  283. door.TextScaled = true
  284. door.TextSize = 14.000
  285. door.TextWrapped = true
  286. door.MouseButton1Down:connect(function()
  287. loadstring(game:HttpGet("https://pastebin.com/raw/U34vthv9",true))()
  288. end)
  289.  
  290. god.Name = "god"
  291. god.Parent = Main
  292. god.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
  293. god.BorderColor3 = Color3.fromRGB(255, 255, 255)
  294. god.BorderSizePixel = 0
  295. god.Position = UDim2.new(0.697142839, 0, 4.22449017, 0)
  296. god.Size = UDim2.new(0, 95, 0, 30)
  297. god.Font = Enum.Font.SourceSans
  298. god.Text = "God Mode"
  299. god.TextColor3 = Color3.fromRGB(0, 0, 0)
  300. god.TextScaled = true
  301. god.TextSize = 14.000
  302. god.TextWrapped = true
  303. god.MouseButton1Down:connect(function()
  304. loadstring(game:HttpGet("https://pastebin.com/raw/Xe7EinEe",true))()
  305. end)
  306.  
  307. fly.Name = "fly"
  308. fly.Parent = Main
  309. fly.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
  310. fly.BorderColor3 = Color3.fromRGB(255, 255, 255)
  311. fly.BorderSizePixel = 0
  312. fly.Position = UDim2.new(0.0457142889, 0, 4.22449017, 0)
  313. fly.Size = UDim2.new(0, 95, 0, 30)
  314. fly.Font = Enum.Font.SourceSans
  315. fly.Text = "Fly"
  316. fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  317. fly.TextScaled = true
  318. fly.TextSize = 14.000
  319. fly.TextWrapped = true
  320. fly.MouseButton1Down:connect(function()
  321. loadstring(game:HttpGet("https://pastebin.com/raw/6StsecKg",true))()
  322. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement