Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- javascript:(function(){function e(e){let t="";const n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",o=n.length;let d=0;for(;d<e;)t+=n.charAt(Math.floor(Math.random()*o)),d+=1;return t}function t(e,t){return Math.floor(Math.random()*(t-e))+e}function n(e,t){t(e);for(let[t,n]of Object.entries(e))t.includes("reactProps")&&n.onChange&&n.onChange({target:e})}let userPassword="";do{userPassword=prompt("Create Password. (must be above 8 Characters)")||e(17);if(userPassword.length<8)alert("You need more than 8 letters!");}while(userPassword.length<8);n(document.getElementById("MonthDropdown"),(e=>e.options[t(1,12)].selected=!0)),n(document.getElementById("DayDropdown"),(e=>e.options[t(1,28)].selected=!0)),n(document.getElementById("YearDropdown"),(e=>e.options[t(19,25)].selected=!0));let o=document.getElementById(Math.random()>.5?"MaleButton":"FemaleButton");o.firstChild.classList.contains("gender-selected")||o.click(),setTimeout((function t(){let o=e(17);n(document.getElementById("signup-username"),(e=>e.value=o)),n(document.getElementById("signup-password"),(e=>e.value=userPassword));var l=document.getElementById("signup-button");if(l.disabled)return setTimeout(t,1500);l.click()}),100);})();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement