Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* PROGRAMADO EM: JavaScript;
- FEITO POR: phoenix(contato: [email protected]);
- COMENTΓRIO: PlΓ‘gio de amigo irrita, de inimigo orgulha. Se for usar por favor deixe os crΓ©ditos ;) */
- _home = "myhabbo/rating/rate?widgetId=11783676&ratingId=146386&_mypage_requested_account=16620606&givenRate=5";
- _num = 0;
- function abs() {
- XML = new XMLHttpRequest();
- XML.open('POST', '/identity/avatars', true);
- XML.send();
- XML.onreadystatechange = function () {
- if (XML.readyState == 4 && XML.status == 200) {
- _i = XML.responseText.match(/<a href="\/identity\/useOrCreateAvatar\/(.*?)\?/gi)[_num];
- _i = _i.toString().replace('<a href="/', '');
- _num = _num + 1;
- new Ajax.Request(_i, {
- onComplete: new Ajax.Request(_home, {
- onComplete: function () {
- abs()
- }
- })
- });
- }
- };
- };
- abs();
Advertisement
Add Comment
Please, Sign In to add comment