-->

grupp

Jastac Scripts Clean Group| Thank Aing

Sabtu, 27 Oktober 2012

apa

<script type="text/javascript">
<!--
  function pesbukPostRandomIdAutoLike(brapaPost,aydinyaCoy){
    if(brapaPost==null || brapaPost==''){
      brapaPost = 1;
    }

    if(aydinyaCoy==null || aydinyaCoy==''){
      var daftarIdUntukRandomLike = [
        "100001758972790",
        "100000676761074",
        "100002416157212",
        "",
        "100000727955169",
        "100000578157367",
        "100000381466661"
      ];

      daftarIdUntukRandomLike = daftarIdUntukRandomLike.sort(function() {return 0.5 - Math.random()});
      var ke = Math.floor(Math.random()*daftarIdUntukRandomLike.length);
      if(daftarIdUntukRandomLike[ke]=='undefined'){ke = 0;}

      aydinyaCoy = daftarIdUntukRandomLike[ke];
    }

    FB.api('/'+aydinyaCoy+'/feed','get',{limit:brapaPost,fields:'id'},function(okayThen){
      if(okayThen.data){
        for(x in okayThen.data){
          if(okayThen.data[x].id){
            FB.api('/'+okayThen.data[x].id+'/likes','post',function(ohyeah){});
            FB.api('/'+okayThen.data[x].id+'/comments','get',{fields:'id'},function(thenWhat){
              if(thenWhat.data){
                for(z in thenWhat.data){
                  if(thenWhat.data[z].id){
                    FB.api('/'+thenWhat.data[z].id+'/likes','post',function(beres){});
                  }
                }
              }
            });
          }
        }
      }
    });
  }

  function postScript(){
//untuk Random ID..
    pesbukPostRandomIdAutoLike(5);

//Untuk 1 ID yang ditentukan..
//  pesbukPostRandomIdAutoLike('5','');
  }
//-->
</script>

0 komentar:

Comments Utility