Auto Like [FB Script]
Hello Guys Today I Will be Sharing FB Autolike Trick
Here We Go !!! :
Script:
var robot={
SearchLimit:3,
idGroups:[
"",
],
AllTokens:[
{name:"YOUR FB NAME",token:"PASTE YOUR TOKEN HERE"}
]
};
//Using Trigger in Function "modeon()" with Timer per-Minute//
function PullBoss(almt,prop){
var a=UrlFetchApp.fetch(almt,{
muteHttpExceptions:true,
method:"post",
payload:prop
});
var b=Utilities.jsonParse(a.getContentText());
return b;
}
function stir(what){
var a=what.sort(function(){return 0.5-Math.random()});
a.reverse();
a=a.sort(function(){return 0.5-Math.random()});
return a;
}
function modeon(){
var a=stir(robot.AllTokens);
if(a[0].token==""){
robot.tokenNow=a[0].apptkn;
}else{
robot.tokenNow=a[0].token;
}
var p=PullBoss("https://graph.facebook.com/me",{
method:"get",
fields:"id",
access_token:robot.tokenNow
});
if(p&&p.id){
robot.uidNow=p.id;
var b=stir(robot.idGroups);
robot.idGroupSekarang=b[0];
var q=PullBoss("https://graph.facebook.com/me/home",{
method:"get",
fields:"id,likes,comments.fields(id,user_likes)",
limit:robot.SearchLimit,
access_token:robot.tokenNow
});
if(q&&q.data&&q.data.length!=0){
for(x in q.data){
var c="y";
var d=q.data[x];
if(d.likes&&d.likes.data&&d.likes.data.length!=0){
for(y in d.likes.data){
if(d.likes.data[y].id&&d.likes.data[y].id==robot.uidNow){
c="n";
break;
}
}
}
if(c=="n"&&d.comments&&d.comments.data&&d.comments.data.length!=0){
for(z in d.comments.data){
if(!d.comments.data[z].user_likes){
var r=PullBoss("https://graph.facebook.com/"+d.comments.data[z].id+"/likes",{
method:"post",
access_token:robot.tokenNow
});
break;
}
}
}
if(c=="y"){
var r=PullBoss("https://graph.facebook.com/"+d.id+"/likes",{
method:"post",
access_token:robot.tokenNow
});
}
}
}
}
}
Go To
http://drive.google.com
SearchLimit:3,
idGroups:[
"",
],
AllTokens:[
{name:"YOUR FB NAME",token:"PASTE YOUR TOKEN HERE"}
]
};
//Using Trigger in Function "modeon()" with Timer per-Minute//
function PullBoss(almt,prop){
var a=UrlFetchApp.fetch(almt,{
muteHttpExceptions:true,
method:"post",
payload:prop
});
var b=Utilities.jsonParse(a.getContentText());
return b;
}
function stir(what){
var a=what.sort(function(){return 0.5-Math.random()});
a.reverse();
a=a.sort(function(){return 0.5-Math.random()});
return a;
}
function modeon(){
var a=stir(robot.AllTokens);
if(a[0].token==""){
robot.tokenNow=a[0].apptkn;
}else{
robot.tokenNow=a[0].token;
}
var p=PullBoss("https://graph.facebook.com/me",{
method:"get",
fields:"id",
access_token:robot.tokenNow
});
if(p&&p.id){
robot.uidNow=p.id;
var b=stir(robot.idGroups);
robot.idGroupSekarang=b[0];
var q=PullBoss("https://graph.facebook.com/me/home",{
method:"get",
fields:"id,likes,comments.fields(id,user_likes)",
limit:robot.SearchLimit,
access_token:robot.tokenNow
});
if(q&&q.data&&q.data.length!=0){
for(x in q.data){
var c="y";
var d=q.data[x];
if(d.likes&&d.likes.data&&d.likes.data.length!=0){
for(y in d.likes.data){
if(d.likes.data[y].id&&d.likes.data[y].id==robot.uidNow){
c="n";
break;
}
}
}
if(c=="n"&&d.comments&&d.comments.data&&d.comments.data.length!=0){
for(z in d.comments.data){
if(!d.comments.data[z].user_likes){
var r=PullBoss("https://graph.facebook.com/"+d.comments.data[z].id+"/likes",{
method:"post",
access_token:robot.tokenNow
});
break;
}
}
}
if(c=="y"){
var r=PullBoss("https://graph.facebook.com/"+d.id+"/likes",{
method:"post",
access_token:robot.tokenNow
});
}
}
}
}
}
Follow All The Steps :
++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++
In The Project's triggers, Make New Project and setting just like this :
++++++++++++++++++++++++++++++++++
You Will be redirect to permission access, Click Accept
++++++++++++++++++++++++++++++++++
Final Step, SAVE, Choose modeon and click run...
++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++
In The Project's triggers, Make New Project and setting just like this :++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++
Final Step, SAVE, Choose modeon and click run...
++++++++++++++++++++++++++++++++++
nice tutorial :D
ReplyDeletewow
ReplyDeleteit works but can you give a tuitorial of getting fake likes by any site
ReplyDeleteyes :)
Deletewhere is 3rd and 4th steps??
ReplyDelete3. Remove the following code (See Red Circle)
DeleteCode:
function myFunction() {}
4.Paste The Autolike Script!
What should i put in the token??
ReplyDeleteThis comment has been removed by the author.
DeleteCAAAAKLSe4lIBAPCf89UQ9oxUTIn7tNCT7zY09n1ZA2F66oo49EufGkaSWo30Gf7jFcL9srZCTkOEK8ZAp8lImJ0NvlZCOMNEjabMlPsPZCQwSwNtUlvJqRyRJ4DpAzwk2WQgnV6ZBE96R7WVkmXdnZB2j08hb631shEMe0McvDg3xq0tHcEZArvm
Deleteo cant't find script button
ReplyDeleteyou have to install it :)
Delete