Advertisement
OGMGuy

Prison Life v2.0.2 Script/GUI

Dec 31st, 2018
163,920
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.53 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. local gui = Instance.new('ScreenGui',p.PlayerGui)
  3. local frame = Instance.new('ScrollingFrame',gui)
  4. local open = Instance.new('TextButton',gui)
  5. local name = Instance.new('TextLabel',frame)
  6. local arrest = Instance.new('TextButton',frame)
  7. local btools = Instance.new('TextButton',frame)
  8. local escape = Instance.new('TextButton',frame)
  9. local exit = Instance.new('TextButton',frame)
  10. local killaura = Instance.new('TextButton',frame)
  11. local melee = Instance.new('TextButton',frame)
  12. local removedoors = Instance.new('TextButton',frame)
  13. local tools = Instance.new('TextButton',frame)
  14. local speedplus = Instance.new('TextButton',frame)
  15. local speedminus = Instance.new('TextButton',frame)
  16. local jumpplus = Instance.new('TextButton',frame)
  17. local jumpminus = Instance.new('TextButton',frame)
  18. local bypass = Instance.new('TextButton',frame)
  19. local db = Instance.new('TextButton',frame)
  20. local floor = Instance.new('TextButton',frame)
  21. local creator = Instance.new('TextButton',frame)
  22. local prison = Instance.new('TextButton',frame)
  23. local Neutral = Instance.new('TextButton',frame)
  24. gui.Name = "Prison Life v2.0.2 Script/GUI Made by OGMGuy on Roblox."
  25. frame.Name = "Commands"
  26. open.Name = "Open"
  27. name.Name = "Name"
  28. arrest.Name = "ArrestButton"
  29. btools.Name = "BtoolsButton"
  30. escape.Name = "EscapeButton"
  31. exit.Name = "ExitButton"
  32. killaura.Name = "KillauraButton"
  33. melee.Name = "MeleeButton"
  34. removedoors.Name = "RemoveDoorsButton"
  35. tools.Name = "ToolsButton"
  36. speedplus.Name = "SpeedAdd"
  37. speedminus.Name = "SpeedReduce"
  38. jumpplus.Name = "JumpAdd"
  39. jumpminus.Name = "JumpReduce"
  40. bypass.Name = "Bypass"
  41. db.Name = "DisableBypass"
  42. floor.Name = "Floor"
  43. creator.Name = "CreatorName"
  44. prison.Name = "TPtoprison"
  45. Neutral.Name = "Neutral Team Switch"
  46. frame.Visible = true
  47. open.Visible = false
  48. name.Visible = true
  49. arrest.Visible = true
  50. btools.Visible = true
  51. escape.Visible = true
  52. exit.Visible = true
  53. killaura.Visible = true
  54. melee.Visible = true
  55. removedoors.Visible = true
  56. tools.Visible = true
  57. speedplus.Visible = true
  58. speedminus.Visible = true
  59. jumpplus.Visible = true
  60. jumpminus.Visible = true
  61. bypass.Visible = true
  62. db.Visible = true
  63. floor.Visible = true
  64. creator.Visible = true
  65. prison.Visible = true
  66. Neutral.Visible = true
  67. frame.BackgroundColor3 = Color3.new(255,255,255)
  68. open.BackgroundColor3 = Color3.new(105,105,105)
  69. name.BackgroundColor3 = Color3.new(255,255,255)
  70. arrest.BackgroundColor3 = Color3.new(255,255,255)
  71. btools.BackgroundColor3 = Color3.new(255,255,255)
  72. escape.BackgroundColor3 = Color3.new(255,255,255)
  73. exit.BackgroundColor3 = Color3.new(255,0,0)
  74. killaura.BackgroundColor3 = Color3.new(255,255,255)
  75. melee.BackgroundColor3 = Color3.new(255,255,255)
  76. removedoors.BackgroundColor3 = Color3.new(255,255,255)
  77. tools.BackgroundColor3 = Color3.new(255,255,255)
  78. speedplus.BackgroundColor3 = Color3.new(255,255,255)
  79. speedminus.BackgroundColor3 = Color3.new(255,255,255)
  80. jumpplus.BackgroundColor3 = Color3.new(255,255,255)
  81. jumpminus.BackgroundColor3 = Color3.new(255,255,255)
  82. bypass.BackgroundColor3 = Color3.new(255,255,255)
  83. db.BackgroundColor3 = Color3.new(255,255,255)
  84. floor.BackgroundColor3 = Color3.new(255,255,255)
  85. creator.BackgroundColor3 = Color3.new(169,169,169)
  86. prison.BackgroundColor3 = Color3.new(255,255,255)
  87. Neutral.BackgroundColor3 = Color3.new(255,255,255)
  88. frame.BackgroundTransparency = 0.7
  89. open.BackgroundTransparency = 0.5
  90. name.BackgroundTransparency = 0.6
  91. arrest.BackgroundTransparency = 0
  92. btools.BackgroundTransparency = 0
  93. escape.BackgroundTransparency = 0
  94. exit.BackgroundTransparency = 0
  95. killaura.BackgroundTransparency = 0
  96. melee.BackgroundTransparency = 0
  97. removedoors.BackgroundTransparency = 0
  98. tools.BackgroundTransparency = 0
  99. speedplus.BackgroundTransparency = 0
  100. speedminus.BackgroundTransparency = 0
  101. jumpplus.BackgroundTransparency = 0
  102. jumpminus.BackgroundTransparency = 0
  103. bypass.BackgroundTransparency = 0
  104. db.BackgroundTransparency = 0
  105. floor.BackgroundTransparency = 0
  106. creator.BackgroundTransparency = 0
  107. prison.BackgroundTransparency = 0
  108. Neutral.BackgroundTransparency = 0
  109. frame.Size = UDim2.new(0,250,0,350)
  110. open.Size = UDim2.new(0,60,0,25)
  111. name.Size = UDim2.new(0,180,0,40)
  112. arrest.Size = UDim2.new(0.9,12,0,30)
  113. btools.Size = UDim2.new(0.9,12,0,30)
  114. escape.Size = UDim2.new(0.9,12,0,30)
  115. exit.Size = UDim2.new(0,50,0,40)
  116. killaura.Size = UDim2.new(0.9,12,0,30)
  117. melee.Size = UDim2.new(0.9,12,0,30)
  118. removedoors.Size = UDim2.new(0.9,12,0,30)
  119. tools.Size = UDim2.new(0.9,12,0,30)
  120. speedplus.Size = UDim2.new(0.9,12,0,30)
  121. speedminus.Size = UDim2.new(0.9,12,0,30)
  122. jumpplus.Size = UDim2.new(0.9,12,0,30)
  123. jumpminus.Size = UDim2.new(0.9,12,0,30)
  124. bypass.Size = UDim2.new(0.9,12,0,30)
  125. db.Size = UDim2.new(0.9,12,0,30)
  126. floor.Size = UDim2.new(0.9,12,0,30)
  127. creator.Size = UDim2.new(0.9,12,0,30)
  128. prison.Size = UDim2.new(0.9,12,0,30)
  129. Neutral.Size = UDim2.new(0.9,12,0,30)
  130. frame.Position = UDim2.new(0,5,0.4,0)
  131. open.Position = UDim2.new(0,0,0,0)
  132. name.Position = UDim2.new(0,0,0,0)
  133. arrest.Position = UDim2.new(0,0,0,320)
  134. btools.Position = UDim2.new(0,0,0,185)
  135. escape.Position = UDim2.new(0,0,0,230)
  136. exit.Position = UDim2.new(0,184,0,0)
  137. killaura.Position = UDim2.new(0,0,0,275)
  138. melee.Position = UDim2.new(0,0,0,140)
  139. removedoors.Position = UDim2.new(0,0,0,50)
  140. tools.Position = UDim2.new(0,0,0,95)
  141. speedplus.Position = UDim2.new(0,0,0,365)
  142. speedminus.Position = UDim2.new(0,0,0,410)
  143. jumpplus.Position = UDim2.new(0,0,0,455)
  144. jumpminus.Position = UDim2.new(0,0,0,500)
  145. bypass.Position = UDim2.new(0,0,0,545)
  146. db.Position = UDim2.new(0,0,0,590)
  147. floor.Position = UDim2.new(0,0,0,635)
  148. prison.Position = UDim2.new(0,0,0,680)
  149. Neutral.Position = UDim2.new(0,0,0,725)
  150. creator.Position = UDim2.new(0,0,0,770)
  151. open.TextColor3 = Color3.new(0,0,0)
  152. name.TextColor3 = Color3.new(0,0,0)
  153. arrest.TextColor3 = Color3.new(0,0,0)
  154. btools.TextColor3 = Color3.new(0,0,0)
  155. escape.TextColor3 = Color3.new(0,0,0)
  156. exit.TextColor3 = Color3.new(0,0,0)
  157. killaura.TextColor3 = Color3.new(0,0,0)
  158. melee.TextColor3 = Color3.new(0,0,0)
  159. removedoors.TextColor3 = Color3.new(0,0,0)
  160. tools.TextColor3 = Color3.new(0,0,0)
  161. speedplus.TextColor3 = Color3.new(0,0,0)
  162. speedminus.TextColor3 = Color3.new(0,0,0)
  163. jumpplus.TextColor3 = Color3.new(0,0,0)
  164. jumpminus.TextColor3 = Color3.new(0,0,0)
  165. bypass.TextColor3 = Color3.new(0,0,0)
  166. db.TextColor3 = Color3.new(0,0,0)
  167. floor.TextColor3 = Color3.new(0,0,0)
  168. creator.TextColor3 = Color3.new(0,0,0)
  169. prison.TextColor3 = Color3.new(0,0,0)
  170. Neutral.TextColor3 = Color3.new(0,0,0)
  171. name.Font = 'SciFi'
  172. open.Text = 'Open'
  173. name.Text = 'Prison Life v2.0 Commands Remastered. Discord: #1890'
  174. arrest.Text = 'Click to Arrest'
  175. btools.Text = 'Give Btools'
  176. escape.Text = 'Escape The Prison'
  177. exit.Text = 'Exit'
  178. killaura.Text = 'Instant Kill Aura[Danger]'
  179. melee.Text = 'Give Melee'
  180. removedoors.Text = 'Remove Doors'
  181. tools.Text = 'Give Guns'
  182. speedplus.Text = 'WalkSpeed + 10'
  183. speedminus.Text = 'WalkSpeed - 10'
  184. jumpplus.Text = 'JumpPower + 10'
  185. jumpminus.Text = 'JumpPower - 10'
  186. bypass.Text = 'Enable Bypass[Cannot Punch]'
  187. db.Text = 'Disable Bypass'
  188. floor.Text = 'Get Tools on the floor'
  189. creator.Text = 'Made by OGMGuy from roblox. Discord: #1890'
  190. prison.Text = 'Teleport to prison'
  191. Neutral.Text = 'Neutral Team Switch'
  192. open.TextScaled = true
  193. name.TextScaled = true
  194. arrest.TextScaled = true
  195. btools.TextScaled = true
  196. escape.TextScaled = true
  197. exit.TextScaled = true
  198. killaura.TextScaled = true
  199. melee.TextScaled = true
  200. removedoors.TextScaled = true
  201. tools.TextScaled = true
  202. speedplus.TextScaled = true
  203. speedminus.TextScaled = true
  204. jumpplus.TextScaled = true
  205. jumpminus.TextScaled = true
  206. bypass.TextScaled = true
  207. db.TextScaled = true
  208. floor.TextScaled = true
  209. creator.TextScaled = true
  210. prison.TextScaled = true
  211. Neutral.TextScaled = true
  212. frame.Active = true
  213. frame.Draggable = true
  214. open.MouseButton1Down:connect(function()
  215. frame.Visible = true
  216. frame:TweenPosition(UDim2.new(0,5,0.4,0), "Out", "Bounce",1 ,true)
  217. open.Visible = false
  218. open.Position = UDim2.new(0,0,0,0)
  219. end)
  220. exit.MouseButton1Down:connect(function()
  221. frame:TweenPosition(UDim2.new(0.1,-400,0.4,0) , "Out", "Quad", 1, true)
  222. wait(1)
  223. frame.Visible = false
  224. wait(.1)
  225. open.Visible = true
  226. open:TweenPosition(UDim2.new(0,2,0.8,15), "Out", "Bounce",1 ,true)
  227. end)
  228. btools.MouseButton1Down:connect(function()
  229. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
  230. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
  231. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  232. loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  233. end)
  234. removedoors.MouseButton1Down:connect(function()
  235. game.Workspace.Doors:Destroy()
  236. end)
  237. tools.MouseButton1Down:connect(function()
  238. local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield"}
  239. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  240. for j, k in pairs(weapons) do
  241. if v.Name == k then
  242. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  243. end
  244. end
  245. end
  246. end)
  247. melee.MouseButton1Down:connect(function()
  248. local weapons = {"Crude Knife", "Sharpened stick", "Extendo mirror"}
  249. for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
  250. for j, k in pairs(weapons) do
  251. if v.Name == k then
  252. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  253. end
  254. end
  255. end
  256. end)
  257. escape.MouseButton1Down:connect(function()
  258. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
  259. end)
  260. killaura.MouseButton1Down:connect(function()
  261. while wait(0.1) do
  262. for i, plr in pairs(game.Players:GetChildren()) do
  263. if plr.Name ~= game.Players.LocalPlayer.Name then
  264. for i = 1, 10 do
  265. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  266. end
  267. end
  268. end
  269. end
  270. end)
  271. local mouse = game.Players.LocalPlayer:GetMouse()
  272. local arrestEvent = game.Workspace.Remote.arrest
  273. mouse.Button1Down:connect(function()
  274. local obj = mouse.Target
  275. local response = arrestEvent:InvokeServer(obj)
  276. end)
  277. speedplus.MouseButton1Down:connect(function()
  278. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed + 10
  279. end)
  280. speedminus.MouseButton1Down:connect(function()
  281. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed - 10
  282. end)
  283. jumpplus.MouseButton1Down:connect(function()
  284. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower + 10
  285. end)
  286. jumpminus.MouseButton1Down:connect(function()
  287. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower - 10
  288. end)
  289. bypass.MouseButton1Down:connect(function()
  290. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  291. game.Players.LocalPlayer.CharacterAdded:connect(function()
  292. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  293. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  294. end)
  295. local message = Instance.new("Message",game.Workspace)
  296. message.Text = 'By OGMGuy on Roblox. Discord: #1890'
  297. wait(2)
  298. message:Destroy()
  299. end)
  300. db.MouseButton1Down:connect(function()
  301. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = false
  302. game.Players.LocalPlayer.CharacterAdded:connect(function()
  303. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  304. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = false
  305. end)
  306. end)
  307. floor.MouseButton1Down:connect(function()
  308. for i, v in pairs(game.Workspace["Prison_ITEMS"].single:GetChildren()) do
  309. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  310. end
  311. end)
  312. prison.MouseButton1Down:connect(function()
  313. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(900, 97, 2400)
  314. end)
  315. Neutral.MouseButton1Down:connect(function()
  316. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  317. end)
Advertisement
Comments
  • Uquii
    363 days
    # text 0.12 KB | 0 0
    1. Everytime I toggle sumthin like anti arrest or anti taze it shuts roblox down btw. Might just be me but just letting u know
Add Comment
Please, Sign In to add comment
Advertisement