Valhalla Legends Forums Archive | Battle.net Bot Development | Invalid CDKey error in 0x51

AuthorMessageTime
Ryan Marcus
Ya, it me again. ;)

I seem to be getting an invalid CDKey error from battle.net... I can't seem to figure out why:

Battle.net
[quote]
[pre]
end data (105 bytes).
<0000003B< FF 51 69 00  46 EA D3 58  09 03 01 01  F1 8F 85 81  .Qi.F..X........
<0000004B< 01 00 00 00  00 00 00 00  0D 00 00 00  01 00 00 00  ................
<0000005B< 75 38 90 00  00 00 00 C4  62 E0 56 71  F7 2D 00 4B  u8......b.Vq.-.K
<0000006B< A8 6B 69 47  4D EB F2 9A  71 A0 6F 73  74 61 72 63  .kiGM...q.ostarc
<0000007B< 72 61 66 74  2E 65 78 65  20 30 38 2F  30 37 2F 30  raft.exe 08/07/0
<0000008B< 35 20 31 32  3A 30 36 3A  34 32 20 31  30 39 33 36  5 12:06:42 10936
<0000009B< 33 32 00 4C  75 78 65 72  00                        32.Luxer.

Receive data (9 bytes).
>0000006B> FF 51 09 00  00 02 00 00  00                        .Q.......
[/pre]
[/quote]

BNLS:
[quote]
[pre]
Receive data (47 bytes).
>000000E5> 2F 00 01 01  00 00 00 46  EA D3 58 0D  00 00 00 01  /......F..X.....
>000000F5> 00 00 00 75  38 90 00 00  00 00 00 C4  62 E0 56 71  ...u8.......b.Vq
>00000105> F7 2D 00 4B  A8 6B 69 47  4D EB F2 9A  71 A0 6F    .-.K.kiGM...q.o
[/pre]
[/quote]

If you have the free time, please email your response to me... There seems to be a server problem where posts are sporadically deleted. ryan@marcusfamily.info.

Thanks in advance for any help!
September 29, 2005, 11:24 PM
l2k-Shadow
you're missing a byte there... your value for the DWORD which is supposed to be 0x00000000 is 0xC4000000
September 30, 2005, 1:08 AM
HdxBmx27
Also, all of your Cdkey info is reversed..
EXA:
BNLS Sends: 0x00000001
You Send 0x01000000
Youve done this for all of the dwords...
~-~(HDX)~-~
September 30, 2005, 1:20 AM

Search