Military War Tycoon Script | KILL ALL SEPTEMBER 2023
function getNil(name,class) for _,v in next, getnilinstances() do if v.ClassName==class and v.Name==name then return v;end end end
getgenv().JoinOnExecute = true
if JoinOnExecute then
if game.PlaceId ~= 31490825 then
warn("Youre not in the correcting game teleporting in 5 seconds...")
wait(5)
local tps = game:GetService("TeleportService")
tps:Teleport(game.Players.LocalPlayer, 31490825)
end
print("Youre in the correct game!")
end
function kill(plr)
local args = {
[1] = {
["shellSpeed"] = 999999999,
["localShellName"] = "Invisible",
["origin"] = Vector3.new(-1650.09033203125, 415.11865234375, -243.0706329345703),
["weaponName"] = "G19X",
["shellType"] = "Bullet",
["shellMaxDist"] = 999999999,
["filterDescendants"] = {
[1] = workspace:WaitForChild("ezgak10948DIO"),
[2] = getNil("Viewmodel", "Model")
}
},
[2] = game:GetService("Players"):WaitForChild(tostring(plr)).Character.Humanoid,
[3] = 92.51866149902344,
[4] = 1
}
game:GetService("ReplicatedStorage"):WaitForChild("ACS_Engine"):WaitForChild("Events"):WaitForChild("Damage"):InvokeServer(unpack(args))
end
for i,v in pairs(game.Players:GetChildren()) do
if v.Name == game.Players.LocalPlayer.Name then
continue
end
for x=1, 5 do
kill(v.Name)
end
end