Untitled FPS Game DEMO KILL ALL SCRIPT

Created by prokillp

Features:

  • KILL ALL
getgenv().loop = true
while loop do task.wait(10)
local Players = game:GetService("Players")
for _,player in pairs(Players:GetPlayers()) do
    if player ~= Players.LocalPlayer then
task.wait(5)  -- change it to whatever ya feel like or just delete the while loop and getgenv and just execute it (don't forget to remove the end so it could work) it gonna instantly kill every player but it will have 50% to kick you
game:GetService("ReplicatedStorage").Packages.Knit.Services.PvpService.RF.Damage:InvokeServer(player.Character.Humanoid, 100, true)

     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!