Advertisement
Pro_Pastebin_Person1

Untitled

Mar 27th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.17 KB | None | 0 0
  1. local API = loadstring(game:HttpGet("https://pastebin.com/raw/xKuLuK1D"))()
  2. local NewAPI = API:Load()
  3.  
  4. local prisonlifegui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Close = Instance.new("TextButton")
  7. local name1 = Instance.new("TextLabel")
  8. local name2 = Instance.new("TextLabel")
  9. local version = Instance.new("TextLabel")
  10. local credits = Instance.new("TextLabel")
  11. local background = Instance.new("Frame")
  12. local role = Instance.new("TextLabel")
  13. local criminal = Instance.new("TextButton")
  14. local inmate = Instance.new("TextButton")
  15. local guard = Instance.new("TextButton")
  16. local cool = Instance.new("TextLabel")
  17. local line1 = Instance.new("Frame")
  18. local killall = Instance.new("TextButton")
  19. local guns = Instance.new("TextButton")
  20. local arrestall = Instance.new("TextButton")
  21. local speedgrav = Instance.new("TextButton")
  22. local btools = Instance.new("TextButton")
  23. local clicktp = Instance.new("TextButton")
  24. local fly = Instance.new("TextButton")
  25. local walls = Instance.new("TextButton")
  26. local sit = Instance.new("TextButton")
  27. local line2 = Instance.new("Frame")
  28.  
  29. prisonlifegui.Name = "prisonlifegui"
  30. prisonlifegui.Parent = game.CoreGui
  31. prisonlifegui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32.  
  33. Main.Name = "Main"
  34. Main.Parent = prisonlifegui
  35. Main.BackgroundColor3 = Color3.fromRGB(131, 131, 131)
  36. Main.BorderSizePixel = 0
  37. Main.Position = UDim2.new(0.0452436209, 0, 0.0740037933, 0)
  38. Main.Size = UDim2.new(0, 269, 0, 54)
  39. spawn(function()
  40. while wait() do
  41. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  42. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  43. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  44.  
  45. Main.BackgroundColor3 = Color3.new(r, g, b)
  46. end
  47. end)
  48.  
  49. NewAPI:CustomDrag(Main, 0)
  50.  
  51. Close.Name = "Close"
  52. Close.Parent = Main
  53. Close.BackgroundColor3 = Color3.fromRGB(222, 0, 0)
  54. Close.BorderSizePixel = 0
  55. Close.Position = UDim2.new(0.924805641, 0, 0, 0)
  56. Close.Size = UDim2.new(0, 20, 0, 20)
  57. Close.Font = Enum.Font.SourceSans
  58. Close.Text = "X"
  59. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  60. Close.TextScaled = true
  61. Close.TextSize = 14.000
  62. Close.TextWrapped = true
  63. Close.MouseButton1Down:connect(function()
  64. Main.Visible = false
  65. end)
  66.  
  67. name1.Name = "name1"
  68. name1.Parent = Main
  69. name1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  70. name1.BackgroundTransparency = 1.000
  71. name1.BorderSizePixel = 0
  72. name1.Position = UDim2.new(0.0488171764, 0, -0.0925925896, 0)
  73. name1.Size = UDim2.new(0, 131, 0, 50)
  74. name1.Font = Enum.Font.SourceSans
  75. name1.Text = "Prisonlife"
  76. name1.TextColor3 = Color3.fromRGB(255, 255, 255)
  77. name1.TextSize = 25.000
  78. name1.TextWrapped = true
  79.  
  80. name2.Name = "name2"
  81. name2.Parent = Main
  82. name2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  83. name2.BackgroundTransparency = 1.000
  84. name2.BorderSizePixel = 0
  85. name2.Position = UDim2.new(0.453489393, 0, -0.0925925896, 0)
  86. name2.Size = UDim2.new(0, 98, 0, 50)
  87. name2.Font = Enum.Font.SourceSans
  88. name2.Text = "Script Hub"
  89. name2.TextColor3 = Color3.fromRGB(0, 0, 0)
  90. name2.TextSize = 25.000
  91. name2.TextWrapped = true
  92.  
  93. version.Name = "version"
  94. version.Parent = Main
  95. version.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  96. version.BackgroundTransparency = 1.000
  97. version.BorderSizePixel = 0
  98. version.Position = UDim2.new(0.734141648, 0, 0.611111104, 0)
  99. version.Size = UDim2.new(0, 71, 0, 21)
  100. version.Font = Enum.Font.SourceSans
  101. version.Text = "Version: 0.01"
  102. version.TextColor3 = Color3.fromRGB(0, 0, 0)
  103. version.TextScaled = true
  104. version.TextSize = 14.000
  105. version.TextWrapped = true
  106.  
  107. credits.Name = "credits"
  108. credits.Parent = Main
  109. credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  110. credits.BackgroundTransparency = 1.000
  111. credits.BorderSizePixel = 0
  112. credits.Position = UDim2.new(0, 0, 0.481481493, 0)
  113. credits.Size = UDim2.new(0, 100, 0, 28)
  114. credits.Font = Enum.Font.SourceSans
  115. credits.Text = "By: Aydan#7726"
  116. credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  117. credits.TextScaled = true
  118. credits.TextSize = 14.000
  119. credits.TextWrapped = true
  120.  
  121. background.Name = "background"
  122. background.Parent = Main
  123. background.BackgroundColor3 = Color3.fromRGB(154, 154, 154)
  124. background.BorderSizePixel = 0
  125. background.Position = UDim2.new(0, 0, 0.92592591, 0)
  126. background.Size = UDim2.new(0, 269, 0, 259)
  127.  
  128. role.Name = "role"
  129. role.Parent = Main
  130. role.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  131. role.BackgroundTransparency = 1.000
  132. role.BorderSizePixel = 0
  133. role.Position = UDim2.new(0, 0, 0.888888896, 0)
  134. role.Size = UDim2.new(0, 82, 0, 28)
  135. role.Font = Enum.Font.SourceSans
  136. role.Text = "Role:"
  137. role.TextColor3 = Color3.fromRGB(0, 0, 0)
  138. role.TextScaled = true
  139. role.TextSize = 14.000
  140. role.TextWrapped = true
  141.  
  142. criminal.Name = "criminal"
  143. criminal.Parent = Main
  144. criminal.BackgroundColor3 = Color3.fromRGB(218, 0, 0)
  145. criminal.BorderSizePixel = 0
  146. criminal.Position = UDim2.new(6.98491931e-10, 0, 1.46296299, 0)
  147. criminal.Size = UDim2.new(0, 82, 0, 27)
  148. criminal.Font = Enum.Font.SourceSans
  149. criminal.Text = "Criminal"
  150. criminal.TextColor3 = Color3.fromRGB(255, 255, 255)
  151. criminal.TextSize = 20.000
  152. criminal.TextWrapped = true
  153. criminal.MouseButton1Down:connect(function()
  154. loadstring(game:HttpGet("https://pastebin.com/raw/9nfJv6T9",true))()
  155. end)
  156.  
  157. inmate.Name = "inmate"
  158. inmate.Parent = Main
  159. inmate.BackgroundColor3 = Color3.fromRGB(250, 110, 16)
  160. inmate.BorderSizePixel = 0
  161. inmate.Position = UDim2.new(0, 0, 2.24074078, 0)
  162. inmate.Size = UDim2.new(0, 82, 0, 27)
  163. inmate.Font = Enum.Font.SourceSans
  164. inmate.Text = "Inmate"
  165. inmate.TextColor3 = Color3.fromRGB(255, 255, 255)
  166. inmate.TextSize = 20.000
  167. inmate.TextWrapped = true
  168. inmate.MouseButton1Down:connect(function()
  169. loadstring(game:HttpGet("https://pastebin.com/raw/KBHehJF9",true))()
  170. end)
  171.  
  172. guard.Name = "guard"
  173. guard.Parent = Main
  174. guard.BackgroundColor3 = Color3.fromRGB(15, 137, 250)
  175. guard.BorderSizePixel = 0
  176. guard.Position = UDim2.new(0, 0, 2.94444442, 0)
  177. guard.Size = UDim2.new(0, 82, 0, 27)
  178. guard.Font = Enum.Font.SourceSans
  179. guard.Text = "Guard"
  180. guard.TextColor3 = Color3.fromRGB(255, 255, 255)
  181. guard.TextSize = 20.000
  182. guard.TextWrapped = true
  183. guard.MouseButton1Down:connect(function()
  184. loadstring(game:HttpGet("https://pastebin.com/raw/9B001092",true))()
  185. end)
  186.  
  187. cool.Name = "cool"
  188. cool.Parent = Main
  189. cool.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  190. cool.BackgroundTransparency = 1.000
  191. cool.BorderSizePixel = 0
  192. cool.Position = UDim2.new(0.346637368, 0, 0.833333313, 0)
  193. cool.Size = UDim2.new(0, 156, 0, 34)
  194. cool.Font = Enum.Font.SourceSans
  195. cool.Text = "Cool things:"
  196. cool.TextColor3 = Color3.fromRGB(0, 0, 0)
  197. cool.TextScaled = true
  198. cool.TextSize = 14.000
  199. cool.TextWrapped = true
  200.  
  201. line1.Name = "line 1"
  202. line1.Parent = Main
  203. line1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  204. line1.BorderSizePixel = 0
  205. line1.Position = UDim2.new(0.283017933, 0, 0.92592591, 0)
  206. line1.Size = UDim2.new(0, 5, 0, 259)
  207.  
  208. killall.Name = "killall"
  209. killall.Parent = Main
  210. killall.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  211. killall.BorderSizePixel = 0
  212. killall.Position = UDim2.new(0.301816493, 0, 1.51851857, 0)
  213. killall.Size = UDim2.new(0, 82, 0, 27)
  214. killall.Font = Enum.Font.SourceSans
  215. killall.Text = "Kill All"
  216. killall.TextColor3 = Color3.fromRGB(0, 0, 0)
  217. killall.TextSize = 20.000
  218. killall.TextWrapped = true
  219. killall.MouseButton1Down:connect(function()
  220. loadstring(game:HttpGet("https://pastebin.com/raw/RYJXnSBj",true))()
  221. end)
  222. spawn(function()
  223. while wait() do
  224. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  225. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  226. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  227.  
  228. killall.BackgroundColor3 = Color3.new(r, g, b)
  229. end
  230. end)
  231.  
  232. guns.Name = "guns"
  233. guns.Parent = Main
  234. guns.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  235. guns.BorderSizePixel = 0
  236. guns.Position = UDim2.new(0.301816493, 0, 2.24074078, 0)
  237. guns.Size = UDim2.new(0, 82, 0, 27)
  238. guns.Font = Enum.Font.SourceSans
  239. guns.Text = "Get All Guns"
  240. guns.TextColor3 = Color3.fromRGB(0, 0, 0)
  241. guns.TextSize = 20.000
  242. guns.TextWrapped = true
  243. guns.MouseButton1Down:connect(function()
  244. loadstring(game:HttpGet("https://pastebin.com/raw/zGmXpqww",true))()
  245. end)
  246. spawn(function()
  247. while wait() do
  248. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  249. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  250. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  251.  
  252. guns.BackgroundColor3 = Color3.new(r, g, b)
  253. end
  254. end)
  255.  
  256. arrestall.Name = "arrestall"
  257. arrestall.Parent = Main
  258. arrestall.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  259. arrestall.BorderSizePixel = 0
  260. arrestall.Position = UDim2.new(0.301816493, 0, 2.92592621, 0)
  261. arrestall.Size = UDim2.new(0, 82, 0, 27)
  262. arrestall.Font = Enum.Font.SourceSans
  263. arrestall.Text = "Arrest All"
  264. arrestall.TextColor3 = Color3.fromRGB(0, 0, 0)
  265. arrestall.TextSize = 20.000
  266. arrestall.TextWrapped = true
  267. arrestall.MouseButton1Down:connect(function()
  268. loadstring(game:HttpGet("https://pastebin.com/raw/LD3P36Mr",true))()
  269. end)
  270. spawn(function()
  271. while wait() do
  272. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  273. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  274. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  275.  
  276. arrestall.BackgroundColor3 = Color3.new(r, g, b)
  277. end
  278. end)
  279.  
  280. speedgrav.Name = "speedgrav"
  281. speedgrav.Parent = Main
  282. speedgrav.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  283. speedgrav.BorderSizePixel = 0
  284. speedgrav.Position = UDim2.new(0.654444098, 0, 2.94444442, 0)
  285. speedgrav.Size = UDim2.new(0, 80, 0, 68)
  286. speedgrav.Font = Enum.Font.SourceSans
  287. speedgrav.Text = "Spped and Gravity GUI"
  288. speedgrav.TextColor3 = Color3.fromRGB(0, 0, 0)
  289. speedgrav.TextSize = 20.000
  290. speedgrav.TextWrapped = true
  291. speedgrav.MouseButton1Down:connect(function()
  292. loadstring(game:HttpGet("https://pastebin.com/raw/WZCVrprx",true))()
  293. end)
  294. spawn(function()
  295. while wait() do
  296. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  297. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  298. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  299.  
  300. speedgrav.BackgroundColor3 = Color3.new(r, g, b)
  301. end
  302. end)
  303.  
  304. btools.Name = "btools"
  305. btools.Parent = Main
  306. btools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  307. btools.BorderSizePixel = 0
  308. btools.Position = UDim2.new(0.301816493, 0, 3.7037034, 0)
  309. btools.Size = UDim2.new(0, 80, 0, 27)
  310. btools.Font = Enum.Font.SourceSans
  311. btools.Text = "Btools"
  312. btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  313. btools.TextSize = 20.000
  314. btools.TextWrapped = true
  315. btools.MouseButton1Down:connect(function()
  316. loadstring(game:HttpGet("https://pastebin.com/raw/0ujbKGws",true))()
  317. end)
  318. spawn(function()
  319. while wait() do
  320. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  321. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  322. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  323.  
  324. btools.BackgroundColor3 = Color3.new(r, g, b)
  325. end
  326. end)
  327.  
  328. clicktp.Name = "clicktp"
  329. clicktp.Parent = Main
  330. clicktp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  331. clicktp.BorderSizePixel = 0
  332. clicktp.Position = UDim2.new(0.654444098, 0, 1.51851833, 0)
  333. clicktp.Size = UDim2.new(0, 80, 0, 66)
  334. clicktp.Font = Enum.Font.SourceSans
  335. clicktp.Text = "Click TP (Tool)"
  336. clicktp.TextColor3 = Color3.fromRGB(0, 0, 0)
  337. clicktp.TextSize = 20.000
  338. clicktp.TextWrapped = true
  339. clicktp.MouseButton1Down:connect(function()
  340. loadstring(game:HttpGet("https://pastebin.com/raw/pJAR57yz",true))()
  341. end)
  342. spawn(function()
  343. while wait() do
  344. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  345. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  346. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  347.  
  348. clicktp.BackgroundColor3 = Color3.new(r, g, b)
  349. end
  350. end)
  351.  
  352. fly.Name = "fly"
  353. fly.Parent = Main
  354. fly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  355. fly.BorderSizePixel = 0
  356. fly.Position = UDim2.new(0.301816493, 0, 4.44444418, 0)
  357. fly.Size = UDim2.new(0, 82, 0, 27)
  358. fly.Font = Enum.Font.SourceSans
  359. fly.Text = "Fly"
  360. fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  361. fly.TextSize = 20.000
  362. fly.TextWrapped = true
  363. fly.MouseButton1Down:connect(function()
  364. loadstring(game:HttpGet("https://pastebin.com/raw/6StsecKg",true))()
  365. end)
  366. spawn(function()
  367. while wait() do
  368. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  369. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  370. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  371.  
  372. fly.BackgroundColor3 = Color3.new(r, g, b)
  373. end
  374. end)
  375.  
  376. walls.Name = "walls"
  377. walls.Parent = Main
  378. walls.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  379. walls.BorderSizePixel = 0
  380. walls.Position = UDim2.new(0.646181166, 0, 4.44444466, 0)
  381. walls.Size = UDim2.new(0, 82, 0, 68)
  382. walls.Font = Enum.Font.SourceSans
  383. walls.Text = "Walk on Walls"
  384. walls.TextColor3 = Color3.fromRGB(0, 0, 0)
  385. walls.TextSize = 20.000
  386. walls.TextWrapped = true
  387. walls.MouseButton1Down:connect(function()
  388. loadstring(game:HttpGet("https://pastebin.com/raw/yMJPvtZ4",true))()
  389. end)
  390. spawn(function()
  391. while wait() do
  392. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  393. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  394. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  395.  
  396. walls.BackgroundColor3 = Color3.new(r, g, b)
  397. end
  398. end)
  399.  
  400. sit.Name = "sit"
  401. sit.Parent = Main
  402. sit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  403. sit.BorderSizePixel = 0
  404. sit.Position = UDim2.new(0.301816493, 0, 5.20370388, 0)
  405. sit.Size = UDim2.new(0, 82, 0, 27)
  406. sit.Font = Enum.Font.SourceSans
  407. sit.Text = "Sit"
  408. sit.TextColor3 = Color3.fromRGB(0, 0, 0)
  409. sit.TextSize = 20.000
  410. sit.TextWrapped = true
  411. sit.MouseButton1Down:connect(function()
  412. loadstring(game:HttpGet("https://pastebin.com/raw/ENsq29pY",true))()
  413. end)
  414. spawn(function()
  415. while wait() do
  416. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  417. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  418. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  419.  
  420. sit.BackgroundColor3 = Color3.new(r, g, b)
  421. end
  422. end)
  423.  
  424. line2.Name = "line 2"
  425. line2.Parent = Main
  426. line2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  427. line2.BorderSizePixel = 0
  428. line2.Position = UDim2.new(0, 0, 1.4074074, 0)
  429. line2.Size = UDim2.new(0, 269, 0, 5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement