Someone is attacking!
#1

Hello there, someone is attacking to my server so badly, I don't know how to explain this but I'll try, not perfect with english language, so sorry.


Let's say 70 users are online, and we've a guy that gonna attack. When he starts attacking it says those whole 70 players are killing that attacker guy non-stop. It keeps happening, like he gets killed 5155151 times in a second. Which makes huge lag to my server. What to do? Check the pictures.



Reply
#2

ban him.
Reply
#3

Already banned, but he keeps restarting his modem and coming back, what If I b offline?
Reply
#4

range ban. (search)
Reply
#5

Go Fast Permant Ban or Try IpBan or just shutdown the server.
Reply
#6

whats this :S:S
Reply
#7

? Well if you have volt-host go to your cpanel and shut your server down.. If you are ADMIN permant ban him or ipban
Reply
#8

I'm looking for a solution to block these attacks, ofc I know how to shut down the server, point is not to shut it down.
Reply
#9

I didn't check, but this might help:

pawn Код:
public OnPlayerDeath(playerid, killerid, reason) {
    static last_death_time[MAX_PLAYERS];
    new t = gettime();
    if(t == last_death_time[playerid]) {
        print("Second death in same second, suspicious");
        Ban(playerid);
    } else last_death_time[playerid] = t;
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)