Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: ChR0NiC on November 16, 2003, 05:03 PM

Title: Is this the BNLS Password and Server Code??
Post by: ChR0NiC on November 16, 2003, 05:03 PM
Public Function BNLSChecksum(ByVal password As String, ByVal ServerCode As Long) As Long
   BNLSChecksum = CRC32(password & Right("0000000" & hex(ServerCode), 8))
End Function

If that is, what part is the password???
Title: What do you mean?
Post by: Kp on November 16, 2003, 05:28 PM
Quote from: ChR0NiC on November 16, 2003, 05:03 PM
Public Function BNLSChecksum(ByVal password As String, ByVal ServerCode As Long) As Long
   BNLSChecksum = CRC32(password & Right("0000000" & hex(ServerCode), 8))
End Function

If that is, what part is the password???
The password is the variable named password.  It's picked by you and stored in the BNLS database.
Title: Re:Is this the BNLS Password and Server Code??
Post by: ChR0NiC on November 16, 2003, 05:31 PM
huh????? Well I have a BNLS Login but I want to program the login into the bot cuz the connection part of this belongs to UserLoser and it no longer connects.
Title: Re:Is this the BNLS Password and Server Code??
Post by: ChR0NiC on November 16, 2003, 06:03 PM
Ok I got it, BNLS Password is sent during 0x0F
So thanks alot. I GOT IT !!! YAY !!!  ;D
Title: Re:Is this the BNLS Password and Server Code??
Post by: PaiD on November 16, 2003, 08:56 PM
Wow. How do you change the auth pass like that?
Title: Re:Is this the BNLS Password and Server Code??
Post by: Spht on November 16, 2003, 09:02 PM
Quote from: MoNeY on November 16, 2003, 08:56 PM
Wow. How do you change the auth pass like that?

It can be done through Botnet if you have a bot-author account to your BNLS registration.