Valhalla Legends Forums Archive | Battle.net Bot Development | Is this the BNLS Password and Server Code??

AuthorMessageTime
ChR0NiC
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???
November 16, 2003, 11:03 PM
Kp
[quote author=ChR0NiC link=board=17;threadid=3654;start=0#msg29582 date=1069023827]
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???[/quote]The password is the variable named password. It's picked by you and stored in the BNLS database.
November 16, 2003, 11:28 PM
ChR0NiC
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.
November 16, 2003, 11:31 PM
ChR0NiC
Ok I got it, BNLS Password is sent during 0x0F
So thanks alot. I GOT IT !!! YAY !!! ;D
November 17, 2003, 12:03 AM
PaiD
Wow. How do you change the auth pass like that?
November 17, 2003, 2:56 AM
Spht
[quote author=MoNeY link=board=17;threadid=3654;start=0#msg29639 date=1069037780]
Wow. How do you change the auth pass like that?
[/quote]

It can be done through Botnet if you have a bot-author account to your BNLS registration.
November 17, 2003, 3:02 AM

Search