Dialog hack tool
#1

Hi guys,
Last night some dickless nerd attacked my server with some strange hack,

Quote:

[22:11:03] Warning: PlayerDialogResponse PlayerId: 0 dialog ID doesn't match last sent dialog ID
[22:11:03] Warning: PlayerDialogResponse PlayerId: 0 dialog ID doesn't match last sent dialog ID
[22:11:03] Warning: PlayerDialogResponse PlayerId: 0 dialog ID doesn't match last sent dialog ID
[22:11:03] Warning: PlayerDialogResponse PlayerId: 0 dialog ID doesn't match last sent dialog ID
[22:11:03] Warning: PlayerDialogResponse PlayerId: 0 dialog ID doesn't match last sent dialog ID
[22:11:03] Warning: PlayerDialogResponse PlayerId: 0 dialog ID doesn't match last sent dialog ID
[22:11:03] Warning: PlayerDialogResponse PlayerId: 0 dialog ID doesn't match last sent dialog ID
[22:11:03] Warning: PlayerDialogResponse PlayerId: 0 dialog ID doesn't match last sent dialog ID

I have banned him but I dont know how to detect this.
Is there any good solution for this problem?
Reply
#2

pawn Код:
if(!IsNull(inputtext))
    {
        if(strfind(inputtext, "%s", true) != -1)
        {
            Kick(playerid);
            return 1;
        }
    }
Reply
#3

Quote:
Originally Posted by Mado
Посмотреть сообщение
pawn Код:
if(!IsNull(inputtext))
    {
        if(strfind(inputtext, "%s", true) != -1)
        {
            Kick(playerid);
            return 1;
        }
    }
Thx for suggestion, did you tested this code?
Reply
#4

Quote:
Originally Posted by Unknownich
Посмотреть сообщение
Thx for suggestion, did you tested this code?
Also i tested it not, but i think it should working.
Reply
#5

That doesn't seem like that should work. That just detects %s when the inputtext is not null.

AFAIK you can not detect this. just like external RCON connections failing to login
Reply
#6

Quote:
Originally Posted by Unknownich
Посмотреть сообщение
Thx for suggestion, did you tested this code?
Yes I did and it works for me. I use this code on my own script, but then with some additional stuff (admins receive a warning, etc).
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)