Advertisement
rdsedmundo

terminar...

Oct 16th, 2011
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. d = document;
  2. if(!location.href.match('/identity/avatars/')){
  3.     alert('Página errada\nExecute o script novamente. =)');
  4. location.pathname = '/identity/avatars/';  
  5. fail();
  6. };
  7. z = new XMLHttpRequest();
  8. z.open('GET','https://www.habbo.com.br/identity/avatars',true);
  9. z.send();
  10. z.onreadystatechange = function(){
  11.     if(z.readyState==4&&z.status==200){
  12.     f = z.responseText;
  13.     x =  /\/identity\/useOrCreateAvatar\/(.*?)?disableFriendLinking=true/gi;
  14.     e = f.match(x).toString().split(',').toString();
  15.     alert(e);
  16.     };
  17. };
  18. /*
  19. http://www.habbo.com.br/myhabbo/rating/rate?widgetId=0&ratindId=0&_mypage_requested_account=0&givenrate=5
  20. */
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement