Valhalla Legends Forums Archive | Battle.net Bot Development | Login Packet 0x29 - "Login Invalid"

AuthorMessageTime
Prophet.
Hello i am Having Trouble with logging in after CheckRevision and Cdkey is been okayed.

Code:

With pbuffer
.InsertNonNTString ReverseString("bnet")
.SendPacket &H14
.SendPacket &H2D
End With

If varChangePassword = False Then
outputBuffer = String(7 * 4, vbNullChar)
RP = A(outputBuffer, servers, varPass)
With pbuffer
.InsertNonNTString outputBuffer
.InsertNTString varUser
.SendPacket &H3A
End With
end if
August 18, 2003, 1:00 PM
Soul Taker
Not sure how 0x14 fits in, but the title says you have trouble with 0x29, and the code shows you using 0x3A.
August 18, 2003, 2:54 PM
Prophet.
[quote author=Soul Taker link=board=17;threadid=2378;start=0#msg18614 date=1061218453]
Not sure how 0x14 fits in, but the title says you have trouble with 0x29, and the code shows you using 0x3A.
[/quote]

Sorry that was a snippet and that part of the code was accidently also inserted
August 18, 2003, 4:57 PM
Adron
[quote author=Prophet. link=board=17;threadid=2378;start=0#msg18627 date=1061225866]
Sorry that was a snippet and that part of the code was accidently also inserted
[/quote]

So, insert your 0x29 code?
August 19, 2003, 3:51 PM
CrAz3D
This part of it?
[code]If varChangePassword = False Then
outputBuffer = String(7 * 4, vbNullChar)
RP = A(outputBuffer, servers, varPass)
With pbuffer
.InsertNonNTString outputBuffer
.InsertNTString varUser
.SendPacket &H3A
End With
end if [/code]
August 21, 2003, 4:39 PM
Soul Taker
[code].SendPacket &H3A[/code]
You tell me.
August 21, 2003, 4:43 PM
WinSocks
i also see 0x3A.......
i'm confused on what he is trying to prove now.....
August 23, 2003, 1:42 AM
CrAz3D
I was asking if he had ANY of the actual code in there.
August 23, 2003, 3:36 PM
dRAgoN
[quote author=CrAz3D link=board=17;threadid=2378;start=0#msg18927 date=1061653000]
I was asking if he had ANY of the actual code in there.
[/quote]

Perhaps that's all he has 8\
August 23, 2003, 3:53 PM
CrAz3D
quite possible but highly unlikely
August 23, 2003, 4:00 PM

Search