• Welcome to Valhalla Legends Archive.
 

BNLS Question

Started by gotcha_ass, January 26, 2003, 11:17 AM

Previous topic - Next topic

gotcha_ass

Is the BNLS protocol the exact same as Bnet?? Like if I make a bot that will login to BNLS, will it also login to Bnet?? If not wats the difference??

DeSigN

#1
BNLS is a server that you send data to then it forwards it to battle net hashed and reterns data to you, BNLS is used for hashles bots and has war3, i dont know if its easyer but i make my bots binary and that seems easy enough for me  ;D

gotcha_ass

#2
How do you make your bots binary, thats what I am tryin to do. Make a bot that will login to Bnet w/out BG3 and be able to enter private channels. But will BNLS do the same, if so how do you use it after you get the data returned??

celluloid

#3
check the BNLS protocol spec @ http://botdev.valhallalegends.com

BNLS basiclly just does the hashing/cdkey check for you instead of doing it locally (also makes it easyer to program binary bots (somewhat))

gotcha_ass

#4
so I can program my bot to log into BNLS hash my data, check my version, then save it and use it to log into Bnet??

If so that would help so much. Until I get the password hasher converted to VB.