Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Lecht on May 26, 2008, 09:56 PM

Title: Diablo 2 Warden
Post by: Lecht on 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.
Title: Re: Diablo 2 Warden
Post by: Newby on May 27, 2008, 01:11 AM
Someone did something similar to this iirc (a database of pre-generated responses so they didn't have to reverse + write their own method). Search around.
Title: Re: Diablo 2 Warden
Post by: iago on May 27, 2008, 11:29 AM
Quote from: Newby on May 27, 2008, 01:11 AM
Someone did something similar to this iirc (a database of pre-generated responses so they didn't have to reverse + write their own method). Search around.
You may be thinking of lockdown.
Title: Re: Diablo 2 Warden
Post by: Barabajagal on May 27, 2008, 01:07 PM
Ya, that would be my big ol CheckRevision response DB. Lecht, might I suggest you determine what requests and responses exist for each module, then decide what to do with it given the information you have. I only made the DB because there was no way I personally was going to solve Lockdown, and there were a large number of static values that were easily determined.