Valhalla Legends Forums Archive | Battle.net Bot Development | help

AuthorMessageTime
CrazyFool
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.

[code]
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
[/code]

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.

[code]
Call AccountChangePasswordProof(varUsername, varPassword, varNewPass, Mid$(Data, 9, 32), Mid$(Data, 41, 32))
[/code]
July 27, 2004, 6:01 AM
Maddox
Hello Deception.
July 27, 2004, 6:07 AM
ChR0NiC
[quote author=Maddox link=board=17;threadid=7909;start=0#msg72825 date=1090908470]
Hello Deception.
[/quote]

BOO !!! Caught you Deception >:(
July 27, 2004, 6:08 AM
CrazyFool
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.
July 27, 2004, 6:12 AM
ChR0NiC
[quote author=CrazyFool link=board=17;threadid=7909;start=0#msg72829 date=1090908731]
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.
[/quote]

Normally I would say something pointless, but I wasn't able to figure it out either, so yeah help the poor guy out :P
July 27, 2004, 7:07 AM
Maddox
[quote author=CrazyFool link=board=17;threadid=7909;start=0#msg72829 date=1090908731]
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.
[/quote]

(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
July 27, 2004, 7:35 AM
Lenny
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....

July 27, 2004, 7:54 AM
Newby
[quote author=Lenny link=board=17;threadid=7909;start=0#msg72845 date=1090914841]
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....
[/quote]
I don't think there is a policy like that, although there should be. :)
July 27, 2004, 7:59 AM
CrazyFool
really, im not deseption, i just want help with this
July 27, 2004, 8:23 AM
Kp
[quote author=CrazyFool link=board=17;threadid=7909;start=0#msg72849 date=1090916621]
really, im not deseption, i just want help with this[/quote]

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.
July 27, 2004, 11:36 PM

Search