Chi2911ks

Untitled

Jan 23rd, 2021 (edited)
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.94 KB | None | 0 0
  1. $job=0;
  2. $reset="\033[0m";
  3. $black="\033[30m";
  4. $red="\033[31m";
  5. $green="\033[32m";
  6. $orange="\033[33m";
  7. $blue="\033[34m";
  8. $purple="\033[35m";
  9. $cyan="\033[36m";
  10. $lightgrey="\033[37m";
  11. $darkgrey="\033[90m";
  12. $lightred="\033[91m";
  13. $lightgreen="\033[92m";
  14. $yellow="\033[93m";
  15. $lightblue="\033[94m";
  16. $pink="\033[95m";
  17. $lightcyan="\033[96m";
  18. #Màu Ô
  19. $black2="\033[40m";
  20. $red2="\033[41m";
  21. $green2="\033[42m";
  22. $orange2="\033[43m";
  23. $blue2="\033[44m";
  24. $purple2="\033[45m";
  25. $cyan2="\033[46m";
  26. $lightgrey2="\033[47m";
  27. error_reporting(0);
  28. function POST($url_nhan,$data,$head_ac){
  29. $mr = curl_init();
  30. curl_setopt_array($mr, array(
  31. CURLOPT_URL => $url_nhan,
  32. CURLOPT_RETURNTRANSFER => true,
  33. CURLOPT_POSTFIELDS => $data,
  34. CURLOPT_HTTPHEADER => $head_ac,));
  35. $mr2 = curl_exec($mr); curl_close($mr);
  36. $json = json_decode($mr2,true);
  37. return $json;
  38. }
  39. function GET($url,$head){
  40. $mr = curl_init();
  41. curl_setopt_array($mr, array(
  42. CURLOPT_URL => $url,
  43. CURLOPT_RETURNTRANSFER => true,
  44. CURLOPT_HTTPHEADER => $head));
  45. $mr2 = curl_exec($mr); curl_close($mr);
  46. return $mr2;}
  47. function G($url,$head){
  48. $mr = curl_init();
  49. curl_setopt_array($mr, array(
  50. CURLOPT_URL => $url,
  51. CURLOPT_FOLLOWLOCATION => false,
  52. CURLOPT_RETURNTRANSFER => true,
  53. CURLOPT_HTTPHEADER => $head,
  54. CURLOPT_HEADER => true,));
  55. $mr2 = curl_exec($mr); curl_close($mr);
  56. return $mr2;
  57. }
  58. system("clear");
  59. system('toilet -f mono12 --filter border CBTOOL --metal');
  60. echo $lightcyan."\t\tTOOL:$lightred Acotien Bản V1 Đa Luồng\n";
  61. echo $lightgreen."\t\tBản Quyền Của:$lightcyan Đỗ Trọng Chi\n";
  62. echo $yellow."\t\tDonate Momo:$lightgreen 0978362055\n";
  63. if(file_exists("acc.php")!=true){
  64. $luong=readline("Nhập Số Tài Khoản Muốn Chạy:");
  65. $file=fopen("acc.php","w");
  66. fwrite($file,"<?php\n");
  67. for($i=0;$i<$luong;$i++){
  68. $ck=readline($lightcyan."[~]Nhập Cookie Acc $i:$darkgrey");
  69. $ia=explode("c_user=",$ck);
  70. $iddat=explode(";",$ia[1]);
  71. fwrite($file,"///////Tài Khoản $i :$iddat[0]//////\n");
  72. fwrite($file,"$"."cookie[$i]='$ck';\n");
  73. fwrite($file,"$"."iddat[$i]='$iddat[0]';\n");}
  74. fwrite($file,"/////////Số Luồng///////\n");
  75. fwrite($file,"$"."luong='$luong';\n");
  76. fclose($file);
  77. }
  78. $tk=readline($lightblue."[~]Nhập Tài Khoản:");
  79. $mk=readline($lightblue."[~]Nhập Mật Khẩu:");
  80. $login="user=$tk&pass=$mk";
  81. $mr = curl_init();
  82. curl_setopt_array($mr, array(
  83. CURLOPT_URL => "https://www.acotien.com/system/login",
  84. CURLOPT_RETURNTRANSFER => true,
  85. CURLOPT_HEADER =>true,
  86. CURLOPT_POSTFIELDS => $login,));
  87. $mr2 = curl_exec($mr); curl_close($mr);
  88. $c=explode('Set-Cookie: ',$mr2);
  89. $c=explode('; path=/',$c[1]);
  90. $true=explode('{"status":true,"msg":"',$mr2);
  91. $true=explode('"}',$true[1]);
  92. 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");}
  93. sleep(1);
  94. $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]"];
  95. echo $lightcyan."Nhập Thời Gian 0s < Time < 300s\n";
  96. $min=readline($lightcyan."[~]Từ:");
  97. if ($min<"0"){exit($lightred."[~]Vui Lòng Ghi Đúng!!");}
  98. $max=readline($lightcyan."[~]Đến:");
  99. if ($max>"300"){exit($lightred."[~]Vui Lòng Ghi Đúng!!");}
  100. system("clear");
  101. system('toilet -f mono12 --filter border CBTOOL --metal');
  102. echo $lightcyan."\t\tTOOL:$lightred Acotien Bản V1 Đa Luồng\n";
  103. echo $lightgreen."\t\tBản Quyền Của:$lightcyan Đỗ Trọng Chi\n";
  104. echo $yellow."\t\tDonate Momo:$lightgreen 0978362055\n";
  105. echo $lightcyan."__________________________________________________________________________\n";
  106. echo "\n\n";
  107. while (true){
  108. $time=rand($min,$max);
  109. date_default_timezone_set( 'Asia/Ho_Chi_Minh' );
  110. $today = date("d/m/Y");
  111. $thoigian = date( 'H:i' );
  112. include("acc.php");
  113. for($i=0;$i<$luong;$i++){
  114. $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]"];
  115. $check=GET("https://mbasic.facebook.com",$head_fb);
  116. $op=explode('<head><title>',$check)[1];
  117. $op=explode('</title>',$op)[0];
  118. if ($op=="Đăng nhập Facebook"){
  119. exit($lightred."Die Cookie\n");
  120. system("rm acc.php");}
  121. $f="iddat=$iddat[$i]";
  122. $datnick=POST("https://www.acotien.com/system/dat-nick",$f,$head_act);
  123. $status=$datnick["status"];
  124. 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");}
  125. $mr2=GET("https://www.acotien.com/kiem-tien",$head_act);
  126. $ten=explode('"text-white ml-1">',$mr2);
  127. $ten=explode('</',$ten[1]);
  128. $id=explode(' <div id="',$mr2);
  129. $id=explode('"',$id[2]);
  130. $type=explode('"font-14 block-text-2">',$mr2);
  131. $type=explode('</',$type[1]);
  132. $s=explode('"hold-prices">',$mr2);
  133. $s=explode('</',$s[1]);
  134. if ($type[0]=="Thực hiện bình luận cho bài viết "){
  135. $cmt=explode('"form-control" readonly>',$mr2);
  136. $cmt=explode('</textarea></',$cmt[1]);
  137. }
  138. #Like Page
  139. if ($type[0]=="Thực hiện like page cho bài viết "){$job++;
  140. $da=GET("https://mbasic.facebook.com/profile.php?id=".$id[0],$head_fb);
  141. $tìm =explode("/a/profile.php?",$da);
  142. $tìm1=explode('"',$tìm[1]);
  143. $url_like="https://mbasic.facebook.com/a/profile.php?".htmlspecialchars_decode($tìm1[0]);
  144. $dat=GET($url_like,$head_fb);
  145. $op=explode('<head><title>',$dat)[1];
  146. $op=explode('</title>',$op)[0];
  147. if ($op=="Lỗi"){exit("Bạn Bị Chặn Tương Tác");}
  148. $d="id=".$id[0];
  149. $page=POST("https://www.acotien.com/system/nhan-tien-like-page",$d,$head_act);
  150. $hien=$page["msg"];
  151. $du=GET("https://www.acotien.com/home",$head_act);
  152. $so=explode('"font-size: 13px;">',$du);
  153. $so=explode('</h6',$so[1]);
  154. if ($hien=="Bạn đã thực hiện thành công, tiền đã được cộng vào tài khoản."){
  155. echo $lightcyan."~[$job]~$yellow [PAGE]$pink [ID]~[$id[0]]$lightgreen [+$s[0]]$yellow ~[Chờ Duyệt:$so[0]]~ $lightcyan [$ten[0]]$lightgrey [$thoigian]\n";}}
  156. #Like Post
  157. if ($type[0]=="Thực hiện like cho bài viết "){$job++;
  158. $data=G("https://mbasic.facebook.com/".$id[0],$head_fb);
  159. if (strpos($data,"xs=deleted") == true){}else {
  160. $location = explode("location: ",$data);
  161. $rdr = explode("rdr",$location[1]);
  162. $data=GET("$rdr[0]"."rdr",$head_fb);
  163. $tìm =explode("/a/like.php?",$data);
  164. $tìm1=explode('"',$tìm[1]);
  165. $url_like="https://mbasic.facebook.com/a/like.php?".htmlspecialchars_decode($tìm1[0]);
  166. $data=GET($url_like,$head_fb);
  167. $op=explode('<head><title>',$data)[1];
  168. $op=explode('</title>',$op)[0];
  169. 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");}}
  170. $d="id=".$id[0];
  171. $page=POST("https://www.acotien.com/system/nhan-tien-like",$d,$head_act);
  172. $hien=$page["msg"];
  173. $du=GET("https://www.acotien.com/home",$head_act);
  174. $so=explode('"font-size: 13px;">',$du);
  175. $so=explode('</h6',$so[1]);
  176. if ($hien=="Bạn đã thực hiện thành công, tiền đã được cộng vào tài khoản."){
  177. echo $lightcyan."~[$job]~$yellow [LIKE]$pink [ID]~[$id[0]]$lightgreen [+$s[0]]$yellow ~[Chờ Duyệt:$so[0]]~ $lightcyan [$ten[0]]$lightgrey [$thoigian]\n";}}
  178. #Follow
  179. if ($type[0]=="Thực hiện theo dõi "){$job++;
  180. $data=GET("https://mbasic.facebook.com/profile.php?id=".$id[0],$head_fb);
  181. $tìm =explode("/a/subscribe.php?",$data);
  182. $tìm1=explode('"',$tìm[1]);
  183. $url_fl="https://mbasic.facebook.com/a/subscribe.php?".htmlspecialchars_decode($tìm1[0]);
  184. $data=GET($url_fl,$head_fb);
  185. $d="id=".$id[0];
  186. $page=POST("https://www.acotien.com/system/nhan-tien-follow",$d,$head_act);
  187. $hien=$page["msg"];
  188. $du=GET("https://www.acotien.com/home",$head_act);
  189. $so=explode('"font-size: 13px;">',$du);
  190. $so=explode('</h6',$so[1]);
  191. if ($hien=="Bạn đã thực hiện thành công, tiền đã được cộng vào tài khoản."){
  192. echo $lightcyan."~[$job]~$yellow [FOLLOW]$pink [ID]~[$id[0]]$lightgreen [+$s[0]]$yellow ~[Chờ Duyệt:$so[0]]~ $lightcyan [$ten[0]]$lightgrey [$thoigian]\n";}}
  193. #comment
  194. if ($type[0]=="Thực hiện bình luận cho bài viết "){$job++;
  195. $data=G("https://mbasic.facebook.com/".$id[0],$head_fb);
  196. if (strpos($data,"xs=deleted") == true){}else {
  197. $location = explode("location: ",$data);
  198. $rdr = explode("rdr",$location[1]);
  199. $data=GET("$rdr[0]"."rdr",$head_fb);
  200. $tìm =explode("fs=8",$data);
  201. $tìm1=explode('"',$tìm[1]);
  202. $fb=explode('name="fb_dtsg" value="',$data);
  203. $fb=explode('"',$fb[1]);
  204. $fbdtsg=htmlspecialchars_decode($fb[0]);
  205. $jaz=explode('name="jazoest" value="',$data);
  206. $jaz=explode('"',$jaz[1]);
  207. $data="fb_dtsg=$fbdtsg&jazoest=$jaz[0]&comment_text=".$cmt[0];
  208. $url_cmt="https://mbasic.facebook.com/a/comment.php?fs=8".htmlspecialchars_decode($tìm1[0]);
  209. $data=POST($url_cmt,$data,$head_fb);}
  210. $d="id=".$id[0];
  211. $page=POST("https://www.acotien.com/system/nhan-tien-comment",$d,$head_act);
  212. $hien=$page["msg"];
  213. $du=GET("https://www.acotien.com/home",$head_act);
  214. $so=explode('"font-size: 13px;">',$du);
  215. $so=explode('</h6',$so[1]);
  216. if ($hien=="Bạn đã thực hiện thành công, tiền đã được cộng vào tài khoản."){
  217. echo $lightcyan."~[$job]~$yellow [CMT]$pink [ID]~[$id[0]]$lightgreen [+$s[0]]$yellow ~[Chờ Duyệt:$so[0]]~ $lightcyan [$ten[0]]$lightgrey [$thoigian]\n";}}
  218. #Cam Xuc
  219. if ($type[0]=='Thực hiện <bstyle="color: #db01a2;">LOVE '){
  220. $job++;
  221. $o="2";
  222. $loai="LOVE";
  223. $data=G("https://mbasic.facebook.com/".$id[0],$head_fb);
  224. if (strpos($data,"xs=deleted") == true){
  225. } else {
  226. $one = explode("location: ",$data);
  227. $two = explode("rdr",$one[1]);
  228. $dat=GET("$two[0]"."rdr",$head_fb);
  229. $one = explode("/reactions/picker/?",$dat);
  230. $two = explode('"',$one[1]);
  231. $data=GET("https://mbasic.facebook.com/reactions/picker/?".htmlspecialchars_decode($two[0]),$head_fb);
  232. $one=explode("/ufi/reaction/?",$data);
  233. $two=explode('"',$one[$o]);
  234. $url = "https://mbasic.facebook.com//ufi/reaction/?".htmlspecialchars_decode($two[0]);
  235. $data=GET($url,$head_fb);}
  236. $d="id=$id[0]&loaicx=".$loai;
  237. $page=POST("https://www.acotien.com/system/nhan-tien-cam-xuc",$d,$head_act);
  238. $hien=$page["msg"];
  239. $du=GET("https://www.acotien.com/home",$head_act);
  240. $so=explode('"font-size: 13px;">',$du);
  241. $so=explode('</h6',$so[1]);
  242. if ($hien=="Bạn đã thực hiện thành công, tiền đã được cộng vào tài khoản."){
  243. echo $lightcyan."~[$job]~$yellow [$loai]$pink [ID]~[$id[0]]$lightgreen [+$s[0]]$yellow ~[Chờ Duyệt:$so[0]]~ $lightcyan [$ten[0]]$lightgrey [$thoigian]\n";}
  244. }sleep($time);}}
Add Comment
Please, Sign In to add comment