Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: snowstorm on April 10, 2005, 09:53 PM

Title: 0x51
Post by: snowstorm on April 10, 2005, 09:53 PM
Hey,
I was attempting to use iago's CheckRevision class to get the hashes of the exe files as explained by bnet docs (thanks for the class btw), but I wasn't sure which files to add to this array:
(I'm attempting to do it with diablo 2)

       String[] files = { "I:\Program Files\Diablo II\Diablo II.exe",
                           "/home/iago/Projects/Java/bot/storm.dll",
                           "/home/iago/Projects/Java/bot/battle.snp" } ;
Title: Re: 0x51
Post by: Hdx on April 10, 2005, 10:10 PM
Guessing your using D2, and there in the defult dir. Use:
String[] files = {"C:\Program Files\Diablo II\Game.exe",
"C:\Program Files\Diablo II\Bnclient.dll",
"C:\Program Files\Diablo II\D2Client.dll"}

~-~(HDX)~-~