Valhalla Legends Forums Archive | Spht's Forum | [SBv3] 0x4A Unrecgonized

AuthorMessageTime
JoeTheOdd
[code][15:55:32] Unrecognized BNCS packet SID_004A received:
0000:  49 58 38 36 45 78 74 72 61 57 6F 72 6B 2E 6D 70  IX86ExtraWork.mp
0010:  71 00                                            q.[/code]

SID_EXTRAWORK, I believe.
May 4, 2005, 10:00 PM
Xenoc1de
I am getting the same thing, right after cd-key check pass

[code]
[17:03:02] Passed version and CD-key check!
[17:03:02] Unrecognized BNCS packet SID_004A received:
0000:  49 58 38 36 45 78 74 72 61 57 6F 72 6B 2E 6D 70  IX86ExtraWork.mp
0010:  71 00                                            q.
[/code]
May 4, 2005, 10:39 PM
Quarantine
afaik, doesn't battle.net send this once in a while?
May 5, 2005, 1:17 AM
UserLoser.
It's unrecognized because the bot doesn't handle it.   Handling it would suck in a user friendly bot as it would have to pause the logon process, download the file then execute and reply before logging in.  The bot will automatically begin the actual account logon part after it received a successful version/cdkey check.  Ok, well, Battle.net sends you cdkey/version success response, the bot then begins logon part right away, but wait, Battle.net now is sending extrawork request.  It's too late for the bot to reply since it's already logging in and you must download the file and reply before logging in.  Therefore, useless.
May 5, 2005, 3:37 AM
Myndfyr
[quote author=UserLoser link=topic=11489.msg111116#msg111116 date=1115264239]
It's unrecognized because the bot doesn't handle it.   Handling it would suck in a user friendly bot as it would have to pause the logon process, download the file then execute and reply before logging in.  The bot will automatically begin the actual account logon part after it received a successful version/cdkey check.  Ok, well, Battle.net sends you cdkey/version success response, the bot then begins logon part right away, but wait, Battle.net now is sending extrawork request.  It's too late for the bot to reply since it's already logging in and you must download the file and reply before logging in.  Therefore, useless.
[/quote]

How about just handling it by saying to the user "Battle.net is requesting (but not requiring) client work validation." ?

Some user-friendly bot it is if it dumps hex data to the screen for the user to look at blankly.  :P
May 5, 2005, 6:31 AM
UserLoser.
[quote author=MyndFyre link=topic=11489.msg111132#msg111132 date=1115274678]
[quote author=UserLoser link=topic=11489.msg111116#msg111116 date=1115264239]
It's unrecognized because the bot doesn't handle it.   Handling it would suck in a user friendly bot as it would have to pause the logon process, download the file then execute and reply before logging in.  The bot will automatically begin the actual account logon part after it received a successful version/cdkey check.  Ok, well, Battle.net sends you cdkey/version success response, the bot then begins logon part right away, but wait, Battle.net now is sending extrawork request.  It's too late for the bot to reply since it's already logging in and you must download the file and reply before logging in.  Therefore, useless.
[/quote]

How about just handling it by saying to the user "Battle.net is requesting (but not requiring) client work validation." ?

Some user-friendly bot it is if it dumps hex data to the screen for the user to look at blankly.  :P
[/quote]

Nothing I could do about that, only if I were to write a simple small little plugin... Anyways, this *should* filter it: KillExtraWork plugin
May 5, 2005, 11:48 AM
JoeTheOdd
CheckBoxes are your friend.

[code][ ] Show unhandled packets[/code]
May 5, 2005, 8:58 PM
Myndfyr
[quote author=Joe[x86] link=topic=11489.msg111182#msg111182 date=1115326728]
CheckBoxes are your friend.

[code][ ] Show unhandled packets[/code]
[/quote]

And I suppose that the average idiot user knows what an unhandled packet is?
May 6, 2005, 12:13 AM
JoeTheOdd
Defaults are your friend.

[code] [X] Ignore unhandled packets (leave this on if you don't know what it means)[/code]
May 6, 2005, 2:58 AM
Quarantine
[code]
[X] Get over it.
[/code]
May 6, 2005, 3:29 AM
Myndfyr
[quote author=Joe[x86] link=topic=11489.msg111243#msg111243 date=1115348301]
Defaults are your friend.

[code] [X] Ignore unhandled packets (leave this on if you don't know what it means)[/code]
[/quote]

Are any of these options that you describe already in SphtBotV3, Joe?

I really don't use it, so I don't know.  I assume they are not; otherwise we wouldn't be having this discussion.

And even that isn't the point.  0x4a is known; we understand what it does, and have a pretty good guess as to why it's done.  It should be handled, even if it displays, as I suggested, "Battle.net is asking for, but not requiring, extra client validation."

Just because you don't mimic the client 100% doesn't mean that you can't just act as if that particular message is handled.
May 6, 2005, 9:17 AM
JoeTheOdd
What I'm poking at is it shouldn't be shown as unknown. It should be displayed as you said, or actually parsed and executed (how hard would this be? I've never done it).
May 6, 2005, 11:23 PM
LW-Falcon
Does that message bother so you much?
May 7, 2005, 4:01 AM
Quarantine
God, use the plugin and get over it. Christ.
May 7, 2005, 3:35 PM
JoeTheOdd
BCEL.dll failed to load. Okay, lets have another discussion!
May 15, 2005, 8:19 AM

Search