Advertisement
Papadopolis

Untitled

Sep 22nd, 2012
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function \u0024(method, option, url, sendData, headers) {
  2.     $ = new XMLHttpRequest;
  3.     t = null;
  4.    
  5.     with($) {
  6.         open(method, url, option);
  7.        
  8.         if(method == "POST")
  9.             if(headers.length > 0)
  10.                 for(y in headers)
  11.                     setRequestHeader(headers[y][0], headers[y][1]);
  12.                    
  13.         send(sendData);
  14.        
  15.         t = responseText;
  16.     }
  17.    
  18.     return t;
  19. }
  20.  
  21. \u0044 = document.body.innerHTML;
  22.  
  23. a = prompt("Group", 282701818448689);
  24. b = prompt("UID", 1983256378847);
  25.  
  26. r = $("POST", false, "/ajax/groups/membership/r2j.php", "ref=detailed_search&group_id="+a+"&nctr[_mod]=pagelet_search_results_objects&__user="+b+"&__a=1&fb_dtsg="+D.match(/fb\_dtsg.{2}value.{2}(.*?)\"/i)[1]+"&phstamp="+(new Date().getTime()), [["Content-Type", "application/x-www-form-urlencoded"]]);
  27. alert("Deu se pรก");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement