ID:264716
 
Code:
Sequence number FC09 expected but    2 received
Sequence number 7EBA expected but 2 received
Sequence number FC4D expected but 2 received
Sequence number 795C expected but 2 received
Sequence number FCFF expected but 2 received


Problem description:

Not really coding. Its 5 Errors I get and have no clue wtf they are. Can anyone explain to me whats going on here?

Byond Help Forum (Software Problems)
http://www.byond.com/help/forum?forum=1
LSSJ Chris wrote:
Code:
> Sequence number FC09 expected but    2 received
> Sequence number 7EBA expected but 2 received
> Sequence number FC4D expected but 2 received
> Sequence number 795C expected but 2 received
> Sequence number FCFF expected but 2 received
>

Problem description:

Not really coding. Its 5 Errors I get and have no clue wtf they are. Can anyone explain to me whats going on here?

My best guess is that someone's trying to do a packet replay attack on Dream Daemon. On old enough byond versions, a malicious user could do an action in DreamSeeker, record it, and play it back later, even if a verb was hidden or otherwise inaccessible. I think that the sequence message is saying someone tried that but cheating won't work for them.
In response to Skyspark
Skyspark wrote:
On old enough byond versions, a malicious user could do an action in DreamSeeker, record it, and play it back later, even if a verb was hidden or otherwise inaccessible.

Wasn't that Packet Editing? I remember using WPE back when Dreamseeker had it's embedded pager, I used to use it on Mystic journey to have a trail of items constantly dropping behind me for the fun of it. But if someone picked up an item and equipped it the packet changed and would no longer drop, same for if a verb was removed.