Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Spilled on March 17, 2005, 01:40 AM

Title: 0x3D Help
Post by: Spilled on March 17, 2005, 01:40 AM
Ok in my modVariables I declare my Singly API Like this


Public Declare Function singly Lib "BnetAuth.dll" Alias "CreateAccount" (ByVal outbuf As String, ByVal Password As String) As Long


But when i call my singly function when i go to send 0x3D its givingme the error "Cannot find dll entry point CreateAccount"

Now ive tried getting a new BnetAuth.dll from HDX via PM but its giving me same Error, Any Ideas or can anyone help me Convert to using BNCSutil.dll because i havent read up on BNCSutil.dll

Any help would be appreciated.
Title: Re: 0x3D Help
Post by: Eric on March 17, 2005, 03:27 AM
There is no CreateAccount() function in the BnetAuth library.   IIRC, the function for single hashing a password is X().