• Welcome to Valhalla Legends Archive.
 

Is this the BNLS Password and Server Code??

Started by ChR0NiC, November 16, 2003, 05:03 PM

Previous topic - Next topic

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???

Kp

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.
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

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.

ChR0NiC

Ok I got it, BNLS Password is sent during 0x0F
So thanks alot. I GOT IT !!! YAY !!!  ;D

PaiD

Wow. How do you change the auth pass like that?

Spht

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.