Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _BY_PHOENIX_ = "/me";
- new Ajax.Request(_BY_PHOENIX_, {
- onComplete: function(x) {
- BY_PHOENIX = /src="(.+)\/habbo-imaging\/avatar\/(.+)/;
- _BY_PHOENIX = x.responseText.match(BY_PHOENIX)[0].split('"')[1];
- prompt('Imagem do seu Habbo', _BY_PHOENIX);
- }
- });
- // By phoenix
Advertisement
Add Comment
Please, Sign In to add comment