Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: gotcha_ass on January 27, 2003, 07:09 PM

Title: CheckRevision.c
Post by: gotcha_ass on January 27, 2003, 07:09 PM
Does anyone have the CheckRevision.c in VB?? Or know how I could convert it?? It needs to be the one that has the CreatePasswordHash function.

In other words, does someone have the SHA-1 algorithm in Visual Basic??
Title: Re: CheckRevision.c
Post by: gotcha_ass on January 27, 2003, 09:02 PM
ok I found a VB implementation of SHA-1, but Im not sure how well it will work. It says it creates a 160-bit (20-hex-digit) message digest for a given message (String) of any length.  Will this work??

I found it on planetsourcecode.com
Title: Re: CheckRevision.c
Post by: Banana fanna fo fanna on January 28, 2003, 11:33 AM
Bnet uses a modified sha-1 from what I hear.

Check out prolix and port it ;)
Title: Re: CheckRevision.c
Post by: gotcha_ass on January 28, 2003, 03:08 PM
prolix??
Title: Re: CheckRevision.c
Post by: MrRaza on January 28, 2003, 03:12 PM
http://prolix.sourceforge.net/
Title: Re: CheckRevision.c
Post by: gotcha_ass on January 28, 2003, 04:16 PM
well I have the binarybot.dll and the source file from it in VC++ if anything Id rather port that to vb. Only problem is I dont know how to port.
Title: Re: CheckRevision.c
Post by: Mesiah / haiseM on January 28, 2003, 05:45 PM
lol, usually means ull have to reconfigure certain things under a new operating system, as things are run differently. VB is windows only, so never gotta worry bout that.
Title: Re: CheckRevision.c
Post by: gotcha_ass on January 28, 2003, 06:43 PM
screw it, ill jus use the .dll
Title: Re: CheckRevision.c
Post by: Yoni on January 29, 2003, 03:48 AM
QuoteVB is windows only, so never gotta worry bout that.
Yeah, you only have to worry about stuff like people not using your programs because they won't run on their operating system, your code always being inefficient and slower than it could be, and huge dependencies.
Title: Re: CheckRevision.c
Post by: Mesiah / haiseM on January 29, 2003, 07:04 PM
they run fine on my computer, and do everything ill ever need, and id be willing to bet over 80% of everybody who has a computer, has windows, or has had windows longer than theyre current operating system, so poo on them.
Title: Re: CheckRevision.c
Post by: haZe on February 06, 2003, 10:59 AM
binarybot.dll ?