Valhalla Legends Forums Archive | Battle.net Bot Development | 0x51 Received with Bad Version.

AuthorMessageTime
Godzilla
i am receiving 0x51 and its telling me i have an invalid game version. when i use EXEInfo:
[code]Dim EXEVersion as Integer
EXEVersion = MBNCSUtil.CheckRevision.GetExeInfo(Files(0), EXEInfo)
[/code]
where Files(0) is C:/Program Files/Warcraft III/war3.exe

this EXEVersion is equal to 65557 and it seems to be invalid.
this is what bnet sends me back:

[code]ff 51  09 00 01 01 00 00 00      .a.(...Q ....... [/code]
which is 0x101 (invalid game version)
March 28, 2007, 1:35 AM
l2k-Shadow
and your warcraft 3 is updated to the latest version?
March 28, 2007, 1:38 AM
Godzilla
Yes.
March 28, 2007, 1:56 AM
HdxBmx27
Give a full log, and your bncsutil is the latest?
~Hdx
March 28, 2007, 3:00 AM
Godzilla
[code][SENT 0x50]:

0000  00 09 5b cd 8a 38 00 0c 6e 99 1a 1b 08 00 45 00  ..[..8..n.....E.
0010  00 60 b4 d9 40 00 80 06 f1 b7 c0 a8 00 02 3f f1  .`..@.........?.
0020  53 6b 07 5c 17 e0 68 33 d4 da d0 3e 67 7c 50 18  Sk.\..h3...>g|P.
0030  ff ff 13 85 00 00 01 ff 50 37 00 00 00 00 00 36  ........P7.....6
0040  38 58 49 33 52 41 57 15 00 00 00 00 00 00 00 00  8XI3RAW.........
0050  00 00 00 00 00 00 00 00 00 00 00 00 55 53 41 00  ............USA.
0060  55 6e 69 74 65 64 20 53 74 61 74 65 73 00        United States.

[RECEIVED 0x25]:
0000  00 0c 6e 99 1a 1b 00 09 5b cd 8a 38 08 00 45 90  ..n.....[..8..E.
0010  00 30 3f 1b 00 00 75 06 b2 16 3f f1 53 6b c0 a8  .0?...u...?.Sk..
0020  00 02 17 e0 07 5c d0 3e 67 7c 68 33 d5 12 50 18  .....\.>g|h3..P.
0030  ff c7 63 95 00 00 ff 25 08 00 03 f3 59 0a        ..c....%....Y.

[RECEIVED 0x50]:
                        ff 50  e8 00 02 00 00 00 2a 3d  ..M....P ......*=
0040  a0 b8 a0 f8 48 00 00 20  58 7d 99 cb c6 01 76 65  ....H..  X}....ve
0050  72 2d 49 58 38 36 2d 32  2e 6d 70 71 00 41 3d 32  r-IX86-2 .mpq.A=2
0060  32 33 38 34 33 33 35 31  38 20 42 3d 32 39 33 32  23843351 8 B=2932
0070  31 30 36 39 35 37 20 43  3d 33 31 39 31 35 31 34  106957 C =3191514
0080  36 33 33 20 34 20 41 3d  41 5e 53 20 42 3d 42 2b  633 4 A= A^S B=B+
0090  43 20 43 3d 43 5e 41 20  41 3d 41 5e 42 00 a2 e7  C C=C^A  A=A^B...
00a0  cd 9c d9 07 f4 0b 2b 4d  2e e0 7f 3f 44 cf a2 5f  ......+M ...?D.._
00b0  59 08 b1 65 a8 11 33 c9  ca af 38 9c c9 77 ef b4  Y..e..3. ..8..w..
00c0  13 ca 1d f1 62 ff e7 70  ff 5d 4e 0e e4 f8 6e 41  ....b..p .]N...nA
00d0  86 24 47 01 2a 64 cf 85  7b 68 83 89 71 4a 6f b9  .$G.*d.. {h..qJo.
00e0  6d 00 3e 6e fb ce 1e d7  29 5b cc 3f bc ad a1 7d  m.>n.... )[.?...}
00f0  fb f8 5b d7 f7 72 24 ec  d9 1b 84 47 3a 4c c5 7e  ..[..r$. ...G:L.~
0100  1b 2a 63 62 69 6c 45 95  90 cc 5b 20 f8 0a 8b 38  .*cbilE. ..[ ...8
0110  37 e9 07 c4 6d b4 0d 41  56 18 ad ad fd 68        7...m..A V....h 

[SENT 0x51]:
0030                    ff 51  64 00 d4 6f ea 02 15 00  .......Q d..o....
0040  01 00 00 00 00 00 01 00  00 00 00 00 00 00 1a 00  ........ ........
0050  00 00 0e 00 00 00 0a 66  70 00 44 aa de 9a 4a d0  .......f p.D...J.
0060  af e2 9a 40 d7 c8 f6 bf  df d2 f4 ab 49 0a 77 61  ...@.... ....I.wa
0070  72 33 2e 65 78 65 20 31  32 2f 32 38 36 20 32 30  r3.exe 1 2/286 20
0080  3a 33 35 3a 32 31 20 31  35 37 32 33 30 37 00 47  :35:21 1 572307.G
0090  6f 64 7a 69 6c 6c 61 00                            odzilla. 

[RECEIVED 0x51]:
ff 51  09 00 01 01 00 00 00      .Q .......
[/code]

I am using this MBNCSUtil
March 28, 2007, 3:32 AM
HdxBmx27
I said full log dammet.
~Hdx
March 28, 2007, 3:37 AM
l2k-Shadow
You're sending 0 for your hash files checksum, may want to debug your call to CheckRevision()
March 28, 2007, 3:55 AM
Godzilla
Solved that part because my ValueString was bad.
I might still have another problem though, ill come back an modify this if i do.

oh and, I just received Invalid CD Key for using my own VALID key... am i banned for 2 weeks now?.. wow gay.
March 28, 2007, 4:07 AM
dRAgoN
[quote author=Godzilla link=topic=16552.msg167352#msg167352 date=1175054826]
Solved that part because my ValueString was bad.
I might still have another problem though, ill come back an modify this if i do.

oh and, I just received Invalid CD Key for using my own VALID key... am i banned for 2 weeks now?.. wow gay.
[/quote]
Shouldent be 2 weeks lol maybe 2 hours.
March 28, 2007, 6:21 AM
l2k-Shadow
[quote author=l)ragon link=topic=16552.msg167359#msg167359 date=1175062878]
[quote author=Godzilla link=topic=16552.msg167352#msg167352 date=1175054826]
Solved that part because my ValueString was bad.
I might still have another problem though, ill come back an modify this if i do.

oh and, I just received Invalid CD Key for using my own VALID key... am i banned for 2 weeks now?.. wow gay.
[/quote]
Shouldent be 2 weeks lol maybe 2 hours.
[/quote]

i've been ipbanned for 5-6 days after messing up sending the key in 0x51 =/
March 28, 2007, 6:28 AM
Baroness
Isn't that the same l2k-Shadow that paid someone to program "ShadowOps" or "l2uthlessOps" (whatever bot it was)
March 28, 2007, 3:07 PM
l2k-Shadow
that would be incorrect. I programmed l2uthless Ops nearly 3 years ago.
March 28, 2007, 3:21 PM
BreW
I heard that his father made the first version for him
March 28, 2007, 9:02 PM
Godzilla
[quote author=l)ragon link=topic=16552.msg167359#msg167359 date=1175062878]
Shouldent be 2 weeks lol maybe 2 hours.
[/quote]
no it's actually 2 weeks. its on the battle.net forum sticky.
March 28, 2007, 10:08 PM
l2k-Shadow
[quote author=brew link=topic=16552.msg167386#msg167386 date=1175115733]
I heard that his father made the first version for him
[/quote]

Seeing as my father is a doctor and completely computer illiterate, I don't see how that is possible.
March 28, 2007, 10:54 PM
BreW
[quote author=l2k-Shadow link=topic=16552.msg167392#msg167392 date=1175122444]
[quote author=brew link=topic=16552.msg167386#msg167386 date=1175115733]
I heard that his father made the first version for him
[/quote]

Seeing as my father is a doctor and completely computer illiterate, I don't see how that is possible.
[/quote]
There was this old quote of you saying "my dad made ruthless", it's included with e2's quote list
March 29, 2007, 1:26 AM
l2k-Shadow
and the proof of this "quote" being authentic is where?
March 29, 2007, 6:03 AM
rabbit
e2 was Joe's sad attempt at mimicking e1.  e2 wasn't even a real clan.  How can something that's never existing have a list of quotes?  What are you smoking, brew?
March 29, 2007, 1:47 PM
l2k-Shadow
[quote author=rabbit link=topic=16552.msg167408#msg167408 date=1175176059]
e2 was Joe's sad attempt at mimicking e1.  e2 wasn't even a real clan.  How can something that's never existing have a list of quotes?  What are you smoking, brew?
[/quote]

e2's a chat bot.
March 29, 2007, 2:44 PM
rabbit
That's what they want you to think.
March 29, 2007, 6:54 PM
BreW
...it is. Sorry, rabbit, for not clarifing what this "e2" i was refering to is. @Shadow, there is no proof of it being authentic. However quotes are usually made quotes because of something funny that the person being quoted said (and are usually real xor out of context if part of a bigger conversation)
March 29, 2007, 7:30 PM
Spilled[DW]
[quote author=brew link=topic=16552.msg167386#msg167386 date=1175115733]
I heard that his father made the first version for him
[/quote]

Brew and Baroness, what the hell does that have to do with this topic? Godzilla, Please provide some coding if you want us to help you with your invalid key response.
March 30, 2007, 1:48 PM
Baroness
I have already gave him information on how to fix the problem in 2 other threads he started dealing with the same issue.

@Shadow - You're an ignorant fool.  You can't code.  Period.

@Spilled - Who the fuck are you?
April 10, 2007, 12:53 PM
l2k-Shadow
[quote author=Baroness link=topic=16552.msg167783#msg167783 date=1176209628]
I have already gave him information on how to fix the problem in 2 other threads he started dealing with the same issue.

@Shadow - You're an ignorant fool.  You can't code.  Period.

@Spilled - Who the fuck are you?
[/quote]

I believe I already proved my abilities in the last 500 posts, including a feature article on gosugamers.net, so the real question is who the FUCK are YOU?
April 11, 2007, 4:35 AM
JoeTheOdd
For the record, e2 was Warrior's sad attempt at mimicing e1.
April 11, 2007, 4:58 AM
Baroness
[quote author=l2k-Shadow link=topic=16552.msg167800#msg167800 date=1176266102]
[quote author=Baroness link=topic=16552.msg167783#msg167783 date=1176209628]
I have already gave him information on how to fix the problem in 2 other threads he started dealing with the same issue.

@Shadow - You're an ignorant fool.  You can't code.  Period.

@Spilled - Who the fuck are you?
[/quote]

I believe I already proved my abilities in the last 500 posts, including a feature article on gosugamers.net, so the real question is who the FUCK are YOU?
[/quote]

You havn't really proved shit to me.  Let me ask questions because on forums it allows you to gather the information before posting.  Shut your fucking mouth please.

Who the fuck am I?  Lol kids.
April 11, 2007, 6:13 AM
MyStiCaL
everyone shhh kthx all these post will be deleted im sure by a mod, lets get back on topic here kiddos.
April 11, 2007, 7:29 AM

Search