Author | Message | Time |
---|---|---|
replaced | can someone update a dll, bncs, bnetauth etc... i need a new dll to get mi bot working again. Besidez that from the BNCSutilExample [code] If (checkRevision(ChecksumFormula, HashFiles(0), HashFiles(1), _ HashFiles(2), mpqNumber, Checksum) = False) Then Disconnect MsgBox "CheckRevision failed.", vbExclamation, "Example Bot" Exit Sub End If [/code] hashfiles(0) = starcraft.exe -.- [code] EXEVersion = getExeInfo(HashFiles(0), EXEInfo) If (EXEVersion = 0) Then Disconnect MsgBox "Failed to get executable hash file information.", _ vbExclamation, "Example Bot" Exit Sub End If [/code] in NLS, ummmm is this the thing that needs to be changed or something I still got no idea wtf is wrong! | August 23, 2006, 9:29 PM |
HeRo | [quote author=replaced link=topic=15580.msg157076#msg157076 date=1156368545] can someone update a dll, bncs, bnetauth etc... i need a new dll to get mi bot working again. [/quote] Possibly view: https://davnit.net/bnet/vL/index.php?topic=15572.0 I don't know if that could help you. P.S. try to spell better when asking for help so people can actually understand you. | August 23, 2006, 11:24 PM |
inner. | Doubtful bnetauth.dll will get updated since yobgul's has quit Battle.net and probably doesn't even have source to it anymore. | August 23, 2006, 11:33 PM |
Myndfyr | If you're using Visual Basic and have the right version of the .NET Framework installed (1.1 or 2.0), MBNCSUtil can work for you. You'll want to: regasm mbncsutil.dll Then, add a reference to mbncsutil.tlb and you're set. | August 23, 2006, 11:50 PM |
replaced | wazn't there an update for .net framework from 1.0 to 1.1 thru a windows update? I think i got 1.0 installed cuz im running windows no service pack cuz mi windowz key no worky lol. Any other way to get past this crap, what about that virutalprotect thing that was on another post, how would that work? Tricking windowz that starcraft.exe is running except the bot.exe? Is it hard to impletement? What about getting bncs to work (ezbncs)? | August 24, 2006, 12:29 AM |
HeRo | EZBNCS will not work unless BNCSutil some how gets updated, until then, view the topic that was in my previous post to see other methods. | August 24, 2006, 1:21 AM |