orkut profile maker tutorial  

Posted by Kunal Pradhan

Make a New Project
Add 7 Textboxes to it
In the name property of them, change it to:
fname
lname
email1
x
email2
pwd
cs

Change their Text Property to: [respectively]
First Name
Last Name
username
1
@yahoo.com
Password
Enter Captcha Here

Now create 2 Buttons
Change their Text property to:
Start
Create
Stop

Add 1 WebBrowser and 5 Timers

Edit Interval of Timers:
Timer1 > 8500
Timer2 > 3500
Timer3 > 6000
Timer4 > 3000
Timer5 > 2000
You can change the timer interval according to ur internet speed

Double click start button and type:
WebBrowser1.Navigate("https://www.google.com/accounts/NewAccount?continue=http%3A%2F%2Fwww.orkut.com%2FRedirLogin.aspx%3Fmsg%3D1&service=orkut&hl=en")
Timer1.Enabled = True

Double Click create button and Type:
WebBrowser1.Navigate("javascript:var kp=document.forms[0].elements;kp[19].value='" + cs.text + "';kp[25].click();void(0);")
Timer2.enabled = true

Double click Stop Button and Type:
WebBrowser1.Navigate("")
Timer1.Enabled = False
Timer2.Enabled = False
Timer3.Enabled = False
Timer4.Enabled = False
Timer5.Enabled = False

Double Click 1st Timer and Type:
If Timer1.enabled = true then
WebBrowser1.Navigate("javascript:var kp=document.forms[0].elements;kp[5].value='" + fname.Text + "';kp[6].value='" + lname.Text + "';kp[7].value='" + email1.Text + x.Text + email2.Text + "';kp[8].value='" + pwd.Text + "';kp[9].value='" + pwd.Text + "';kp[19].focus();void(0);")
cs.text = ""
cs.focus()
end if
Timer1.enabled = false

Double click 2nd Timer and Type:
If Timer2.enabled = true then
WebBrowser1.Navigate("https://www.google.com/accounts/ServiceLogin?continue=http%3A%2F%2Fwww.orkut.com%2FRedirLogin.aspx%3Fmsg%3D1&service=orkut&hl=en&t=null&passive=true&skipvpage=true&sendvemail=false")
end if
Timer2.enabled = false
timer3.enabled = true
Double click 3rd Timer and Type:
If Timer3.enabled = true then
WebBrowser1.Navigate("javascript:g=document.forms[0].elements;g[4].value='1980';g[5].checked=true;_submitForm(document.forms[0], 'acceptTerms', '');void(0)")
end if
Timer3.enabled = false
timer4.enabled = true

Double click 4th Timer and Type:
If Timer4.enabled = true then
WebBrowser1.Navigate("javascript:document.forms[2].elements[6].checked=true;document.forms[2].elements[16].value='91';_submitForm(document.forms[2], 'update', '');;")
end if
Timer4.enabled = false
timer5.enabled = true

Double click 5th Timer and Type:
If Timer5.enabled = true then
x.text += 1
WebBrowser1.Navigate("https://www.google.com/accounts/NewAccount?continue=http%3A%2F%2Fwww.orkut.com%2FRedirLogin.aspx%3Fmsg%3D1&service=orkut&hl=en")
end if
Timer5.enabled = false
timer1.enabled = true

Your Profile Maker is Ready!
Now Press Start Button
When Captcha is shown, enter captcha in the cs box and press create
other thing soft will do
when you want to stop, press stop Button'

Note: document form numbers can be changed by orkut by time.we will post tutorial on that later how to code the javascript even after document code has been changed.

This entry was posted on Monday, June 23, 2008 and is filed under , , . You can leave a response and follow any responses to this entry through the Subscribe to: Post Comments (Atom) .

1 comments

thnx dude .. .. plz post ur nxt script soon as im waitin 4 it eagerly .. .. chao .. ..