Hacxx WriteFreely 1.0 – Source code

javascript:(function(){var username=prompt(“Type your username!”,“”);var password=prompt(“Type your password!”,“”);var email=prompt(“Type your email!”,“”);var form=document.createElement('form');form.setAttribute('action','https://paper.wf/auth/signup');form.setAttribute('method','POST');form.appendChild(Object.assign(document.createElement('input'),{type:'text',name:'alias',value:username,style:'display:none;'}));form.appendChild(Object.assign(document.createElement('input'),{type:'password',name:'pass',value:password,style:'display:none;'}));form.appendChild(Object.assign(document.createElement('input'),{type:'email',name:'email',value:email,style:'display:none;'}));form.appendChild(Object.assign(document.createElement('input'),{type:'submit',value:'Register'}));document.body.appendChild(form);setTimeout(function(){form.submit();},1000);})();

Save the code as a bookmark on your browser.

Your ad here – [email protected]