widget

Script Facebook Auto React v3.3

Script Facebook Auto React v3.3

Script Facebook Auto React v3.3 - Hello, tentang Facebook Auto React  sangat berguna untuk anda, tidak ada yang tidak untung, anda otomatis dapat memberi reaction kepada teman anda dipostnya. Dan anda akan di apresiasi oleh orang lain.

Name : Script Facebook Auto React v3.3
Type : Tools Facebook
Created by : Endo Sulistio
Language : PHP
=================

Cara memasangnya :
Google Script + Cron




  1. <?php
  2. /*
  3. * BOT REACTION Versi 3
  4. * BOT TANGGAP STATUS
  5. Versi 3
  6. * Created By: Endo Sulistio
  7. * FB: https://facebook.com/100002167444279
  8. * E-mail: edocyberar1@gmail.com
  9. *** NOTE , Jangan di rubah apa apa... ***
  10. ****** EDIT SESUKA HATI KALIAN, ASALKAN JANGAN GANTI NAMA PEMBUAT ******
  11. * Terimakasih
  12. * Covered By Wangur Team
  13. Fitur Baru !!
  14. * UPDATE SCRIPT VIA CURL
  15. */
  16. $versi='3.3';
  17. $server='http://wangur.uk.to';
  18. $dsc='Fitur Baru.. Silahkan Di Update Sekarang Bro.';
  19. echo'<style>hr {
  20. margin : 3px;
  21. border-color : #f0f0f0 #fff #fff;
  22. border-style : solid;
  23. border-width : 1px;
  24. }
  25. </style>';
  26.   if(file_exists('dataLog.php')){
  27.   include'dataLog.php';
  28.   }
  29. $bot = new bot($wangur);
  30. $bot-> kopling=$koplinge;
  31. class bot{
  32. private $wangur;
  33. public $kopling;
  34. private function get_contents($url,$type=null,$fields=null){
  35.    $opts = array(
  36.             42 => false,
  37.             19913 => 1,
  38.             10002 => $url,
  39.             52 => false,
  40.             10018 => 'Opera/9.80 (Series 60; Opera Mini/6.5.27309/34.1445; U; en) Presto/2.8.119 Version/11.10',
  41.            78 => 5,
  42.            13 => 5,
  43.            47 => false,
  44.             );
  45.    $ch=curl_init();
  46.    if($type){
  47.        if($type == 1){
  48.               $opts[10082] = 'coker_log';
  49.               }
  50.        if($type == 3){
  51.               $opts[42] = false;
  52.              
  53.              }
  54.        $opts[10031] = 'coker_log';
  55.     }
  56.   if($fields){
  57.       $opts[47] = false;
  58.       $opts[10015] = $fields;
  59.       }
  60.    curl_setopt_array($ch,$opts);
  61.    $result = curl_exec($ch);
  62.    curl_close($ch);
  63.    return $result;
  64.   }
  65. public function cek(){
  66.  $url = $this->getUrl('m','home.php');
  67.    $getToken = $this->get_contents($url,3);  
  68.     $cek=strstr($getToken,'buddylist.php');
  69. if($cek){
  70. return true;
  71.  }
  72.   else{ return false;
  73.    }
  74. }
  75. public function home(){
  76.    
  77.    $url = $this->getUrl('m','home.php');
  78.    $getToken = $this->get_contents($url,3);    
  79.    $konten = strstr($getToken,'class="_3-8w">');
  80.    $ft_id = explode('/reactions/picker/',$konten);
  81.    $limit=6; //count($ft_id);
  82.  echo'<hr><hr><b>Type Reaction: <font color="red">'.$this->ubah($this->kopling,true).'</font></b><hr>';
  83. for($i=0; $i<=$limit; $i++){
  84. $id=$this->cut($ft_id[$i],'ft_id=','&');
  85.     echo'<br>[-] '.$id;
  86.        if($id){
  87.        if($this->getLog($id)){
  88.      
  89.         echo' <font color="green">[ Ok ]</font>';
  90.           $this -> getReaction($id);
  91.            }else{
  92.        echo' <font color="red">Success..</font>';
  93.   }
  94. }
  95. }
  96.    }
  97. public function getReaction($edo){
  98. $gerr ='https://mobile.facebook.com/reactions/picker/?ft_id='.$edo;
  99.     $sukaa= $this->get_contents($gerr,3);
  100.     $suka= $this->cut($sukaa,'tanggapan</h1>','<div id="static');
  101.     $ha= explode('/ufi/reaction/',$suka);
  102.     $liha= count($ha);
  103. for($hai=0; $hai<=$liha; $hai++){
  104.   $getha= $this -> cut($ha[$hai],$this->ubah($this->kopling,false),'"');
  105.    
  106.     if($getha){
  107.       $hajarm='https://mobile.facebook.com/ufi/reaction/?ft_ent_identifier='.$edo.'&amp;reaction_'.$this->ubah($this->kopling,false).''.$getha;
  108.       $hajar= str_replace('&amp;','&',$hajarm);
  109.       echo $this->get_contents($hajar,3);
  110.      
  111.     }
  112. }
  113. }
  114. private function saveFile($x,$y){
  115.    $f = fopen($x,'w');
  116.         fwrite($f,$y);
  117.         fclose($f);
  118.    }
  119. private function getUrl($domain,$dir,$uri=null){
  120.     if($uri){
  121.          foreach($uri as $key =>$value){
  122.              $parsing[] = $key . '=' . $value;
  123.                 }
  124.              $parse = '?' . implode('&',$parsing);
  125.                 }
  126.      return 'https://' . $domain . '.facebook.com/' . $dir . $parse;
  127.        }
  128. public function cut($content,$start,$end){
  129. if($content && $start && $end) {
  130. $r = explode($start, $content);
  131. if (isset($r[1])){
  132. $r = explode($end, $r[1]);
  133. return $r[0];
  134. }
  135. return '';
  136. }
  137. }
  138. public function ubah($rem,$info){
  139.  if($rem[suka]=='true'){
  140.  $tipe='type=1'; $anu='Suka';
  141.   }else if($rem[super]=='true'){
  142.    $tipe='type=2'; $anu='Super';
  143.     }else if($rem[haha]=='true'){
  144.      $tipe='type=4'; $anu='Haha';
  145.       }else if($rem[wow]=='true'){
  146.        $tipe='type=3'; $anu='Wow';
  147.         }else if($rem[sedih]=='true'){
  148.          $tipe='type=7'; $anu='Sedih';
  149.           }else if($rem[marah]=='true'){
  150.            $tipe='type=8'; $anu='Marah';
  151.             }
  152.          if($info=='true'){
  153.         return $anu;
  154.       }else{
  155.     return $tipe;
  156.   }
  157. }
  158. public function getLog($y){
  159.    if(file_exists('log.txt')){
  160.        $log=file_get_contents('log.txt');
  161.        }else{
  162.        $log=' ';
  163.        }
  164.   if(ereg($y,$log)){
  165.        return false;
  166.        }else{
  167. if(strlen($log) > 5000){
  168.    $n = strlen($log) - 5000;
  169.    }else{
  170.   $n= 0;
  171.    }
  172.        $this->saveFile('log.txt',substr($log,$n).' '.$y);
  173.        return true;
  174.       }
  175.  }
  176. public function login($array){
  177.   $login = array(
  178.      'pass' => $array[pw],
  179.      'email' => $array[eml],
  180.      'login'  => 'Login',
  181.              );
  182. print  $this->get_contents($this->getUrl('mobile','login.php'),1,$login);
  183.    }
  184. public function versi($a,$b,$update=null){
  185. $c=$this->cut($this->get_contents($b,3),"versi='","'");
  186. $d=$this->cut($this->get_contents($b,3),"dsc='","'");
  187. $server=$this->cut($this->get_contents($b,3),"server='","'");
  188. if($a==$c){
  189. }elseif($update=='bot'){
  190.  $f = fopen(basename($_SERVER['PHP_SELF']),'w');
  191.         fwrite($f,$this->get_contents($b,3));
  192.         fclose($f);
  193. echo'Script Berhasil Di Update..';
  194. //echo'<meta http-equiv="refresh" content="0; url=?act=finish"/>';
  195. exit;        
  196. }else{
  197.  echo'<div style="margin:3px">
  198. <div style="margin:5px; border:1px solid #5F77EE; padding:4px 4px 0px 4px;"><font color="red"><b>INFO:</b></font><br>Terdapat Script Bot Versi Baru
  199. <br> Versi: <font color="red"><b>'.$c.'</b></font><br>Info Script: '.$d.'<br> Server: '.$server.'<br>Update Sekarang?
  200. <div style="margin:5px">
  201. <a href="?update=bot" style="color: #FFFFFF; text-decoration: none; background-color: #6F98E0; padding:5px; margin:6px; border:1px solid #5F77E0;">Update Sekarang</a><hr></div></div>';
  202. }
  203. }
  204. public function dataLog($anu,$x,$statusbot,$a,$b,$c,$d,$e,$f,$g,$h,$i,$j,$k){
  205.            
  206.             if($anu=='sav'){
  207. if($a=='true'){
  208. $aa='true'; $bb=2; $cc=3; $dd=4; $ee=5; $ff=6;
  209.   }else if($a=='ttrue'){
  210. $aa=1; $bb='true'; $cc=3; $dd=4; $ee=5; $ff=6;  
  211.     }else if($a=='tttrue'){
  212. $aa=1; $bb=2; $cc='true'; $dd=4; $ee=5; $ff=6;
  213.       }else if($a=='ttttrue'){
  214. $aa=1; $bb=2; $cc=3; $dd='true'; $ee=5; $ff=6;
  215.         }else if($a=='tttttrue'){
  216.   $aa=1; $bb=2; $cc=3; $dd=4; $ee='true'; $ff=6;
  217.           }else if($a=='ttttttrue'){
  218.             $aa=1; $bb=2; $cc=3; $dd=4; $ee=5; $ff='true';
  219.             }  
  220.  $data =  urldecode('%3C').'?php
  221.  $koplinge  =  array(
  222. \'suka\' => \''.$aa.'\',
  223. \'super\' => \''.$bb.'\',
  224. \'haha\' => \''.$cc.'\',
  225. \'wow\' => \''.$dd.'\',
  226. \'sedih\' => \''.$ee.'\',
  227. \'marah\' => \''.$ff.'\',
  228. \'pw\' => \''.$g.'\',
  229. \'eml\' => \''.$h.'\',);
  230. ?'.urldecode('%3E');
  231.  $f = fopen('dataLog.php','w');
  232.         fwrite($f,$data);
  233.         fclose($f);
  234. echo' Pengaturan Berhasil Disimpan';
  235. }else{
  236. echo'<div style="border:1px solid #5F77EE; padding:5px;">
  237. <b>Pengaturan Bot </b><form method="POST" action="'.basename($_SERVER['PHP_SELF']).'">';
  238. echo'<br>';
  239. echo'[+] Type Bot<br>
  240. <input type="radio" name="a" value="true"> Suka<br>
  241. <input type="radio" name="a" value="ttrue"> Super<br>
  242. <input type="radio" name="a" value="tttrue"> Haha<br>
  243. <input type="radio" name="a" value="ttttrue"> Wow<br>
  244. <input type="radio" name="a" value="tttttrue"> Sedih<br>
  245. <input type="radio" name="a" value="ttttttrue"> Marah<br><b>[+] Saat Ini Type: <font color="red">';
  246. if($statusbot){
  247. echo $statusbot; }else{ echo'Belum Ada'; }
  248. echo'</font></b><hr>
  249. <b>Data Login</b>
  250. <br>
  251. Password<br><input type="text" name="g" value="'.$x[pw].'"><br>
  252. Email<br><input type="text" name="h" value="'.$x[eml].'"><br>
  253. <input type="submit" name="Submit" value="Simpan !">
  254. </form>
  255. </div>';
  256. }
  257. }
  258. }
  259. if(!file_exists('dataLog.php')){
  260. echo'<center><b>WELKOM TU BOT WANGUR V '.$versi.'</b></center><hr>';
  261.      $bot->dataLog('ser',$koplinge,$bot->ubah($koplinge,true),1,2,3,4,5,6,7,8,9,10,11);
  262. if($_POST['Submit']){
  263. $bot->dataLog('sav',$koplinge,$bot->ubah($koplinge,true),$_POST[a],$_POST[b],$_POST[c],$_POST[d],$_POST[e],$_POST[f],$_POST[g],$_POST[h],$_POST[i],$_POST[j],$_POST[k]);
  264. echo'<meta http-equiv="refresh" content="0; url='.basename($_SERVER['PHP_SELF']).'?welkome=satu"/>';
  265.     }  
  266. exit;
  267. }
  268. echo $bot->versi($versi,$server.'/project/reaction.inc',$_GET['update']);
  269. if($bot->cek()==1){
  270. echo'<div style="margin:3px;"><a style="color: #000; text-decoration: none; background-color: #6FEFF0; padding:5px; margin:6px; border:1px solid #5FEEF0;" href="?act=atur">[+] Pengaturan Bot [+]</a></div>';
  271. echo $bot->home();
  272.     }else{
  273.     if(file_exists('coker_log')){
  274.    unlink('coker_log');
  275.    echo'<b>Login False..</b>';
  276.    echo'<hr>';
  277.   echo'* Cek email atau password kamu <a href="?act=cek">Disini</a>
  278.    <br>* Atau cek akun facebook kamu, Biasanya ada notif <b>Upaya Masuk..Blablablablaa..</b> tinggal klik aja. <b>Ini ok</b>';
  279.   exit;
  280.      
  281.      }else{
  282.   if($_GET['act']){
  283. $bot->dataLog('ser',$koplinge,$bot->ubah($koplinge,true),1,2,3,4,5,6,7,8,9,10,11);
  284. exit;
  285. }elseif($_POST['Submit']){
  286. $bot->dataLog('sav',$koplinge,$bot->ubah($koplinge,true),$_POST[a],$_POST[b],$_POST[c],$_POST[d],$_POST[e],$_POST[f],$_POST[g],$_POST[h],$_POST[i],$_POST[j],$_POST[k]);
  287. echo'<meta http-equiv="refresh" content="0; url='.basename($_SERVER['PHP_SELF']).'?welkome=dua"/>';
  288. exit;
  289. }  
  290.   echo'<b>Login Ke Facebook</b>';
  291.   echo'<br>';
  292.   echo'Muat ulang halaman ini. Atau <a href="?fresh">Klik Disini</a>';
  293.   $bot->login($koplinge);
  294.     exit;
  295.     }
  296.    
  297. $bot->login($koplinge);
  298.    
  299.  }
  300. if($_GET['act']){
  301. $bot->dataLog('ser',$koplinge,$bot->ubah($koplinge,true),1,2,3,4,5,6,7,8,9,10,11);
  302. exit;
  303. }elseif($_POST['Submit']){
  304. $bot->dataLog('sav',$koplinge,$bot->ubah($koplinge,true),$_POST[a],$_POST[b],$_POST[c],$_POST[d],$_POST[e],$_POST[f],$_POST[g],$_POST[h],$_POST[i],$_POST[j],$_POST[k]);
  305. exit;
  306. }
  307. ?>

Previous
Next Post »
Thanks for your comment