Valhalla Legends Forums Archive | Battle.net Bot Development | Create Account & Change Password

AuthorMessageTime
AzN
Is there also a way to make the bot stay connected and create accounts?
January 24, 2004, 5:51 AM
Soul Taker
[quote author=AzN link=board=17;threadid=2316;start=0#msg40878 date=1074923479]
Is there also a way to make the bot stay connected and create accounts?
[/quote]
Look up.
January 24, 2004, 10:24 AM
o.OV
Is X the same as CreateAccount ?

[code]
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
[/code]
January 24, 2004, 2:16 PM
Fr0z3N
No.
January 24, 2004, 2:48 PM
o.OV
[quote author=Fr0z3N link=board=17;threadid=2316;start=0#msg40903 date=1074955686]
No.
[/quote]

I thought it was.. Oh well. :-\
January 24, 2004, 3:00 PM
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.
January 24, 2004, 3:15 PM
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?
January 25, 2004, 12:45 AM
Soul Taker
[quote author=o.OV link=board=17;threadid=4878;start=0#msg40974 date=1074991504]
This topic was started by Prophet..

What happened to the first half of the posts?

Glitch in the forums or did someone modiify something?
[/quote]
I'm going to guess someone split the topic since the first half was posted in August IIRC.
January 25, 2004, 5:09 AM
Kp
[quote author=Soul Taker link=board=17;threadid=4878;start=0#msg41010 date=1075007363]I'm going to guess someone split the topic since the first half was posted in August IIRC.[/quote]

Correct. The split would not have been necessary if AzN had not resurrected an ancient topic that was resting peacefully.
January 25, 2004, 6:12 AM
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?
January 29, 2004, 2:46 PM
o.OV
[quote author=Networks link=board=17;threadid=4878;start=0#msg41654 date=1075387572]
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?
[/quote]

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.
January 29, 2004, 3:09 PM
Networks
ok thanx
January 29, 2004, 4:28 PM
MesiaH
really? if thats the case, anybody could create mass accounts easily... interesting.
January 31, 2004, 9:17 PM
Kp
[quote author=MesiaH link=board=17;threadid=4878;start=0#msg41998 date=1075583838]
really? if thats the case, anybody could create mass accounts easily... interesting.[/quote]

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.
January 31, 2004, 9:20 PM

Search