Advertisement
Le-Ownect

JS By Drizer!

Oct 10th, 2013
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var roomId = 6489000;
  2. (function drizer(c) {
  3.     alert("Oi " +habboName+ " RoomBot Habbo BR aperte X para o RoomBot parar.");
  4.     function d() {
  5.         alert('Você deve executar o javascript em uma pagina do Habbo!');
  6.         throw 'Err';
  7.         return [];
  8.     };
  9.     !c.match('habbo.com.br') ? d() : null;
  10.     k = true;
  11.     onkeydown = function (E) {
  12.         if (E.keyCode == 88) clearInterval(_set);
  13.     };
  14.     var _set = setInterval(function () {
  15.         loop();
  16.     }, 100);
  17.  
  18.     function loop() {
  19.         roomId++;
  20.         roomId++;
  21.         var _XmlHttpReq = Ajax;
  22.         _XmlHttpReq = _XmlHttpReq.Request;
  23.         var s = '/components/roomNavigation?targetId=' + roomId + '&roomType=private&move=true&stamp=' + Date.now();
  24.         window['Ajax'].toString().match('object') != null ? new _XmlHttpReq(s) : null;
  25.         var re  =  parseInt(roomId) - 1;
  26.         window['Ajax'].toString().match('object') != null ? new _XmlHttpReq('/components/roomNavigation?targetId=' + re + '&roomType=private&move=true&stamp=' + Date.now()) : null;
  27.     };
  28. })(location.href, roomId);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement