Advertisement
nPhoenix

[Habbo] Ir para a mesma sala sem parar.

Sep 30th, 2011
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function t() {
  2.     new Ajax.Request("/components/roomNavigation", {
  3.         parameters: "targetId=10421065&roomType=private&move=true"
  4.     }, false);
  5. };
  6. window.setInterval('t()', 100);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement