Prison Life | LOOP KILL ALL

MADE BY Activities12

FEATURES:

  • TARGETTED PEOPLE
  • KILL ALL

SCRIPTS: [2]

KILL ALL:

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)

TARGETTED PERSON:

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

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!