Valhalla Legends Forums Archive | Battle.net Bot Development | Account Making

AuthorMessageTime
SiMi
does anyone knoe the coding to make a account on binary?
like the zds and chewbacca still got theres working
Can anyone update it for me?
January 14, 2003, 11:32 PM
tA-Kane
Are you referring to the Old Login System creation or the New Login System?
January 15, 2003, 7:01 AM
n00blar
tA-Kane, does it matter? just answer his question for both-- saves time and effort.
January 15, 2003, 7:41 AM
Arta
Send:
[code]
Packet Information
Packet: [0x3D] SID_CREATEACCOUNT2 (Account Create)
Direction: C->S
Format:
(DWORD[5])       Password hash
(STRING)         Username

Description: Creates a Battle.net account. Usernames longer than 15 characters are truncated.
[/code]

Response:
[code]
Packet Information
Packet: [0x3D] SID_CREATEACCOUNT2 (Account Create Response)
Direction: S->C
Format:
(DWORD)             Status
(STRING)            Account name suggestion

Description: Account creation result.

Result:
0: Account created
2: Name contained invalid characters
3: Name contained a banned word
4: Account already exists
6: Name did not contain enough alphanumeric characters
[/code]
January 15, 2003, 7:47 AM
MesiaH
also forgot Result: 1 - Name too short.
January 15, 2003, 3:36 PM
tA-Kane
what might be result 5 ?
January 15, 2003, 4:13 PM
SiMi
hrm. Thanks Arta
January 15, 2003, 7:02 PM
MesiaH
hrmm good question, anybody feel like doing some packet logging?

maybe i will
January 15, 2003, 9:24 PM
MesiaH
Interesting, for result 2, your return value packet contains the characters that were invalid, same with return value 3, neat!

Another interesting discovery, brood war still uses old login packet 0x29!

I was unable to receive error 5 :'(
January 15, 2003, 9:38 PM
Moonshine
Mesiah Wrote:
[quote]also forgot Result: 1 - Name too short. [/quote]

After sending a name that's too short to Battle.net from Broodwar, you will receive 6 back, not 1.
January 16, 2003, 12:03 AM
Arta
Yes, that's what i was about to say :P
January 16, 2003, 12:18 AM
tA-Kane
Then in addition to my question of "what's result 5", I guess I'll hafta add in "and 1", change "result" to "results"...  :-/
January 16, 2003, 12:18 PM
SiMi
anyone got it in vb?
January 21, 2003, 9:48 PM
Noodlez
um? he didn't post any code. you obviously shouldn't be making a binary bot if you dont understand what he posted.
January 22, 2003, 8:18 PM
MesiaH
harsh words for somebody of your weight class, take it easy on him, hes obviously trying to learn, maybe he thought it was in another language.
January 22, 2003, 11:58 PM
Arta
Noodlez: I think he understood that my post wasn't code. he just wants someone to do the work for him.

SiMi: Even if you haven't written any other packet handling, you should be able to look at the other parts in (your?) code and work out how it's done. It's not that hard.
January 23, 2003, 10:48 AM
Moonshine
[quote]in (your?) code [/quote]

lol
January 23, 2003, 11:29 AM
n00blar
Noodlez, plz man don't talk about other people when you yourself have that same problem... thanks
January 23, 2003, 12:33 PM
SiMi
haha, Noodlez your newb ass cant code for shit. I was Told From Stealth that this was in a diff lang.Thats why I asked for a lil coding in vb , kthx
January 23, 2003, 11:08 PM
Zakath
Actually, Noodlez is a quite accomplished coder in the Battle.net community, and you obviously have some issues. What Arta posted was NOT code, in any language. It was a map for a protocol, detailing what to send when. If you can't understand that, you must be out of your league.
January 24, 2003, 12:06 AM
Noodlez
[quote]Noodlez, plz man don't talk about other people when you yourself have that same problem... thanks[/quote]
compared to you, yea :p
January 24, 2003, 12:39 AM
Spht
Simi: Anymore non-sense out of you and you'll be banned.
January 24, 2003, 9:01 AM

Search