Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: CrAz3D on July 07, 2003, 11:14 PM

Title: War3 Login Sequence
Post by: CrAz3D on July 07, 2003, 11:14 PM
Has anyone, that will help me, created a war3, maybe even war3xp, logon sequence?
Title: Re:War3 Login Sequence
Post by: Dark-Feanor on July 07, 2003, 11:49 PM
You have to learn ASM and figure out how to hash the files before you create a log in sequence.
Title: Re:War3 Login Sequence
Post by: Camel on July 08, 2003, 12:29 AM
Well 0x50 is pretty straightforward, and next comes 0x51. I've not seen a W3XP login as of yet, but I think it would be safe to assume it's the same idea as D2XP (ie, D2DV: D2XP:: WAR3: W3XP). You'll have to figgure out how to decode a cd key of length 26 or use BNLS.
Title: Re:War3 Login Sequence
Post by: OriOn on July 08, 2003, 10:37 AM
The check revision hasnt change.
The new Decode algorithm used by bnet for war3 isnt very hard to code. (just 3 lignes of calcul)
They have change the hash methods too but some minor changes regarding the hashing method in bw. Now they use 7 values in the hash with 5 about the cdkey.
I am working on the login/password sequence now (FF53 etc...).
Title: Re:War3 Login Sequence
Post by: UserLoser on July 08, 2003, 11:01 AM
Care to share your decode function? C++/VB, doesn't matter.
Title: Re:War3 Login Sequence
Post by: Camel on July 08, 2003, 05:34 PM
Yeah man, I'll be giving you positive karma for weeks if you feel like sharing. =P
Title: Re:War3 Login Sequence
Post by: OriOn on July 08, 2003, 07:33 PM
I will share when my login sequence will be complete :)
Title: Re:War3 Login Sequence
Post by: DarkMinion on July 09, 2003, 11:39 AM
*roasts St0rm again*
Title: Re:War3 Login Sequence
Post by: Camel on July 09, 2003, 01:56 PM
Quote from: St0rm.iD on July 09, 2003, 09:19 AM
Quote from: Camel on July 08, 2003, 05:34 PM
Yeah man, I'll be giving you positive karma for weeks if you feel like sharing. =P

Fuck you.

Or in your case st0rm, negative karma. :)
-1 to St0rm.
Title: Re:War3 Login Sequence
Post by: Dark-Feanor on July 30, 2003, 12:08 PM
Just use BNLS to hash the cd key and password, dont sit around waiting for Orian to do it for you
Title: Re:War3 Login Sequence
Post by: Soul Taker on July 30, 2003, 12:09 PM
Note I didn't say I do not support War3 via BNLS.
Title: Re:War3 Login Sequence
Post by: CrAz3D on August 02, 2003, 03:30 PM
Hmm, I guess so.  What I guess, that I don't know.  I'll tyr just using the BNLS.  Thnx