Prison Life (Cars Fixed!) Script | SUPER FUN KILL ALL PLAYERS/PLAYER

Png-6-14-300x169-1.png

Created by Activities12

Features:

  • KILL ALL PLAYERS
spawn(function()
    while wait(0.1) do
        for i, v in next, game:GetService("Players"):GetChildren() do
            pcall(function()
                if v~= game:GetService("Players").LocalPlayer and not v.Character:FindFirstChildOfClass("ForceField") and v.Character.Humanoid.Health > 0 then
                    while v.Character:WaitForChild("Humanoid").Health > 0 do
                        wait();
                        game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame;
                        for x, c in next, game:GetService("Players"):GetChildren() do
                            if c ~= game:GetService("Players").LocalPlayer then game.ReplicatedStorage.meleeEvent:FireServer(c) end
                        end
                    end
                end
            end)
            wait()
        end
   end
end)
  • KILL SELECTED PLAYER
if not game:GetService("CoreGui"):FindFirstChild("__toK") then
   
   local it = Instance.new("TextBox")
   it.Parent = game:GetService("CoreGui")
   it.Name = "__toK"
   it.Text = "NAMEHERE"
end

local function updateKiller(INPUT, gameProcessed)
   if INPUT.UserInputType == Enum.UserInputType.MouseButton1 then
       local target = game:GetService("Players").LocalPlayer:GetMouse().Target
       if target.Parent:FindFirstChild("Humanoid") then
           print("NEW TARGET: ", target.Parent.Name)
           game:GetService("CoreGui")["__toK"].Text = target.Parent.Name
       else if target.Parent.Parent:FindFirstChild("Humanoid")  then
           print("NEW TARGET: ", target.Parent.Parent.Name)
           game:GetService("CoreGui")["__toK"].Text = target.Parent.Parent.Name
       end end
   end
end

game:GetService("UserInputService").InputBegan:connect(updateKiller)

while wait() do
   pcall(function()
       for i,v in next, game:GetService("Players"):GetChildren() do
           if v.Name == game:GetService("CoreGui")["__toK"].Text then
               while v.Name == game:GetService("CoreGui")["__toK"].Text do
                   game:GetService("ReplicatedStorage").meleeEvent:FireServer(v); wait()
               end
           end
       end
   end)
end

ENJOY!

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

ENJOY!

 

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

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us arpong[email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ