"PlayerDialogResponse crash exploit from PlayerId"
#1

Please, help!

I get a lot of messages in the log:


Warning: PlayerDialogResponse crash exploit from PlayerId: 122
Warning: PlayerDialogResponse crash exploit from PlayerId: 122
Warning: PlayerDialogResponse crash exploit from PlayerId: 122
...


For the second appears in the log about 1000 such reports, and its size is huge. After the server is crash.
Please, help. I have never found a description of the problem.

P.S. Sorry for my bad English.
Reply
#2

Epic I have searched On ****** but i can Online Found your post
anyone else never had this kind of Proble,
Post your Script's OnDialogResponse!
Reply
#3

Warning: PlayerDialogResponse crash exploit from PlayerId: 122

Player tries to crash your gamemode by spamming the dialog
Reply
#4

Quote:
Originally Posted by D3XT3R
View Post
Epic I have searched On ****** but i can Online Found your post
anyone else never had this kind of Proble,
Post your Script's OnDialogResponse!
OnDialogResponse in my script has a very big size. It does not matter. This callback is not called then I have this problem.

Quote:
Originally Posted by jotan.
View Post
Warning: PlayerDialogResponse crash exploit from PlayerId: 122

Player tries to crash your gamemode by spamming the dialog
How I can fix it?
Reply
#5

up!

bug still active

can not be fixed from gamemode - OnDialogResponse not triggered

wtf? sa-mp can detect this, and report to log, but no protection available.

other reports from the same DoS tool include:
PlayerDialogResponse PlayerId: 1 dialog ID doesn't match last sent dialog ID
&
Packet was modified, sent by id: 1, ip: 127.0.0.1:50454

Add:
Network traffic counting (via GetPlayerNetworkStats) does not work in this case.
Reply
#6

Nah nah, Y_Less that's not related to script i read about that crashing cheat, same exploit happened to me.
When you use "%s" "%f" or any specifier in dialog your server log gets spammed with it, and then it leads to crash..
to avoid it,

Restrict usage of "%" by using string find function.
pawn Code:
if(strfind(inputtext,"%",true) != -1)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)