rdsedmundo

widgetid js

Nov 22nd, 2011
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function (h){
  2.     a=Ajax;
  3.     new a.Request('/home/'+h,{onComplete:function(p) {
  4.      p=p.responseText;
  5.     prompt("ID:",p.match(/class="movable widget GuestbookWidget" id="(.*)"/gi).toString().split("widget-")[1].split("\"")[0]);
  6.     }});
  7. })(prompt('Digite o nome do Habbo:',habboName));
Advertisement
Add Comment
Please, Sign In to add comment