nPhoenix

[Habbo] Pegar SSO

May 7th, 2012
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. q = parseInt(prompt("Quantos SSO's deseja pegar?", ""));
  2. for (i = 1; i <= q; i++) {
  3.     new Ajax.Request(/client/, {
  4.         onComplete: function (x) {
  5.             console.log(x.responseText.match(/"sso.ticket" : "(.+)"/)[0].split('"')[3]);
  6.         }
  7.     });
  8. };
Advertisement
Add Comment
Please, Sign In to add comment