• Welcome to Valhalla Legends Archive.
 

update .dll's for the IX86VER CHECK thing

Started by replaced, August 23, 2006, 04:29 PM

Previous topic - Next topic

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


    If (checkRevision(ChecksumFormula, HashFiles(0), HashFiles(1), _
    HashFiles(2), mpqNumber, Checksum) = False) Then
        Disconnect
        MsgBox "CheckRevision failed.", vbExclamation, "Example Bot"
        Exit Sub
    End If



hashfiles(0) = starcraft.exe -.-



    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


in NLS, ummmm is this the thing that needs to be changed or something

I still got no idea wtf is wrong!

Hero

Quote from: replaced on August 23, 2006, 04:29 PM
can someone update a dll,  bncs, bnetauth etc...  i need a new dll to get mi bot working again.

Possibly view:
http://forum.valhallalegends.com/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.

vuther.de

Doubtful bnetauth.dll will get updated since yobgul's has quit Battle.net and probably doesn't even have source to it anymore.

MyndFyre

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.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

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)?

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.