CS Prison Life Script | AUTO ARREST, INSTANT PROMPT, REMOVE DAMAGE

[ad_1]

Created by CJStylesOrg

Features:

  • AUTO ARREST (PLEASE READ BELOW ON WHAT WILL HAPPEN SOMETIMES)
    • – Sometimes your Character will be stuck when trying to go into the vehicle seat. (fix for this is to equip and unequip your Handcuffs)
    • – Sometimes in between Auto-Arrest it will do nothing. (something to do with something not existing, just re-execute or serverhop)
  • WHAT THIS AUTO-ARREST DOES:
  • – Uses the Swat Vehicle to teleport to Criminals and Arrests them as a bypass for the Anti-Teleport
  • – Hides at the side of the prison building after Arresting for safety measures incase the criminals tries to kill you after you arrest their mates
  • – Tells you information about what it’s attempting to do, If arrested someone, If you’re not in the Guard team, If there’s no more criminals etc etc
loadstring(game:HttpGet('https://raw.githubusercontent.com/CJStyles123/CSPrisonLife/main/AutoArrest.lua'))()
  • INSTANT PROMPT (EASILY ARREST PEOPLE IN A SINGLE CLICK AND MORE)
  • – Toggle it on/off with true or false on the first line of the script 
getgenv().InstantPrompt = true

game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(prompt)
if getgenv().InstantPrompt then
fireproximityprompt(prompt)
end
end)
  • REMOVE DAMAGE PARTS (WHEN DOOR CLOSES, PRISON FENCE, LASERS AND MORE)
  • Sometimes you die when you go into the criminal base with this script, Not sure what it is or if it’s Raycast!
-- // Remove Damage Parts (Criminal Base, Prison, Doors closing on you etc...)
for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v.Name:find("Kill") or v.Name:find("damage") or v.Name:find("laser") and v:IsA("Part") then
v:Destroy()
end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

[ad_2]