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
Not sure how 0x14 fits in, but the title says you have trouble with 0x29, and the code shows you using 0x3A.
Quote from: Soul Taker on August 18, 2003, 09:54 AM
Not sure how 0x14 fits in, but the title says you have trouble with 0x29, and the code shows you using 0x3A.
Sorry that was a snippet and that part of the code was accidently also inserted
Quote from: Prophet. on August 18, 2003, 11:57 AM
Sorry that was a snippet and that part of the code was accidently also inserted
So, insert your 0x29 code?
This part of it?
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
.SendPacket &H3A
You tell me.
i also see 0x3A.......
i'm confused on what he is trying to prove now.....
I was asking if he had ANY of the actual code in there.
Quote from: CrAz3D on August 23, 2003, 10:36 AM
I was asking if he had ANY of the actual code in there.
Perhaps that's all he has 8\
quite possible but highly unlikely