How hard is this?: 1-10 1 2 |3| 4 5 6 7 8 9 10
What you will need for the layout:
- 2 Buttons. - Name them Button1-Add Info/Whatever. Button2-Close.
- 4 Textboxes
- 1 Web browser
Instructions:
1. Nexon Passport Sign-Up
Add this to you web browsers URL or use your own.
2. Right click on the page and click view page source code.
3. Look for the txtAccountID/Whatever it is on your site.
4.Find all of the IDs/Whatever it is on your site, for Nexon it is:
txtAccountID
txtPassword
txtPasswordConfirmation
txtEmail
txtEmailConfirmation
txtFirstName
rbGenderMale - This is for the gender.
chkTermofuse
chkTermofuse - This is for the agreement of the site.
ddlBirthDay - Day of birth.
ddlBirthYear - Year of birth.
ddlBirthMonth - Month of birth.
5.Code it. " Button 1"
Codes:WebBrowser1.Document.GetElementById("txtAccountID" ).SetAttribute("value", TextBox1.Text)WebBrowser1.Document.GetElementById("txtPassword") .SetAttribute("value", TextBox2.Text)WebBrowser1.Document.GetElementById("txtPasswordCo nfirmation").SetAttribute("value", TextBox2.Text)WebBrowser1.Document.GetElementById("txtEmail").Se tAttribute("value", TextBox3.Text)WebBrowser1.Document.GetElementById("txtEmailConfi rmation").SetAttribute("value", TextBox3.Text)WebBrowser1.Document.GetElementById("txtFirstName" ).SetAttribute("value", TextBox5.Text)WebBrowser1.Document.GetElementById("rbGenderMale" ).InvokeMember("Click")WebBrowser1.Document.GetElementById("chkTermofuse" ).InvokeMember("Click")WebBrowser1.Document.GetElementById("ddlBirthDay") .SetAttribute("value", "4")WebBrowser1.Document.GetElementById("ddlBirthYear" ).SetAttribute("value", "1975")"Button 2"WebBrowser1.Document.GetElementById("ddlBirthMonth ").SetAttribute("value", "4")
Code:Me.close
Thank me if i helped.
+Rep if you care.
Results 1 to 12 of 12
- 22 Nov. 2010 06:16am #1
[TuT] Making a Account creator.[TuT]
Last edited by Hater; 22 Nov. 2010 at 06:20am.
- 23 Nov. 2010 11:59am #2
Thnx alot
- 23 Nov. 2010 12:44pm #3
Alright, if it's a check box, how do I code that?
- 24 Nov. 2010 01:52am #4
Thanks for this guide, is it possible to make like a "AiO" Account Creator?
Like, you point it to the site n it will try to make an account.Apply for BCK Hacking Crew! Read this link for more info.
My only MSN email is |[gowr@w.cn]|.
Adf.ly Referral. (Cuz you luv me <3)
My guide on Fake Login Windows + how to spread them.
[TuT] Making a FREE DepositFiles GOLD account!
Wordlists for Password Crackers [CRACKED 320 ACCOUNTS SO FAR!!! LEGIT!!!]
[TuT] Making your own Trainer
[GoWRTeKz] My Favorite Music
Signature
Thanks EliRocks!
- 24 Nov. 2010 03:04pm #5
- 28 Nov. 2010 10:22pm #6
This could be very useful.
- 29 Nov. 2010 07:26pm #7
- 29 Nov. 2010 07:58pm #8
- 16 Dec. 2010 09:22pm #9
Thanks man.. Really Cool.. +Rep
- 28 Dec. 2010 12:39am #10
Is this for gaiaonline accounts? or something else?
My Skillz
~Programing: VB.NET, C#
~HTML Coding:FLP/FMP
~Amateur Python Coder
- 03 Feb. 2011 04:37am #11
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 11.82
Great tut, but can you make it add 1 on to the end of the textbox for username? As in:
First user made: Flareboy323
Second: Flareboy324
Third: Flareboy325
Etc, etc. Is that possible?
- 07 Apr. 2011 12:33am #12
There is an error it opens the webbrowser one time