• Welcome to Valhalla Legends Archive.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Lecht

#1
Battle.net Bot Development / Diablo 2 Warden
May 26, 2008, 09:56 PM
Anyone with experience know how viable it would be to cache decrypted checks/responses/modules in an sql database? I'm assuming that warden responses are native to each module. Thanks for any input anyone can provide.
#2
Maybe it's a crc32 checksum?
#3
Does anyone know if the checksum is generated within the warden module?
#4
I'm working on an isolated client solution to respond to warden packets. I'm wondering if anyone else besides Ringo have become successful with it.  I understand it's not the best solution but it's all I have at the moment. Will I be able to respond to multiple bot's warden checks on the fly? Should I connect the isolated client to battlenet or is a private server just fine? If it is possible to respond to the warden checks on the fly, do I need to just overwrite the current gamehash in memory, or do I need to call a specific function in d2 passing the gamehash as one of those parameters?

Thanks for any and all help/advice you guys can provide.