• Welcome to Valhalla Legends Archive.
 

Create Account & Change Password

Started by AzN, January 23, 2004, 11:51 PM

Previous topic - Next topic

AzN

Is there also a way to make the bot stay connected and create accounts?

Soul Taker

Quote from: AzN on January 23, 2004, 11:51 PM
Is there also a way to make the bot stay connected and create accounts?
Look up.

o.OV

#2
Is X the same as CreateAccount ?


Public Declare Function Singly Lib "BnetAuth.dll" Alias "CreateAccount" (ByVal outbuf As String, ByVal Password As String) As Long

Public Sub CreateAccount(ByVal Username As String, ByVal Password As String)
   Dim Hash As String
   Hash = String(5 * 4, vbNullChar)
   If Singly(Hash, Password) Then
       pBuffer.InsertNTString Hash
       pBuffer.NTString Username
       pBuffer.sendPacket &H3D
       Else
       'error: result unexpected
   End If
End Sub
If the facts don't fit the theory, change the facts. - Albert Einstein

Fr0z3N


o.OV

If the facts don't fit the theory, change the facts. - Albert Einstein

o.OV

Prophet.

One major error I see is..
You closed the connection immediately after calling the Sub SendCreateAccount.
You did not give Battle.Net a chance to reply to Packet 0x3D therefore making Case &H3D obsolete.
If the facts don't fit the theory, change the facts. - Albert Einstein

o.OV

This topic was started by Prophet..

What happened to the first half of the posts?

Glitch in the forums or did someone modiify something?
If the facts don't fit the theory, change the facts. - Albert Einstein

Soul Taker

Quote from: o.OV on January 24, 2004, 06:45 PM
This topic was started by Prophet..

What happened to the first half of the posts?

Glitch in the forums or did someone modiify something?
I'm going to guess someone split the topic since the first half was posted in August IIRC.

Kp

Quote from: Soul Taker on January 24, 2004, 11:09 PMI'm going to guess someone split the topic since the first half was posted in August IIRC.

Correct.  The split would not have been necessary if AzN had not resurrected an ancient topic that was resting peacefully.
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

Networks

Can u just logon and the create and change passwords to accounts or is there a packet or w/e you need to stop or not send to be able to create and change account/passwords?

o.OV

Quote from: Networks on January 29, 2004, 08:46 AM
Can u just logon and the create and change passwords to accounts or is there a packet or w/e you need to stop or not send to be able to create and change account/passwords?

So long as you don't send the packet to LOGIN to Battle.Net with a username and password.. you can create_accounts/change_passwords.
If the facts don't fit the theory, change the facts. - Albert Einstein

Networks


Mesiah / haiseM

really? if thats the case, anybody could create mass accounts easily... interesting.
]HighBrow Innovations
Coming soon...

AIM Online Status: 

Kp

Quote from: MesiaH on January 31, 2004, 03:17 PM
really? if thats the case, anybody could create mass accounts easily... interesting.

Presuming there are no checks against this, yes, they could.  However, without consuming the requisite two hours, the accounts would be rather short lived.  I expect the server does or soon will require that you log in after creating an account, since real clients do so automatically anyway.  Only bots would be affected by a rule which bans for doing non-login things after a successful account create, afaik.
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!