Guest User

Untitled

a guest
Apr 9th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. alert=('Olá %habboname% esse é o Bot Spammer widgetID 2.0, criado por Fernanddinhuu, O bot iniciara assim que responder as perguntas. Favor não remova os créditos.')
  2. /*
  3. por edi472 XD
  4. */
  5. function dospammer() {
  6. e.open("GET", "/home/" + habbo, true);
  7. e.send();
  8. e.onreadystatechange = function () {
  9. if (e.readyState == 4 && e.status == 200) {
  10. d.getElementsByTagName("html")[0].innerHTML = e.responseText;
  11. wid = d.getElementsByClassName("movable widget GuestbookWidget")[0].id;
  12. wid = wid.toString().replace("widget-", "");
  13. app = $$("meta[name=csrf-token]")[0].readAttribute("content");
  14. new Ajax.Request("/myhabbo/guestbook/add", {
  15. parameters: "ownerId=123&message=" + msg + "&scope=0&query=&widgetId=" + wid,
  16. onComplete: function () {
  17. new Ajax.Request("/account/logout_ok", {
  18. parameters: "token=" + app,
  19. onComplete: function () {
  20. new Ajax.Request("/account/submit", {
  21. onComplete: function () {
  22. new Ajax.Request("/identity/useOrCreateAvatar/" + habboid, {
  23. parameters: "disableFriendLinking=true",
  24. onComplete: function () {
  25. dospammer()
  26. }
  27. })
  28. },
  29. parameters: "credentials.username=" + email + "&credentials.password=" + senha
  30. })
  31. }
  32. })
  33. }
  34. })
  35. }
  36. }
  37. }
  38. function checkc() {
  39. habbo = prompt("Digite o Habbo:", "");
  40. email = prompt("Digite o email:", "");
  41. senha = prompt("Digite a senha:", "");
  42. msg = prompt("Digite a mensagem:", "");
  43. habboid = prompt("Apenas confirme essa mensagem!", habboId)
  44. }
  45. Overlay.show();
  46. e = new XMLHttpRequest;
  47. checkc();
  48. if (habbo == null || habbo == "" || email == null || email == "" || senha == null || senha == "" || msg == null || msg == "" || isNaN(habboid) || habboid.length < 6) {
  49. alert("Você preencheu campo(s) inválido(s)");
  50. if (confirm("Quer tentar novamente?")) {
  51. checkc();
  52. } else {
  53. location.reload();
  54. throw "lol"
  55. }
  56. }
  57. d = document;
  58. dospammer()
Add Comment
Please, Sign In to add comment