Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $job=0;
- $reset="\033[0m";
- $black="\033[30m";
- $red="\033[31m";
- $green="\033[32m";
- $orange="\033[33m";
- $blue="\033[34m";
- $purple="\033[35m";
- $cyan="\033[36m";
- $lightgrey="\033[37m";
- $darkgrey="\033[90m";
- $lightred="\033[91m";
- $lightgreen="\033[92m";
- $yellow="\033[93m";
- $lightblue="\033[94m";
- $pink="\033[95m";
- $lightcyan="\033[96m";
- #Màu Ô
- $black2="\033[40m";
- $red2="\033[41m";
- $green2="\033[42m";
- $orange2="\033[43m";
- $blue2="\033[44m";
- $purple2="\033[45m";
- $cyan2="\033[46m";
- $lightgrey2="\033[47m";
- error_reporting(0);
- function POST($url_nhan,$data,$head_ac){
- $mr = curl_init();
- curl_setopt_array($mr, array(
- CURLOPT_URL => $url_nhan,
- CURLOPT_RETURNTRANSFER => true,
- CURLOPT_POSTFIELDS => $data,
- CURLOPT_HTTPHEADER => $head_ac,));
- $mr2 = curl_exec($mr); curl_close($mr);
- $json = json_decode($mr2,true);
- return $json;
- }
- function GET($url,$head){
- $mr = curl_init();
- curl_setopt_array($mr, array(
- CURLOPT_URL => $url,
- CURLOPT_RETURNTRANSFER => true,
- CURLOPT_HTTPHEADER => $head));
- $mr2 = curl_exec($mr); curl_close($mr);
- return $mr2;}
- function G($url,$head){
- $mr = curl_init();
- curl_setopt_array($mr, array(
- CURLOPT_URL => $url,
- CURLOPT_FOLLOWLOCATION => false,
- CURLOPT_RETURNTRANSFER => true,
- CURLOPT_HTTPHEADER => $head,
- CURLOPT_HEADER => true,));
- $mr2 = curl_exec($mr); curl_close($mr);
- return $mr2;
- }
- system("clear");
- system('toilet -f mono12 --filter border CBTOOL --metal');
- echo $lightcyan."\t\tTOOL:$lightred Acotien Bản V1 Đa Luồng\n";
- echo $lightgreen."\t\tBản Quyền Của:$lightcyan Đỗ Trọng Chi\n";
- echo $yellow."\t\tDonate Momo:$lightgreen 0978362055\n";
- if(file_exists("acc.php")!=true){
- $luong=readline("Nhập Số Tài Khoản Muốn Chạy:");
- $file=fopen("acc.php","w");
- fwrite($file,"<?php\n");
- for($i=0;$i<$luong;$i++){
- $ck=readline($lightcyan."[~]Nhập Cookie Acc $i:$darkgrey");
- $ia=explode("c_user=",$ck);
- $iddat=explode(";",$ia[1]);
- fwrite($file,"///////Tài Khoản $i :$iddat[0]//////\n");
- fwrite($file,"$"."cookie[$i]='$ck';\n");
- fwrite($file,"$"."iddat[$i]='$iddat[0]';\n");}
- fwrite($file,"/////////Số Luồng///////\n");
- fwrite($file,"$"."luong='$luong';\n");
- fclose($file);
- }
- $tk=readline($lightblue."[~]Nhập Tài Khoản:");
- $mk=readline($lightblue."[~]Nhập Mật Khẩu:");
- $login="user=$tk&pass=$mk";
- $mr = curl_init();
- curl_setopt_array($mr, array(
- CURLOPT_URL => "https://www.acotien.com/system/login",
- CURLOPT_RETURNTRANSFER => true,
- CURLOPT_HEADER =>true,
- CURLOPT_POSTFIELDS => $login,));
- $mr2 = curl_exec($mr); curl_close($mr);
- $c=explode('Set-Cookie: ',$mr2);
- $c=explode('; path=/',$c[1]);
- $true=explode('{"status":true,"msg":"',$mr2);
- $true=explode('"}',$true[1]);
- if ($true[0]=="\u0110\u0103ng nh\u1eadp th\u00e0nh c\u00f4ng"){echo $darkgrey."[~]Đăng Nhập Thành Công\n";}else{exit($lightred."[~]Sai Tài Khoản Hoặc Mật Khẩu\n");}
- sleep(1);
- $head_act=["Host:www.acotien.com","Connection:keep-alive","Upgrade-Insecure-Requests:1","User-Agent:Mozilla/5.0 (Linux; Android 10; RMX1929) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Mobile Safari/537.36","Content-Type:application/x-www-form-urlencoded; charset=UTF-8","Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9","cookie:$c[0]"];
- echo $lightcyan."Nhập Thời Gian 0s < Time < 300s\n";
- $min=readline($lightcyan."[~]Từ:");
- if ($min<"0"){exit($lightred."[~]Vui Lòng Ghi Đúng!!");}
- $max=readline($lightcyan."[~]Đến:");
- if ($max>"300"){exit($lightred."[~]Vui Lòng Ghi Đúng!!");}
- system("clear");
- system('toilet -f mono12 --filter border CBTOOL --metal');
- echo $lightcyan."\t\tTOOL:$lightred Acotien Bản V1 Đa Luồng\n";
- echo $lightgreen."\t\tBản Quyền Của:$lightcyan Đỗ Trọng Chi\n";
- echo $yellow."\t\tDonate Momo:$lightgreen 0978362055\n";
- echo $lightcyan."__________________________________________________________________________\n";
- echo "\n\n";
- while (true){
- $time=rand($min,$max);
- date_default_timezone_set( 'Asia/Ho_Chi_Minh' );
- $today = date("d/m/Y");
- $thoigian = date( 'H:i' );
- include("acc.php");
- for($i=0;$i<$luong;$i++){
- $head_fb=["Host:mbasic.facebook.com","cache-control:max-age=0","upgrade-insecure-requests:1","save-data:on","user-agent:Mozilla/5.0 (Linux; Android 10; RMX1929) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Mobile Safari/537.36","accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9","sec-fetch-site:cross-site","sec-fetch-mode:navigate","sec-fetch-user:?1","sec-fetch-dest:document","accept-language:vi-VN,vi;q=0.9,fr-FR;q=0.8,fr;q=0.7,en-US;q=0.6,en;q=0.5","cookie:$cookie[$i]"];
- $check=GET("https://mbasic.facebook.com",$head_fb);
- $op=explode('<head><title>',$check)[1];
- $op=explode('</title>',$op)[0];
- if ($op=="Đăng nhập Facebook"){
- exit($lightred."Die Cookie\n");
- system("rm acc.php");}
- $f="iddat=$iddat[$i]";
- $datnick=POST("https://www.acotien.com/system/dat-nick",$f,$head_act);
- $status=$datnick["status"];
- if ($status==1){}else{exit($lightred."Không Có ID Này Trong Web ,Vui Lòng Thêm Nick Trước Khi Chạy\n");}
- $mr2=GET("https://www.acotien.com/kiem-tien",$head_act);
- $ten=explode('"text-white ml-1">',$mr2);
- $ten=explode('</',$ten[1]);
- $id=explode(' <div id="',$mr2);
- $id=explode('"',$id[2]);
- $type=explode('"font-14 block-text-2">',$mr2);
- $type=explode('</',$type[1]);
- $s=explode('"hold-prices">',$mr2);
- $s=explode('</',$s[1]);
- if ($type[0]=="Thực hiện bình luận cho bài viết "){
- $cmt=explode('"form-control" readonly>',$mr2);
- $cmt=explode('</textarea></',$cmt[1]);
- }
- #Like Page
- if ($type[0]=="Thực hiện like page cho bài viết "){$job++;
- $da=GET("https://mbasic.facebook.com/profile.php?id=".$id[0],$head_fb);
- $tìm =explode("/a/profile.php?",$da);
- $tìm1=explode('"',$tìm[1]);
- $url_like="https://mbasic.facebook.com/a/profile.php?".htmlspecialchars_decode($tìm1[0]);
- $dat=GET($url_like,$head_fb);
- $op=explode('<head><title>',$dat)[1];
- $op=explode('</title>',$op)[0];
- if ($op=="Lỗi"){exit("Bạn Bị Chặn Tương Tác");}
- $d="id=".$id[0];
- $page=POST("https://www.acotien.com/system/nhan-tien-like-page",$d,$head_act);
- $hien=$page["msg"];
- $du=GET("https://www.acotien.com/home",$head_act);
- $so=explode('"font-size: 13px;">',$du);
- $so=explode('</h6',$so[1]);
- if ($hien=="Bạn đã thực hiện thành công, tiền đã được cộng vào tài khoản."){
- echo $lightcyan."~[$job]~$yellow [PAGE]$pink [ID]~[$id[0]]$lightgreen [+$s[0]]$yellow ~[Chờ Duyệt:$so[0]]~ $lightcyan [$ten[0]]$lightgrey [$thoigian]\n";}}
- #Like Post
- if ($type[0]=="Thực hiện like cho bài viết "){$job++;
- $data=G("https://mbasic.facebook.com/".$id[0],$head_fb);
- if (strpos($data,"xs=deleted") == true){}else {
- $location = explode("location: ",$data);
- $rdr = explode("rdr",$location[1]);
- $data=GET("$rdr[0]"."rdr",$head_fb);
- $tìm =explode("/a/like.php?",$data);
- $tìm1=explode('"',$tìm[1]);
- $url_like="https://mbasic.facebook.com/a/like.php?".htmlspecialchars_decode($tìm1[0]);
- $data=GET($url_like,$head_fb);
- $op=explode('<head><title>',$data)[1];
- $op=explode('</title>',$op)[0];
- if ($op=="Tài khoản của bạn hiện bị hạn chế"){exit("Bạn Bị Chặn Tương Tác");}}
- $d="id=".$id[0];
- $page=POST("https://www.acotien.com/system/nhan-tien-like",$d,$head_act);
- $hien=$page["msg"];
- $du=GET("https://www.acotien.com/home",$head_act);
- $so=explode('"font-size: 13px;">',$du);
- $so=explode('</h6',$so[1]);
- if ($hien=="Bạn đã thực hiện thành công, tiền đã được cộng vào tài khoản."){
- echo $lightcyan."~[$job]~$yellow [LIKE]$pink [ID]~[$id[0]]$lightgreen [+$s[0]]$yellow ~[Chờ Duyệt:$so[0]]~ $lightcyan [$ten[0]]$lightgrey [$thoigian]\n";}}
- #Follow
- if ($type[0]=="Thực hiện theo dõi "){$job++;
- $data=GET("https://mbasic.facebook.com/profile.php?id=".$id[0],$head_fb);
- $tìm =explode("/a/subscribe.php?",$data);
- $tìm1=explode('"',$tìm[1]);
- $url_fl="https://mbasic.facebook.com/a/subscribe.php?".htmlspecialchars_decode($tìm1[0]);
- $data=GET($url_fl,$head_fb);
- $d="id=".$id[0];
- $page=POST("https://www.acotien.com/system/nhan-tien-follow",$d,$head_act);
- $hien=$page["msg"];
- $du=GET("https://www.acotien.com/home",$head_act);
- $so=explode('"font-size: 13px;">',$du);
- $so=explode('</h6',$so[1]);
- if ($hien=="Bạn đã thực hiện thành công, tiền đã được cộng vào tài khoản."){
- echo $lightcyan."~[$job]~$yellow [FOLLOW]$pink [ID]~[$id[0]]$lightgreen [+$s[0]]$yellow ~[Chờ Duyệt:$so[0]]~ $lightcyan [$ten[0]]$lightgrey [$thoigian]\n";}}
- #comment
- if ($type[0]=="Thực hiện bình luận cho bài viết "){$job++;
- $data=G("https://mbasic.facebook.com/".$id[0],$head_fb);
- if (strpos($data,"xs=deleted") == true){}else {
- $location = explode("location: ",$data);
- $rdr = explode("rdr",$location[1]);
- $data=GET("$rdr[0]"."rdr",$head_fb);
- $tìm =explode("fs=8",$data);
- $tìm1=explode('"',$tìm[1]);
- $fb=explode('name="fb_dtsg" value="',$data);
- $fb=explode('"',$fb[1]);
- $fbdtsg=htmlspecialchars_decode($fb[0]);
- $jaz=explode('name="jazoest" value="',$data);
- $jaz=explode('"',$jaz[1]);
- $data="fb_dtsg=$fbdtsg&jazoest=$jaz[0]&comment_text=".$cmt[0];
- $url_cmt="https://mbasic.facebook.com/a/comment.php?fs=8".htmlspecialchars_decode($tìm1[0]);
- $data=POST($url_cmt,$data,$head_fb);}
- $d="id=".$id[0];
- $page=POST("https://www.acotien.com/system/nhan-tien-comment",$d,$head_act);
- $hien=$page["msg"];
- $du=GET("https://www.acotien.com/home",$head_act);
- $so=explode('"font-size: 13px;">',$du);
- $so=explode('</h6',$so[1]);
- if ($hien=="Bạn đã thực hiện thành công, tiền đã được cộng vào tài khoản."){
- echo $lightcyan."~[$job]~$yellow [CMT]$pink [ID]~[$id[0]]$lightgreen [+$s[0]]$yellow ~[Chờ Duyệt:$so[0]]~ $lightcyan [$ten[0]]$lightgrey [$thoigian]\n";}}
- #Cam Xuc
- if ($type[0]=='Thực hiện <bstyle="color: #db01a2;">LOVE '){
- $job++;
- $o="2";
- $loai="LOVE";
- $data=G("https://mbasic.facebook.com/".$id[0],$head_fb);
- if (strpos($data,"xs=deleted") == true){
- } else {
- $one = explode("location: ",$data);
- $two = explode("rdr",$one[1]);
- $dat=GET("$two[0]"."rdr",$head_fb);
- $one = explode("/reactions/picker/?",$dat);
- $two = explode('"',$one[1]);
- $data=GET("https://mbasic.facebook.com/reactions/picker/?".htmlspecialchars_decode($two[0]),$head_fb);
- $one=explode("/ufi/reaction/?",$data);
- $two=explode('"',$one[$o]);
- $url = "https://mbasic.facebook.com//ufi/reaction/?".htmlspecialchars_decode($two[0]);
- $data=GET($url,$head_fb);}
- $d="id=$id[0]&loaicx=".$loai;
- $page=POST("https://www.acotien.com/system/nhan-tien-cam-xuc",$d,$head_act);
- $hien=$page["msg"];
- $du=GET("https://www.acotien.com/home",$head_act);
- $so=explode('"font-size: 13px;">',$du);
- $so=explode('</h6',$so[1]);
- if ($hien=="Bạn đã thực hiện thành công, tiền đã được cộng vào tài khoản."){
- echo $lightcyan."~[$job]~$yellow [$loai]$pink [ID]~[$id[0]]$lightgreen [+$s[0]]$yellow ~[Chờ Duyệt:$so[0]]~ $lightcyan [$ten[0]]$lightgrey [$thoigian]\n";}
- }sleep($time);}}
Add Comment
Please, Sign In to add comment