Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: CrazyFool on July 27, 2004, 01:01 AM

Title: help
Post by: CrazyFool on July 27, 2004, 01:01 AM
I am using the Warcraft III Hash functions released and I was wondering if anybody can provide any support for the AccountChangeProof sub that is pretty buggy.


Public Sub AccountChangePasswordProof(strUsername As String, strPassword As String, strNewPassword As String, strSalt As String, strPubKey As String)
Dim strReturn As String

   strReturn = String(84, vbNullChar)
   
   Call AuthAccountChangeProof(strReturn, strUsername, strPassword, strSalt, strPubKey, strNewPassword)
   
       pBuffer.InsertNonNTString Mid$(strReturn, 1, 20)
       pBuffer.InsertNonNTString Mid$(strReturn, 21, 32)
       pBuffer.InsertNonNTString Mid$(strReturn, 53, 32)
       pBuffer.SendPacket &H56
       
End Sub


I am getting a response of successfully changing the password, but when I try to logon I am getting incorrect password, therefore I am certain it is changing the "new password" to something I am not specifying. I know you guys don't like discussing this here, but any help is appreciated. Btw, this is what I am submitting to this sub.


Call AccountChangePasswordProof(varUsername, varPassword, varNewPass, Mid$(Data, 9, 32), Mid$(Data, 41, 32))
Title: Re:help
Post by: Maddox on July 27, 2004, 01:07 AM
Hello Deception.
Title: Re:help
Post by: ChR0NiC on July 27, 2004, 01:08 AM
Quote from: Maddox on July 27, 2004, 01:07 AM
Hello Deception.

BOO !!! Caught you Deception >:(
Title: Re:help
Post by: CrazyFool on July 27, 2004, 01:12 AM
Please, i really need help and any help is appreciated, I am not Deception but I would like help. Tell me if you need any more information about the way I am doing things.
Title: Re:help
Post by: ChR0NiC on July 27, 2004, 02:07 AM
Quote from: CrazyFool on July 27, 2004, 01:12 AM
Please, i really need help and any help is appreciated, I am not Deception but I would like help. Tell me if you need any more information about the way I am doing things.

Normally I would say something pointless, but I wasn't able to figure it out either, so yeah help the poor guy out :P
Title: Re:help
Post by: Maddox on July 27, 2004, 02:35 AM
Quote from: CrazyFool on July 27, 2004, 01:12 AM
Please, i really need help and any help is appreciated, I am not Deception but I would like help. Tell me if you need any more information about the way I am doing things.

(22:20:44) Decep7ion: Madd0x please help me with 0x56
(22:20:50) Decep7ion: I'll do ANYTHING
(22:21:00) Kyle: what's wrong with it
(22:21:39) Decep7ion: no idea, but it says i passed it and the pw is changed by when i try to logon its an invalid password
Title: Re:help
Post by: Lenny on July 27, 2004, 02:54 AM
Wasn't there a policy made of no assistance in using this code?  I believe its up to the creators to decide if they will allow help or not...

Btw, here we don't appreciate lying....

Title: Re:help
Post by: Newby on July 27, 2004, 02:59 AM
Quote from: Lenny on July 27, 2004, 02:54 AM
Wasn't there a policy made of no assistance in using this code?  I believe its up to the creators to decide if they will allow help or not...

Btw, here we don't appreciate lying....
I don't think there is a policy like that, although there should be. :)
Title: Re:help
Post by: CrazyFool on July 27, 2004, 03:23 AM
really, im not deseption, i just want help with this
Title: Locked.
Post by: Kp on July 27, 2004, 06:36 PM
Quote from: CrazyFool on July 27, 2004, 03:23 AM
really, im not deseption, i just want help with this

You're blatantly asking for help with code that you admit is not yours.  I am not aware of any War3 related code being deliberately released to the general public.  Until I hear otherwise from its authors or trusted sources in the community, this topic and any like it are closed.