Advertisement
thefinn93

Untitled

May 15th, 2011
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. FirstName.value="Ion";
  2. LastName.value="Core";
  3. Email.value="ioncore" + prompt("Current number: ");
  4. Passwd.value='cactus123';
  5. PasswdAgain.value='cactus123';
  6. questions.value="What is your vehicle registration number?";
  7. IdentityAnswer.value=Math.round(Math.random() * 1000000);
  8. Birthday.value=Math.round(Math.random() * 12) + '/' + Math.round(Math.random() * 28) + '/' + (Math.round(Math.random() * 80) + 1918);
  9. newaccountcaptcha.blur()
  10. newaccountcaptcha.focus()
  11. void(0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement