Advertisement
toonrun123

Prison Life 2.0 Gui [Updated 2018]

Nov 10th, 2018
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.28 KB | None | 0 0
  1. --Made by toonrun123
  2. -- Object:
  3. local StealCuffgui = Instance.new("ScreenGui")
  4. local MainScript = Instance.new("Frame")
  5. local NamemainScript = Instance.new("TextLabel")
  6. local StealCuff = Instance.new("TextButton")
  7. local SpawnGun = Instance.new("TextButton")
  8. local RemoveDoors = Instance.new("TextButton")
  9. local SpawnKnife = Instance.new("TextButton")
  10. local BtoolsTeleporttools = Instance.new("TextButton")
  11. local ArrestClick = Instance.new("TextButton")
  12. local KillAura = Instance.new("TextButton")
  13. local UsernamestealCuffBang = Instance.new("TextBox")
  14. local WalkSpeed10UpRight = Instance.new("TextButton")
  15. local Jumppower10UpLeft = Instance.new("TextButton")
  16. local WalkSpeed10DownRight = Instance.new("TextButton")
  17. local Jumppower10DownLeft = Instance.new("TextButton")
  18. local Bang = Instance.new("TextButton")
  19. local OpenButton = Instance.new("ImageButton")
  20. local CloseButton = Instance.new("ImageButton")
  21. local p = game.Players.LocalPlayer
  22. --Function:
  23. StealCuffgui.Name = "Steal Cuff gui"
  24. StealCuffgui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  25.  
  26. MainScript.Name = "MainScript"
  27. MainScript.Parent = StealCuffgui
  28. MainScript.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  29. MainScript.BackgroundTransparency = 0.5
  30. MainScript.BorderSizePixel = 0
  31. MainScript.Position = UDim2.new(0.133064523, 0, 0.195583612, 0)
  32. MainScript.Size = UDim2.new(0, 728, 0, 386)
  33. MainScript.Visible = false
  34.  
  35. NamemainScript.Name = "NamemainScript"
  36. NamemainScript.Parent = MainScript
  37. NamemainScript.BackgroundColor3 = Color3.new(1, 1, 1)
  38. NamemainScript.BackgroundTransparency = 1
  39. NamemainScript.Position = UDim2.new(0.36197418, 0, -1.92588195e-05, 0)
  40. NamemainScript.Size = UDim2.new(0, 200, 0, 50)
  41. NamemainScript.Font = Enum.Font.SourceSans
  42. NamemainScript.Text = "Prison Life v2.0.2\nGui"
  43. NamemainScript.TextColor3 = Color3.new(1, 1, 1)
  44. NamemainScript.TextSize = 30
  45. NamemainScript.TextStrokeColor3 = Color3.new(1, 1, 1)
  46. NamemainScript.TextStrokeTransparency = 0
  47.  
  48. StealCuff.Name = "Steal Cuff"
  49. StealCuff.Parent = MainScript
  50. StealCuff.BackgroundColor3 = Color3.new(1, 1, 1)
  51. StealCuff.BackgroundTransparency = 1
  52. StealCuff.Position = UDim2.new(-0.000531731057, 0, 0.160049722, 0)
  53. StealCuff.Size = UDim2.new(0, 132, 0, 42)
  54. StealCuff.Font = Enum.Font.SourceSans
  55. StealCuff.Text = "Steal Cuff"
  56. StealCuff.TextColor3 = Color3.new(1, 1, 1)
  57. StealCuff.TextSize = 35
  58. StealCuff.TextStrokeColor3 = Color3.new(1, 1, 1)
  59. StealCuff.TextStrokeTransparency = 0
  60. StealCuff.MouseButton1Down:connect(function()
  61.      game.Players[UsernamestealCuffBang.Text].Backpack.Handcuffs:Clone().Parent = game.Players.LocalPlayer.Backpack
  62. game.Players.LocalPlayer.Backpack.Taser:Clone().Parent = game.Players.LocalPlayer.Backpack
  63. end)
  64.  
  65. SpawnGun.Name = "Spawn Gun"
  66. SpawnGun.Parent = MainScript
  67. SpawnGun.BackgroundColor3 = Color3.new(1, 1, 1)
  68. SpawnGun.BackgroundTransparency = 1
  69. SpawnGun.Position = UDim2.new(0.224743009, 0, 0.160049722, 0)
  70. SpawnGun.Size = UDim2.new(0, 152, 0, 42)
  71. SpawnGun.Font = Enum.Font.SourceSans
  72. SpawnGun.Text = "Spawn Gun"
  73. SpawnGun.TextColor3 = Color3.new(1, 1, 1)
  74. SpawnGun.TextSize = 35
  75. SpawnGun.TextStrokeColor3 = Color3.new(1, 1, 1)
  76. SpawnGun.TextStrokeTransparency = 0
  77. SpawnGun.MouseButton1Down:connect(function()
  78.     local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield"}
  79.   for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  80.   for j, k in pairs(weapons) do
  81.   if v.Name == k then
  82.   v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  83.   end
  84.   end
  85.   end
  86. end)
  87.  
  88. RemoveDoors.Name = "Remove Doors"
  89. RemoveDoors.Parent = MainScript
  90. RemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  91. RemoveDoors.BackgroundTransparency = 1
  92. RemoveDoors.Position = UDim2.new(0.785182536, 0, 0.160049722, 0)
  93. RemoveDoors.Size = UDim2.new(0, 156, 0, 42)
  94. RemoveDoors.Font = Enum.Font.SourceSans
  95. RemoveDoors.Text = "Remove Doors"
  96. RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
  97. RemoveDoors.TextSize = 30
  98. RemoveDoors.TextStrokeColor3 = Color3.new(1, 1, 1)
  99. RemoveDoors.TextStrokeTransparency = 0
  100. RemoveDoors.MouseButton1Down:connect(function()
  101. game.Workspace.Doors:Destroy()
  102. end)
  103.  
  104. SpawnKnife.Name = "Spawn Knife"
  105. SpawnKnife.Parent = MainScript
  106. SpawnKnife.BackgroundColor3 = Color3.new(1, 1, 1)
  107. SpawnKnife.BackgroundTransparency = 1
  108. SpawnKnife.Position = UDim2.new(0.506336391, 0, 0.160049722, 0)
  109. SpawnKnife.Size = UDim2.new(0, 164, 0, 42)
  110. SpawnKnife.Font = Enum.Font.SourceSans
  111. SpawnKnife.Text = "Spawn Knife"
  112. SpawnKnife.TextColor3 = Color3.new(1, 1, 1)
  113. SpawnKnife.TextSize = 35
  114. SpawnKnife.TextStrokeColor3 = Color3.new(1, 1, 1)
  115. SpawnKnife.TextStrokeTransparency = 0
  116. SpawnKnife.MouseButton1Down:connect(function()
  117.     local weapons = {"Crude Knife", "Sharpened stick", "Extendo mirror"}
  118.   for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
  119.   for j, k in pairs(weapons) do
  120.   if v.Name == k then
  121.   v:Clone().Parent = game.Players.LocalPlayer.Backpack
  122.   end
  123.   end
  124.   end
  125. end)
  126.  
  127. BtoolsTeleporttools.Name = "Btools&Teleport tools"
  128. BtoolsTeleporttools.Parent = MainScript
  129. BtoolsTeleporttools.BackgroundColor3 = Color3.new(1, 1, 1)
  130. BtoolsTeleporttools.BackgroundTransparency = 1
  131. BtoolsTeleporttools.Position = UDim2.new(-0.000531731057, 0, 0.320671529, 0)
  132. BtoolsTeleporttools.Size = UDim2.new(0, 132, 0, 42)
  133. BtoolsTeleporttools.Font = Enum.Font.SourceSans
  134. BtoolsTeleporttools.Text = "Btools&Tele"
  135. BtoolsTeleporttools.TextColor3 = Color3.new(1, 1, 1)
  136. BtoolsTeleporttools.TextSize = 30
  137. BtoolsTeleporttools.TextStrokeColor3 = Color3.new(1, 1, 1)
  138. BtoolsTeleporttools.TextStrokeTransparency = 0
  139. BtoolsTeleporttools.MouseButton1Down:connect(function()
  140.     local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  141. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  142. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  143. tool1.BinType = "Clone"
  144. tool3.BinType = "Hammer"
  145. tool5.BinType = "Grab"
  146. mouse = game.Players.LocalPlayer:GetMouse()
  147. tool = Instance.new("Tool")
  148. tool.RequiresHandle = false
  149. tool.Name = "Click Teleport"
  150. tool.Activated:connect(function()
  151. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  152. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  153. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  154. end)
  155. tool.Parent = game.Players.LocalPlayer.Backpack
  156. end)
  157.  
  158. ArrestClick.Name = "Arrest Click"
  159. ArrestClick.Parent = MainScript
  160. ArrestClick.BackgroundColor3 = Color3.new(1, 1, 1)
  161. ArrestClick.BackgroundTransparency = 1
  162. ArrestClick.Position = UDim2.new(0.238479272, 0, 0.320671529, 0)
  163. ArrestClick.Size = UDim2.new(0, 132, 0, 42)
  164. ArrestClick.Font = Enum.Font.SourceSans
  165. ArrestClick.Text = "Arrest Click"
  166. ArrestClick.TextColor3 = Color3.new(1, 1, 1)
  167. ArrestClick.TextSize = 30
  168. ArrestClick.TextStrokeColor3 = Color3.new(1, 1, 1)
  169. ArrestClick.TextStrokeTransparency = 0
  170. ArrestClick.MouseButton1Down:connect(function()
  171.     local mouse = game.Players.LocalPlayer:GetMouse()
  172.    local arrestEvent = game.Workspace.Remote.arrest
  173.    mouse.Button1Down:connect(function()
  174.    local obj = mouse.Target
  175.    local response = arrestEvent:InvokeServer(obj)
  176.    end)
  177. end)
  178.  
  179. KillAura.Name = "Kill Aura"
  180. KillAura.Parent = MainScript
  181. KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  182. KillAura.BackgroundTransparency = 1
  183. KillAura.Position = UDim2.new(0.528314412, 0, 0.320671529, 0)
  184. KillAura.Size = UDim2.new(0, 132, 0, 42)
  185. KillAura.Font = Enum.Font.SourceSans
  186. KillAura.Text = "Kill Aura"
  187. KillAura.TextColor3 = Color3.new(1, 1, 1)
  188. KillAura.TextSize = 30
  189. KillAura.TextStrokeColor3 = Color3.new(1, 1, 1)
  190. KillAura.TextStrokeTransparency = 0
  191. KillAura.MouseButton1Down:connect(function()
  192.     while wait(0.1) do
  193.   for i, plr in pairs(game.Players:GetChildren()) do
  194.   if plr.Name ~= game.Players.LocalPlayer.Name then
  195.   for i = 1, 10 do
  196.   game.ReplicatedStorage.meleeEvent:FireServer(plr)
  197.   end
  198.   end
  199.   end
  200.   end
  201. end)
  202.  
  203. UsernamestealCuffBang.Name = "Username&stealCuff&Bang"
  204. UsernamestealCuffBang.Parent = MainScript
  205. UsernamestealCuffBang.BackgroundColor3 = Color3.new(1, 1, 1)
  206. UsernamestealCuffBang.BackgroundTransparency = 1
  207. UsernamestealCuffBang.BorderSizePixel = 0
  208. UsernamestealCuffBang.Position = UDim2.new(-0.00190533651, 0, 0.825852811, 0)
  209. UsernamestealCuffBang.Size = UDim2.new(0, 728, 0, 67)
  210. UsernamestealCuffBang.Font = Enum.Font.SourceSans
  211. UsernamestealCuffBang.Text = "Username&stealCuff&Bang!"
  212. UsernamestealCuffBang.TextColor3 = Color3.new(1, 1, 1)
  213. UsernamestealCuffBang.TextSize = 30
  214. UsernamestealCuffBang.TextStrokeColor3 = Color3.new(1, 1, 1)
  215. UsernamestealCuffBang.TextStrokeTransparency = 0
  216.  
  217. WalkSpeed10UpRight.Name = "WalkSpeed+10UpRight"
  218. WalkSpeed10UpRight.Parent = MainScript
  219. WalkSpeed10UpRight.BackgroundColor3 = Color3.new(1, 1, 1)
  220. WalkSpeed10UpRight.BackgroundTransparency = 1
  221. WalkSpeed10UpRight.Position = UDim2.new(0.0159517843, 0, 0.683365822, 0)
  222. WalkSpeed10UpRight.Size = UDim2.new(0, 132, 0, 42)
  223. WalkSpeed10UpRight.Font = Enum.Font.SourceSans
  224. WalkSpeed10UpRight.Text = "WalkSpeed +10"
  225. WalkSpeed10UpRight.TextColor3 = Color3.new(1, 1, 1)
  226. WalkSpeed10UpRight.TextSize = 25
  227. WalkSpeed10UpRight.TextStrokeColor3 = Color3.new(1, 1, 1)
  228. WalkSpeed10UpRight.TextStrokeTransparency = 0
  229. WalkSpeed10UpRight.MouseButton1Down:connect(function()
  230.     p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed + 10
  231. end)
  232.  
  233. Jumppower10UpLeft.Name = "Jumppower+10UpLeft"
  234. Jumppower10UpLeft.Parent = MainScript
  235. Jumppower10UpLeft.BackgroundColor3 = Color3.new(1, 1, 1)
  236. Jumppower10UpLeft.BackgroundTransparency = 1
  237. Jumppower10UpLeft.Position = UDim2.new(0.558534205, 0, 0.683365822, 0)
  238. Jumppower10UpLeft.Size = UDim2.new(0, 132, 0, 42)
  239. Jumppower10UpLeft.Font = Enum.Font.SourceSans
  240. Jumppower10UpLeft.Text = "Jumppower +10"
  241. Jumppower10UpLeft.TextColor3 = Color3.new(1, 1, 1)
  242. Jumppower10UpLeft.TextSize = 23
  243. Jumppower10UpLeft.TextStrokeColor3 = Color3.new(1, 1, 1)
  244. Jumppower10UpLeft.TextStrokeTransparency = 0
  245. Jumppower10UpLeft.MouseButton1Down:connect(function()
  246.     p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower + 10
  247. end)
  248.  
  249. WalkSpeed10DownRight.Name = "WalkSpeed-10DownRight"
  250. WalkSpeed10DownRight.Parent = MainScript
  251. WalkSpeed10DownRight.BackgroundColor3 = Color3.new(1, 1, 1)
  252. WalkSpeed10DownRight.BackgroundTransparency = 1
  253. WalkSpeed10DownRight.Position = UDim2.new(0.221995741, 0, 0.683365822, 0)
  254. WalkSpeed10DownRight.Size = UDim2.new(0, 132, 0, 42)
  255. WalkSpeed10DownRight.Font = Enum.Font.SourceSans
  256. WalkSpeed10DownRight.Text = "WalkSpeed -10"
  257. WalkSpeed10DownRight.TextColor3 = Color3.new(1, 1, 1)
  258. WalkSpeed10DownRight.TextSize = 25
  259. WalkSpeed10DownRight.TextStrokeColor3 = Color3.new(1, 1, 1)
  260. WalkSpeed10DownRight.TextStrokeTransparency = 0
  261. WalkSpeed10DownRight.MouseButton1Down:connect(function()
  262.     p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed - 10
  263. end)
  264.  
  265. Jumppower10DownLeft.Name = "Jumppower-10DownLeft"
  266. Jumppower10DownLeft.Parent = MainScript
  267. Jumppower10DownLeft.BackgroundColor3 = Color3.new(1, 1, 1)
  268. Jumppower10DownLeft.BackgroundTransparency = 1
  269. Jumppower10DownLeft.Position = UDim2.new(0.801666141, 0, 0.683365822, 0)
  270. Jumppower10DownLeft.Size = UDim2.new(0, 132, 0, 42)
  271. Jumppower10DownLeft.Font = Enum.Font.SourceSans
  272. Jumppower10DownLeft.Text = "Jumppower -10"
  273. Jumppower10DownLeft.TextColor3 = Color3.new(1, 1, 1)
  274. Jumppower10DownLeft.TextSize = 23
  275. Jumppower10DownLeft.TextStrokeColor3 = Color3.new(1, 1, 1)
  276. Jumppower10DownLeft.TextStrokeTransparency = 0
  277. Jumppower10DownLeft.MouseButton1Down:connect(function()
  278.     p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower - 10
  279. end)
  280.  
  281. Bang.Name = "Bang"
  282. Bang.Parent = MainScript
  283. Bang.BackgroundColor3 = Color3.new(1, 1, 1)
  284. Bang.BackgroundTransparency = 1
  285. Bang.Position = UDim2.new(0.801666021, 0, 0.320671529, 0)
  286. Bang.Size = UDim2.new(0, 132, 0, 42)
  287. Bang.Font = Enum.Font.SourceSans
  288. Bang.Text = "Bang!"
  289. Bang.TextColor3 = Color3.new(1, 1, 1)
  290. Bang.TextSize = 30
  291. Bang.TextStrokeColor3 = Color3.new(1, 1, 1)
  292. Bang.TextStrokeTransparency = 0
  293. Bang.MouseButton1Down:connect(function()
  294.     local Victim = UsernamestealCuffBang.Text
  295. local A=Instance.new'Animation'
  296. A.AnimationId='rbxassetid://148840371'
  297. local P=game:GetService'Players'.LocalPlayer
  298. local C=P.Character or P.CharacterAdded:Wait()
  299. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  300. H:Play()
  301. H:AdjustSpeed(2.5)
  302. game:GetService'RunService'.Stepped:Connect(function()
  303.     C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
  304. end)
  305. end)
  306.  
  307. OpenButton.Name = "OpenButton"
  308. OpenButton.Parent = StealCuffgui
  309. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  310. OpenButton.BackgroundTransparency = 1
  311. OpenButton.Position = UDim2.new(0, 0, 0.933753967, 0)
  312. OpenButton.Size = UDim2.new(0, 44, 0, 42)
  313. OpenButton.Image = "rbxassetid://44532707"
  314. OpenButton.MouseButton1Down:connect(function()
  315.     OpenButton.Visible = false
  316.     CloseButton.Visible = true
  317.     MainScript.Visible = true
  318. end)
  319.  
  320. CloseButton.Name = "CloseButton"
  321. CloseButton.Parent = StealCuffgui
  322. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  323. CloseButton.BackgroundTransparency = 1
  324. CloseButton.Position = UDim2.new(0, 0, 0.933753967, 0)
  325. CloseButton.Size = UDim2.new(0, 44, 0, 42)
  326. CloseButton.Visible = false
  327. CloseButton.Image = "rbxassetid://44532699"
  328. CloseButton.MouseButton1Down:connect(function()
  329.     OpenButton.Visible = true
  330.     CloseButton.Visible = false
  331.     MainScript.Visible = false
  332. end)
  333. -- Script Gui
  334. MainScript.Active = true
  335. MainScript.Selectable = true
  336. MainScript.Draggable = true
  337. --End Line...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement