Valhalla Legends Forums Archive | Battle.net Bot Development | 0x51

AuthorMessageTime
snowstorm
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)
[code]
      String[] files = { "I:\Program Files\Diablo II\Diablo II.exe",
                          "/home/iago/Projects/Java/bot/storm.dll",
                          "/home/iago/Projects/Java/bot/battle.snp" } ;
[/code]
April 11, 2005, 2:53 AM
HdxBmx27
Guessing your using D2, and there in the defult dir. Use:
[code]String[] files = {"C:\Program Files\Diablo II\Game.exe",
"C:\Program Files\Diablo II\Bnclient.dll",
"C:\Program Files\Diablo II\D2Client.dll"}[/code]
~-~(HDX)~-~
April 11, 2005, 3:10 AM

Search