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 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.
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.
Ok I got it, BNLS Password is sent during 0x0F
So thanks alot. I GOT IT !!! YAY !!! ;D
Wow. How do you change the auth pass like that?
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.