Guest User

Untitled

a guest
May 23rd, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. /*
  2. por edi472 XD
  3. */
  4. function dospammer() {
  5. e.open("GET", "/home/", true);
  6. e.send();
  7. e.onreadystatechange = function () {
  8. if (e.readyState == 4 && e.status == 200) {
  9. d.getElementsByTagName("html")[0].innerHTML = e.responseText;
  10. wid = d.getElementsByClassName("movable widget GuestbookWidget")[0].id;
  11. wid = wid.toString().replace("widget-", "");
  12. app = $$("meta[name=csrf-token]")[0].readAttribute("content");
  13. new Ajax.Request("/myhabbo/guestbook/add", {
  14. parameters: "ownerId=123&message=, [u]Proibida a venda[/u]&scope=0&query=&widgetId=" + wid,
  15. onComplete: function () {
  16. new Ajax.Request("/account/logout_ok", {
  17. parameters: "token=" + app,
  18. onComplete: function () {
  19. new Ajax.Request("/account/submit", {
  20. onComplete: function () {
  21. new Ajax.Request("/identity/useOrCreateAvatar/" + habboid, {
  22. parameters: "disableFriendLinking=true",
  23. onComplete: function () {
  24. dospammer()
  25. }
  26. })
  27. },
  28. parameters: "credentials.username=&credentials.password="+atob('')+''
  29. })
  30. }
  31. })
  32. }
  33. })
  34. }
  35. }
  36. }
  37. function checkc() {
  38. habboid = prompt("O flood vai iniciar , apenas confirme essa mensagem", habboId)
  39. }
  40. Overlay.show();
  41. e = new XMLHttpRequest;
  42. checkc();
  43. if (isNaN(habboid) || habboid.length < 6) {
  44. alert("Aconteceu algum erro");
  45. if (confirm("Quer tentar novamente?")) {
  46. checkc();
  47. } else {
  48. location.reload();
  49. throw "lol"
  50. }
  51. }
  52. d = document;
  53. dospammer()
Add Comment
Please, Sign In to add comment