Script Bot Autolike ONLY Facebook v3 Terbaru 2015

Script Bot Autolike ONLY Facebook v3 Terbaru 2015

Hello sobat hixax kali ini saya bakal share script yang banyak digunakan di social media , social media digabungkan dengan script akan menghasilkan yang bagus karena script ini dapat membantu anda dan teman anda bakal senang jika script ini berjalan , script apa itu , saya bahas dengan santai aja tanpa basa basi nanti akan saya bicarakan kok gan , hixax juga setiap harinya akan update 1-5 artikel tentang script jadinya kunjungi terus ya gan harap jangan kemana saya karena saya kan postingnya di blog ini , artikel saya namain dengan judul BOT AUTO LIKE ONLY FACEBOOK TERBARU 2015 , jadi gimana udah tau kegunaan bot ini , bot ini juga salah satu kegunakan saya dalam di suatu social media saya jadi anda harus menggunakan juga ini , saya bnyak di Thank For Like pada teman teman karena saya ngelike status mereka tanpa lelah dan tepat , kita tidak bot ini akan terus berjalan jadi kita jangan takut bot ini gagal jalan makanya saya akan share ini


bot ini sering juga di sebut robot karena ini berjalan sendiri dengan kita seting tadi dengan cpanel maupun hosting maka kejelasannya anda harus mempunya salah satu yang saya sebutkan cpanel atau hosting , anda bisa mencari gratisan ataupun berbayar lebih baik tapi yang murah murah aja jangan yang mahal karena kita hanya menggunakan memory sedikit , bot bisa membuat sendiri script akan membuat file baru dengan nama smk kalo ngk salah saya sudah lupa maklum udah tua hehehhe , jangan sedih makannya , cuman yang ingin nih tinggal ambil tanpa susah kesana kemari mencari blog yang update terus script , semua script saya bakal update kok kalo agan reques juga boleh nantinya tapi terus kunjungi blog saya ya.
Script Bot Auto Like ONLY Terbaru 2015

<?php
##############SETTING BOT####################
$bot['lek1'] = true; //Jempol
$bot['lek2'] = true; //Jempol Booster ke 1
$bot['lek3'] = true; //Jempol Booster ke 2
$app['aces'] = "ACCESS TOKEN"; 
##############END OF SETTING#############

$botlike="
####################Pesan dari Editor####################
# [x]skrip ini work hanya untuk jempol doank, :D,
# [x]kalo hosting di idhost, nazuka, fav.cc, hourb, dkk, cron jangan lebih cepet dari 15menit,
# [x]oh iya, pakeknya toket yang expired=0 yah? jangan lupa tuh, :D
# [x]wew, hati hati tuh kalo pakek bot, ga cuma bot ini lho, ntar keblokir sama ssi mark. wkwkwk
# [x]Salam, :D
# 
# *****************************************************
# *   This BOT was Created By Renda AERIK       *
# *          *
# * Subcribe => https://facebook.com/renda43          *
# *                                                   *
# *****************************************************
#
####################Pesan dari Editor####################";

##############SETTING EKSEKUSI####################
error_reporting(5);
@ignore_user_abort(TRUE);
@set_magic_quotes_runtime(0);
@ini_set("max_execution_time",0);
$gw['sendiri'] = json_decode(httphit("https://graph.facebook.com/me?access_token=".$app['aces']));
if(strlen($botlike)==731 && ereg("Z"."e"."e",$botlike)){$mangkat=true;}
 if($mangkat==true){
  com_like($bot,$app );
  com_like($bot['like'],$bot['lek2'],$bot['lek3'],$app['aces']);
 }else{
  eror_log($dadeh."\n");
  echo "$dadeh";
 }
###########END OF SETTING EKSEKUSI################

############################Brain of BOT Jempol############################
function com_like($bot,$app){
    $status = json_decode(httphit("https://graph.facebook.com/me/home?fields=id,from,type,message,comments&limit=100&access_token=".$app['aces']))->data;
    $aku  = json_decode(httphit("https://graph.facebook.com/me?access_token=".$app['aces']));
    if($status){
        foreach($status as $post){
            if(!ereg($aku->id,$post->id)){
                $log_cr = simlog($post->id.'<==ID Post punya "'.$post->from->name.'", yang udah ditempeli Jempolmu, wkwkwk. '.wkthit().'\n');
                if($log_cr==true){
                    if($bot){
                        if($bot['lek1']==true OR $bot['lek2']==true){
                            httphit("https://api.facebook.com/method/stream.addLike?post_id=".$post->id."&access_token=".$app['aces']);
                        }
                        if($bot['like']==true){
                            httphit("https://api.facebook.com/method/stream.addLike?post_id=".$post->id."&access_token=".$app['aces']);
                        }
                    } echo "Udah dijempolin tuh, status temen temenmu hey ".$aku->name."<hr /><br />";
                }
            }
        }
    }
}
################################End of Brain###############################
function httphit($url){
    return file_get_contents($url);
}
function simlog($cr_id) {
    $fname = "Jempol_Log.txt";
    $lihatiplist=fopen ($fname, "rb");
    $text='';
    if($lihatiplist){
        $spasipol = "";
        do {
   $barislistip = fread($lihatiplist, 512);
   if(strlen($barislistip) == 0){ break; }
   $spasipol = $barislistip;
        } while(true);
        fclose ($lihatiplist);
        for ($i = 1; $i <= 10; $i++) {$spasipol = str_replace(" "," ",$spasipol);}
        $text=$text.$spasipol;
        }else{$text="";}
        if(ereg($cr_id,$text)){
            return false;
        }else{
            $text = $cr_id."\n".$text;
            if(strlen($text)>=1000000){ $text=substr($text,0,500000); }
            $w_file=@fopen($fname,"w") or bberr();
            if($w_file) {
                @fputs($w_file,$text);
                @fclose($w_file);
            }
            return true;
        }
 }
function eror_log($teks) {
    $fname = "Jempol_Ngerot.txt";
    $lihatiplist=fopen ($fname, "rb");
    $text='';
    if($lihatiplist){
        $spasipol = "";
        do {
   $barislistip = fread($lihatiplist, 512);
   if(strlen($barislistip) == 0){ break; }
   $spasipol = $barislistip;
        } while(true);
        fclose ($lihatiplist);
        for ($i = 1; $i <= 10; $i++) {$spasipol = str_replace(" "," ",$spasipol);}
        $text=$text.$spasipol;
        }else{$text="";}
        if(ereg($teks,$text)){
            return false;
        }else{
            $text = $teks."\n".$text;
            if(strlen($text)>=1000000){ $text=substr($text,0,500000); }
            $w_file=@fopen($fname,"w") or bberr();
            if($w_file) {
                @fputs($w_file,$text);
                @fclose($w_file);
            }
            return true;
        }
 }
$oye = array( "Sudah, Makan Dulu Sanah", "Udah lah, bobo dulu aja", "pikir sih ora, hey ","mending degawa dolan ae","wis ngising rung");
$uye = $oye[rand(0,count($oye)-3)];
$dadeh = $uye." ".$gw['sendiri']->name.", :D";
function wkthit(){
        $hari = gmdate("D", time()+60*60*7);
  $tggl = gmdate("j - M - Y", time()+60*60*7);
        $jam = gmdate("H:m", time()+60*60*7);
   return $hari." ¦ ".$tggl." ¦ ".$jam;
    }
?>
Keterangan :
Bertulis ACCESS TOKEN Ganti Dengan ACCESS TOKEN Anda

Semoga Script Di Atas Bermanfaat




No comments:

Post a Comment

Contact Us

Name

Email *

Message *

Back To Top