Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Prophet. on August 18, 2003, 08:00 AM

Title: Login Packet 0x29 - "Login Invalid"
Post by: Prophet. on August 18, 2003, 08:00 AM
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
Title: Re:Login Packet 0x29 - "Login Invalid"
Post by: 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.
Title: Re:Login Packet 0x29 - "Login Invalid"
Post by: Prophet. on August 18, 2003, 11:57 AM
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
Title: Re:Login Packet 0x29 - "Login Invalid"
Post by: Adron on August 19, 2003, 10:51 AM
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?
Title: Re:Login Packet 0x29 - "Login Invalid"
Post by: CrAz3D on August 21, 2003, 11:39 AM
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
Title: Re:Login Packet 0x29 - "Login Invalid"
Post by: Soul Taker on August 21, 2003, 11:43 AM
.SendPacket &H3A
You tell me.
Title: Re:Login Packet 0x29 - "Login Invalid"
Post by: WinSocks on August 22, 2003, 08:42 PM
i also see 0x3A.......
i'm confused on what he is trying to prove now.....
Title: Re:Login Packet 0x29 - "Login Invalid"
Post by: CrAz3D on August 23, 2003, 10:36 AM
I was asking if he had ANY of the actual code in there.
Title: Re:Login Packet 0x29 - "Login Invalid"
Post by: l)ragon on August 23, 2003, 10:53 AM
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\
Title: Re:Login Packet 0x29 - "Login Invalid"
Post by: CrAz3D on August 23, 2003, 11:00 AM
quite possible but highly unlikely