nPhoenix

[Habbo] Ver amigos on-line.

Apr 28th, 2012
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. new Ajax.Request("/habblet/ajax/allfriends", {
  2.     onComplete: function (x) {
  3.         Dialog.showInfoDialog("TRAPLOD_" + new Date().getTime(), x.responseText, "Ok");
  4.         document.getElementsByClassName("title dialog-handle rounded-done")[0].innerHTML = "Amigos on-line";
  5.     }
  6. });
Advertisement
Add Comment
Please, Sign In to add comment