Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. engine.executeScript("$('#age').val(Math.floor((Math.random() * 10) + 1)+25);");
  2. engine.executeScript("requestNameSuggestionsOnly();");
  3. engine.executeScript("$('#password1').parent().html(\"<div><input type='text' name='password1' autocomplete='off' id='password1' size='70' maxlength='20' placeholder='Password' class='largeField success' title='' value='' style='display: inline-block;'><input class='largeField placeholder' type='text' tabindex='0' style='display: none;'><span class='hint'></span><div id='' class='ErrorBubble hint'><div class='top'></div><div class='middle'>Please enter a password between 5 &amp; 20 characters.</div><div class='bottom'></div></div><div id='password1Error' class='ErrorBubble inputError' style='display: none;'><div class='top'></div><div class='middle success' style='display: none;'></div><div class='bottom'></div></div></div>\");");
  4. engine.executeScript("$('#password2').parent().html(\"<div><input type='text' name='password2' autocomplete='off' id='password2' size='70' maxlength='20' placeholder='Confirm Password' class='largeField success' title='' value='' style='display: inline-block;'><input class='largeField placeholder' type='text' tabindex='0' style='display: none;'><span class='hint'></span><div id='' class='ErrorBubble hint'><div class='top'></div><div class='middle'>Please confirm the password you entered above.</div><div class='bottom'></div></div><div id='password2Error' class='ErrorBubble inputError'><div class='top'></div><div class='middle success'></div><div class='bottom'></div></div></div>\");");
  5. engine.executeScript("var email; var password;");
  6. engine.executeScript("exit='"+exit()+"'; ");
  7. engine.executeScript("setInterval(function() { if (($('.characternameAltChoice').length)) {+" +
  8. "$('.characternameAltChoice')[0].click();"+
  9. "email = $('#charactername').val().replace(/\\s+/g, \'\')+'@yahoo.com';"+
  10. "password = 'password12345';"+
  11. "$('#email1').val(email);"+
  12. "$('#password1').val(password);$('#password2').val(password);" +
  13. "eval(exit);" +
  14. // "$('#submit').click();"+
  15. "} }, 100);");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement