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
-
11-22-2010 05:16 AM #1
[TuT] Making a Account creator.[TuT]
Last edited by Hater; 11-22-2010 at 05:20 AM.
-
11-23-2010 10:59 AM #2Guest
Thnx alot
-
11-23-2010 11:44 AM #3Guest
Alright, if it's a check box, how do I code that?
-
11-24-2010 12:52 AM #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!
-
11-24-2010 02:04 PM #5Guest
-
11-28-2010 09:22 PM #6I'm new
- Join Date
- Aug 2010
- Posts
- 1
- Rep
- 426
This could be very useful.
-
11-29-2010 06:26 PM #7
-
11-29-2010 06:58 PM #8
-
12-16-2010 08:22 PM #9Guest
Thanks man.. Really Cool..
+Rep
-
12-27-2010 11:39 PM #10
Is this for gaiaonline accounts? or something else?
My Skillz
~Programing: VB.NET, C#
~HTML Coding:FLP/FMP
~Amateur Python Coder



-
02-03-2011 03:37 AM #11Minecraft Donator
Spartan Warrior
- Join Date
- Apr 2010
- Location
- Snatchin Up Your Children
- Posts
- 1,353
- Rep
- 115
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?
-
04-07-2011 12:33 AM #12Guest
There is an error it opens the webbrowser one time






Reply With Quote



Bookmarks