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