Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: replaced on August 23, 2006, 04:29 PM

Title: update .dll's for the IX86VER CHECK thing
Post by: 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.

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!
Title: Re: update .dll's for the IX86VER CHECK thing
Post by: Hero on August 23, 2006, 06:24 PM
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.
Title: Re: update .dll's for the IX86VER CHECK thing
Post by: vuther.de on August 23, 2006, 06:33 PM
Doubtful bnetauth.dll will get updated since yobgul's has quit Battle.net and probably doesn't even have source to it anymore.
Title: Re: update .dll's for the IX86VER CHECK thing
Post by: MyndFyre on August 23, 2006, 06:50 PM
If you're using Visual Basic and have the right version of the .NET Framework installed (1.1 or 2.0), MBNCSUtil (http://www.jinxbot.net/mbncsutil/) can work for you.  You'll want to:

regasm mbncsutil.dll

Then, add a reference to mbncsutil.tlb and you're set.
Title: Re: update .dll's for the IX86VER CHECK thing
Post by: replaced on August 23, 2006, 07:29 PM
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)?
Title: Re: update .dll's for the IX86VER CHECK thing
Post by: Hero on August 23, 2006, 08:21 PM
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.