Advertisement
Hoang030720055

Untitled

Apr 4th, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.44 KB | None | 0 0
  1. @system('clear');
  2.  
  3. $vienden="\033[100m";
  4. $viendo="\033[101m";
  5. $vienluc="\033[102m";
  6. $vienvang="\033[103m";
  7. $vienxduong="\033[104m";
  8. $vienhong="\033[105m";
  9. $vienxnhac="\033[106m";
  10. $vientrang="\033[107m";
  11. $maufullxduong= "\e[1;47;34m";
  12. $maufulldo= "\e[1;47;31m";
  13. $maufullluc= "\e[1;47;32m";
  14. $maufullxnhac= "\e[1;47;36m";
  15. $maufullden= "\e[1;47;30m";
  16. $maufullvang= "\e[1;47;33m";
  17. $maufullhong= "\e[1;47;33m";
  18. $denthui="\033[0;30m";
  19. $res="\033[0m";
  20. $do="\033[0;31m";
  21. $grean="\033[1;32m";
  22. $mit="\033[0;32m";
  23. $vang="\033[0;33m";
  24. $mti="\033[0;33m";
  25. $test="\033[1;33m";
  26. $tim="\033[1;36m";
  27. $lam="\033[1;34m";
  28. $tmi="\033[1;34m";
  29. $hong="\033[1;35m";
  30. $imt="\033[1;35m";
  31. $blue="\033[1;36m";
  32. $trang="\033[1;37m";
  33. $ress="\033[0;32m";
  34. $res="\033[0;33m";
  35. $green="\033[0;37m";
  36. $yellow="\033[0;33m";
  37. $white= "\033[0;33m";
  38. $xnhac= "\033[1;96m";
  39. $den="\033[1;90m";
  40. $do="\033[1;91m";
  41. $luc="\033[1;92m";
  42. $vang="\033[1;93m";
  43. $xduong="\033[1;94m";
  44. $hong="\033[1;95m";
  45. $trang="\033[1;97m";
  46. $banner="\r\n";
  47. $ngay=date("d/m");
  48. $day=date("d/m");
  49. $BBlack="\033[1;30m";
  50. $BRed="\033[1;31m";
  51. $BGreen="\033[1;32m";
  52. $BYellow="\033[1;33m";
  53. $BBlue="\033[1;34m";
  54. $BPurple="\033[1;35m";
  55. $BCyan="\033[1;36m";
  56. $BWhite="\033[1;37m";
  57. $Blue="\033[0;34m";
  58. $res="\033[0m";
  59. $red="\033[1;31m";
  60. $xanh="\033[1;32m";
  61. $cyan="\033[1;36m";
  62. $yellow="\033[1;33m";
  63. $turquoise="\033[1;34m";
  64. $maugi="\033[1;35m";
  65. $white= "\033[1;37m";
  66. $green="\033[1;32m";
  67. $i=0;
  68. $banner="\r";
  69. $dem1=0;
  70. $green="\033[1;32m";
  71. $res="\033[0m";
  72. $red="\033[1;31m";
  73. $yellow="\033[0;93m";
  74. $lightblue="\033[1;35m";
  75. $bluelight="\033[1;34m";
  76. $blue="\033[1;36m";
  77. $purple="\e[35m";
  78. $wait = $green."Đợi";
  79. $icon=70000;
  80. system('clear');
  81. //================================================================================================================================================================================================================================================================================================================================================================================================
  82.  
  83. //================================================================================================================================================================================================================================================================================================================================================================================================
  84. //Lấy thông tin từ Config ra
  85. if (file_exists('Pw-ttc.txt' ) != true ) {
  86. } else {
  87. $data = json_decode( fread( fopen( "Pw-ttc.txt", "r" ), filesize( "Pw-ttc.txt" ) ), true );
  88. $username = $data[ "username" ];
  89. }
  90. if (file_exists('Pw-ttc.txt' ) != true ) {
  91. } else {
  92. echo $trang." ".$luc."Bạn Muốn Đăng Nhập Lại Tài Khoản ".$vang."".$data[ "username" ]."".$luc." Không? (y/n): $vang";
  93. $phanxu = trim( fgets( STDIN ) );
  94. if ( $phanxu == "n" or $phanxu == "N" ) {
  95. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(2000);echo $trang."- ";usleep(15000);}echo "\n";
  96. system( "rm Pw-ttc.txt" );
  97. } elseif ( $phanxu == "y" or $phanxu == "Y" ) {
  98. } else {
  99. echo $do." Lựa Chọn Không Xác Định !!!\n";
  100. exit;}}
  101. if(file_exists( "Pw-ttc.txt" ) != true ) {
  102. //Đăng Nhập
  103. echo $trang." ".$luc."Tài Khoản TTC: $vang";
  104. $username=trim(fgets(STDIN));
  105. echo $trang." ".$luc."Mật Khẩu TTC: $vang";
  106. $password=trim(fgets(STDIN));
  107. //Ghi thông tin vào Config
  108. $file = fopen( "Pw-ttc.txt", "a+" );
  109. fwrite( $file, '{
  110. "username":"'.$username.'",
  111. "password":"'.$password.'"
  112. }' );
  113. fclose( $file );
  114. } else {
  115. //Lấy thông tin từ Config ra
  116. $data = json_decode( fread( fopen( "Pw-ttc.txt", "r" ), filesize( "Pw-ttc.txt" ) ), true );
  117. $username = $data[ "username" ];
  118. $password = $data[ "password" ];}
  119. //dacheckxong
  120. if ($phanxu=='n' or $phanxu =='N'){
  121. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(2000);echo $trang."- ";usleep(15000);}echo "\n";
  122. }
  123. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(2000);echo $trang."- ";usleep(15000);}echo "\n";
  124. $dem1=0;
  125. $green="\033[1;32m";
  126. $res="\033[0m";
  127. $red="\033[1;31m";
  128. $yellow="\033[0;93m";
  129. $lightblue="\033[1;35m";
  130. $bluelight="\033[1;34m";
  131. $blue="\033[1;36m";
  132. $purple="\e[35m";
  133. $wait = $green."WAIT";
  134. $i=0;
  135. $i2=0;
  136. $jsdec=[];
  137. echo $trang." ".$luc."Nhập Số Lượng Cookie Facebook:$vang ";
  138. $tk2=trim(fgets(STDIN));
  139. while ($i2 < $tk2){
  140. $i2++;
  141. echo $trang." ".$luc."Nhập Cookie Thứ $i2:$vang ";
  142. $took=trim(fgets(STDIN));
  143. Array_push($jsdec, $took);
  144. }
  145. $count=count($jsdec);
  146.  
  147.  
  148. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(2000);echo $trang."- ";usleep(15000);}echo "\n";
  149. echo $luc." Cấu Hình Mặc Định Tự Động Cho Tool !!!\n";
  150. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(2000);echo $trang."- ";usleep(15000);}echo "\n";
  151. echo $trang." ".$luc."Cấu Hình (".$vang." DEMO ".$luc.") Delay Nhiệm Vụ Like".$vang." 5 ".$luc."Giây\n";
  152. echo $trang." ".$luc."Cấu Hình (".$vang." DEMO ".$luc.") Delay Nhiệm Vụ Page".$vang." 20 ".$luc."Giây\n";
  153. echo $trang." ".$luc."Cấu Hình (".$vang." DEMO ".$luc.") Delay Nhiệm Vụ Follow".$vang." 10 ".$luc."Giây\n";
  154. echo $trang." ".$luc."Cấu Hình (".$vang." DEMO ".$luc.") Delay Nhiệm Vụ Comment".$vang." 30 ".$luc."Giây\n";
  155. echo $trang." ".$luc."Cấu Hình (".$vang." DEMO ".$luc.") Delay Nhiệm Vụ Cảm Xúc".$vang." 15 ".$luc."Giây\n";
  156. //1 Cookie
  157. if ($tk2=='1'){
  158. echo $trang." ".$luc."Cấu Hình (".$vang." DEMO ".$luc.") Chống Block Hoạt Động Sau".$vang." 20 ".$luc."Nhiệm Vụ\n";
  159. echo $trang." ".$luc."Cấu Hình (".$vang." DEMO ".$luc.") Sau ".$vang."20".$luc." Nhiệm Vụ Tool Nghỉ Ngơi".$vang." 50 ".$luc."Giây\n";
  160. //Nhiều Cookie
  161. }else{
  162. echo $trang." ".$luc."Cấu Hình (".$vang." DEMO ".$luc.") Tự Động Chuyển Acc Sau".$vang." 20 ".$luc."Nhiệm Vụ\n";
  163. }
  164. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(2000);echo $trang."- ";usleep(15000);}echo "\n";
  165. //Cookie < 2
  166.  
  167. if ($tk2==1){
  168.  
  169. echo $trang." ".$luc."Bạn Có Muốn Tool Cấu Hình Trên Không? (y/n): $vang";
  170. $choncauhinh=trim(fgets(STDIN));
  171. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(2000);echo $trang."- ";usleep(15000);}echo "\n";
  172. if ($choncauhinh=='y' or $choncauhinh =='Y'){$delaylike=5;$delaypage=20;$delaysub=10;$delaycamxuc=15;$delaycmt=30;
  173. $_SESSION['j']=50;
  174. $_SESSION['block']=20;
  175. $jobsck=999999;
  176. }
  177. //Cookie > 2
  178.  
  179. }else{
  180.  
  181. echo $trang." ".$luc."Bạn Có Muốn Tool Cấu Hình Trên Không? (y/n): $vang";
  182. $choncauhinh=trim(fgets(STDIN));
  183. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(2000);echo $trang."- ";usleep(15000);}echo "\n";
  184. if ($choncauhinh=='y' or $choncauhinh =='Y'){$delaylike=5;$delaypage=20;$delaysub=10;$delaycamxuc=15;$delaycmt=30;
  185. $_SESSION['j']=999999999;
  186. $_SESSION['block']=9999999999;
  187. $jobsck=20;
  188. }
  189. }
  190.  
  191. //Chọn Cấu Hình
  192. if ($choncauhinh=='n' or $choncauhinh=='N'){
  193. $jobsck=9999999999999999;
  194. echo $trang." ".$luc."Nhập Delay Nhiệm Vụ Like: $vang";
  195. $delaylike=trim(fgets(STDIN));
  196. echo $trang." ".$luc."Nhập Delay Nhiệm Vụ Page: $vang";
  197. $delaypage=trim(fgets(STDIN));
  198. echo $trang." ".$luc."Nhập Delay Nhiệm Vụ Follow: $vang";
  199. $delaysub=trim(fgets(STDIN));
  200. echo $trang." ".$luc."Nhập Delay Nhiệm Vụ Comment: $vang";
  201. $delaycmt=trim(fgets(STDIN));
  202. echo $trang." ".$luc."Nhập Delay Nhiệm Vụ Cảm Xúc: $vang";
  203. $delaycamxuc=trim(fgets(STDIN));
  204. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(2000);echo $trang."- ";usleep(15000);}echo "\n";
  205. //1 Cookie
  206.  
  207. if ($tk2==1){
  208. //bật tính năng block
  209. echo $trang." ".$luc."Tính Năng Chống Block Hoạt Động Sau:$vang ";
  210. $_SESSION['block']=trim(fgets(STDIN));
  211. echo $trang." ".$luc."Sau ".$vang.$_SESSION['block'].$luc." Nhiệm Vụ Thì Nghỉ Bao Nhiêu Giây:$vang ";
  212. $_SESSION['j']=trim(fgets(STDIN));
  213. $jobsck=9999999999;
  214. //Delay Vòng
  215. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(3000);echo $trang."- ";usleep(3000);}echo "\n";
  216.  
  217. }else{
  218. echo $trang." ".$luc."Tool Sẽ Chuyển Cấu Hình Sau:".$vang." ";
  219. $jobsck=trim(fgets(STDIN));
  220. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(3000);echo $trang."- ";usleep(3000);}echo "\n";
  221.  
  222.  
  223. }
  224. echo "$res";}
  225.  
  226.  
  227. echo $luc." Đã Thêm ".$vang.$tk2.$luc." Cookie Facebook Vào Cấu Hình Tool\n";
  228.  
  229.  
  230.  
  231.  
  232. $url="https://tuongtaccheo.com/login.php";
  233. $data="username=".$username."&password=".$password."&submit=%C4%90%C4%82NG+NH%E1%BA%ACP";
  234. $ch=curl_init();
  235. curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
  236. curl_setopt($ch, CURLOPT_TCP_FASTOPEN, true);
  237. curl_setopt($ch, CURLOPT_URL, $url);
  238. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  239. curl_setopt($ch, CURLOPT_HEADER, 1);
  240. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  241. curl_setopt($ch, CURLOPT_POST, true);
  242. curl_setopt($ch, CURLOPT_POSTFIELDS,$data);
  243. curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36');
  244. curl_setopt($ch, CURLOPT_ENCODING, '');
  245. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
  246. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, FALSE);
  247. $result = curl_exec($ch);
  248.  
  249. preg_match_all('/^Set-Cookie:\s*([^;]*)/mi',
  250.  
  251. $result, $match_found);
  252.  
  253.  
  254.  
  255. $cookies = array();
  256.  
  257. foreach($match_found[1] as $item) {
  258.  
  259. parse_str($item, $cookie);
  260.  
  261. $cookies = array_merge($cookies, $cookie);
  262. }
  263.  
  264. curl_close($ch);
  265. $cookie = 'PHPSESSID='.$cookies["PHPSESSID"];
  266.  
  267.  
  268. $headers = array(
  269. "Host:tuongtaccheo.com",
  270. "x-requested-with:XMLHttpRequest",
  271. "save-data:on",
  272. "sec-fetch-site:same-origin",
  273. "sec-fetch-mode:cors",
  274. "sec-fetch-dest:empty",
  275. "referer:https://tuongtaccheo.com/kiemtien/subcheo/",
  276. "accept-language:vi-VN,vi;q=0.9,en-US;q=0.8,en;q=0.7",
  277. "user-agent:Mozilla/5.0 (Linux; Android 9; Redmi 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.111 Mobile Safari/537.36",
  278. "cookie:$cookie"
  279. );
  280.  
  281.  
  282.  
  283. $headersdat = array(
  284. "Host:tuongtaccheo.com",
  285. "x-requested-with:XMLHttpRequest",
  286. "save-data:on",
  287. "sec-fetch-site:same-origin",
  288. "sec-fetch-mode:cors",
  289. "sec-fetch-dest:empty",
  290. "referer:https://tuongtaccheo.com/cauhinh/",
  291. "accept-language:vi-VN,vi;q=0.9,en-US;q=0.8,en;q=0.7",
  292. "user-agent:Mozilla/5.0 (Linux; Android 9; Redmi 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.111 Mobile Safari/537.36",
  293. "cookie:$cookie"
  294. );
  295. //get
  296. $geturl="https://tuongtaccheo.com/home.php";
  297. $ch = curl_init();
  298. curl_setopt($ch, CURLOPT_PORT, "443");
  299. curl_setopt($ch, CURLOPT_URL, $geturl);
  300. curl_setopt($ch, CURLOPT_ENCODING, "");
  301. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  302. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  303. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  304. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  305. curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
  306. curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  307. $bal1=curl_exec($ch);
  308. $balan1=explode('<li><a>Số dư: <strong style="color: red;" id="soduchinh">', $bal1);
  309. $balanc1=explode('<', $balan1[1]);
  310. $balance1=$balanc1[0];
  311. $nich=explode('src="https://graph.facebook.com/', $bal1);
  312. $nick=explode('/', $nich[1]);
  313. $usr=explode("<h2 class='text-center'>Chào mừng <i>", $bal1);
  314. $usernam=explode('</i> đến với hệ thống tương tác chéo</h2>', $usr[1]);
  315. //GiaoDien
  316. system('clear');
  317. //================================================================================================================================================================================================================================================================================================================================================================================================
  318.  
  319. //================================================================================================================================================================================================================================================================================================================================================================================================
  320. $time=date('h:i:s');
  321. $dem++;
  322. $phongnen=$trang."~".$do."[".$luc."✓".$do."]".$trang." =>";
  323.  
  324. echo $phongnen.$luc." Nhập ".$do."[".$luc."1".$do."]".$luc." Nhiệm Vụ Like\n";
  325.  
  326. echo $phongnen.$luc." Nhập ".$do."[".$luc."2".$do."]".$luc." Nhiệm Vụ Page\n";
  327.  
  328. echo $phongnen.$luc." Nhập ".$do."[".$luc."3".$do."]".$luc." Nhiệm Vụ Follow\n";
  329.  
  330. echo $phongnen.$luc." Nhập ".$do."[".$luc."4".$do."]".$luc." Nhiệm Vụ Comment\n";
  331.  
  332. echo $phongnen.$luc." Nhập ".$do."[".$luc."5".$do."]".$luc." Nhiệm Vụ Cảm Xúc\n";
  333.  
  334. echo $phongnen.$luc." Chọn Nhiệm Vụ Chạy: $vang";
  335.  
  336. $chonnv=trim(fgets(STDIN));
  337.  
  338. if ($chonnv==1){$jlike=1;}
  339. if ($chonnv==2){$jpage=1;}
  340. if ($chonnv==3){$jsub=1;}
  341. if ($chonnv==4){$jcmt=1;}
  342. if ($chonnv==5){$jcx=1;}
  343.  
  344.  
  345.  
  346. while(true){
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353. //Post
  354. if ($jlike=='1'){
  355. foreach ($jsdec as $cookiefb){$chuyenacc=0;
  356. $ch=curl_init();
  357. curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
  358. curl_setopt($ch, CURLOPT_TCP_FASTOPEN, true);
  359. curl_setopt($ch, CURLOPT_URL, 'https://m.facebook.com/composer/ocelot/async_loader/?publisher=feed');
  360. $head[] = "Connection: keep-alive";
  361. $head[] = "Keep-Alive: 300";
  362. $head[] = "authority: m.facebook.com";
  363. $head[] = "ccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7";
  364. $head[] = "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";
  365. $head[] = "cache-control: max-age=0";
  366. $head[] = "upgrade-insecure-requests: 1";
  367. $head[] = "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";
  368. $head[] = "sec-fetch-site: none";
  369. $head[] = "sec-fetch-mode: navigate";
  370. $head[] = "sec-fetch-user: ?1";
  371. $head[] = "sec-fetch-dest: document";
  372. curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36');
  373. curl_setopt($ch, CURLOPT_ENCODING, '');
  374. curl_setopt($ch, CURLOPT_COOKIE, $cookiefb);
  375. curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
  376. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  377. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  378. curl_setopt($ch, CURLOPT_TIMEOUT, 60);
  379. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
  380. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  381. curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:'));
  382. $access = curl_exec($ch);
  383. curl_close($ch);
  384. if (explode('\",\"useLocalFilePreview',explode('accessToken\":\"', $access)[1])[0]){
  385. $access_token = explode('\",\"useLocalFilePreview',explode('accessToken\":\"', $access)[1])[0];
  386. }
  387. if(json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'id'}){
  388. $idfb = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'id'};
  389. }
  390. if(json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'name'}){
  391. $ten = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'name'};
  392. }
  393.  
  394. $datadatnick='iddat%5B%5D='.$idfb.'&loai=fb';
  395. $geturl="https://tuongtaccheo.com/cauhinh/datnick.php";
  396. $ch = curl_init();
  397. curl_setopt($ch, CURLOPT_PORT, "443");
  398. curl_setopt($ch, CURLOPT_URL, $geturl);
  399. curl_setopt($ch, CURLOPT_ENCODING, "");
  400. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  401. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  402. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  403. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  404. curl_setopt($ch, CURLOPT_POSTFIELDS, $datadatnick);
  405. curl_setopt($ch, CURLOPT_HTTPHEADER, $headersdat);
  406. curl_setopt($ch, CURLOPT_COOKIE, $cookie);
  407. $bal1=curl_exec($ch);
  408. if ($bal1 !== '1'){
  409. echo $green."Vui Lòng Vào Tuongtaccheo.com Để Lại Đặt Cấu Hình Nick !!!\r";
  410. break;
  411. }
  412.  
  413. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(0);echo $trang."- ";usleep(0);}echo "\n";
  414. echo $luc." ID Cấu Hình: ".$vang."".$idfb." ".$luc."Tên Cấu Hình: ".$vang."".$ten."\n";
  415. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(0);echo $trang."- ";usleep(0);}echo "\n";
  416.  
  417.  
  418. while (true){
  419. if ($acc->{'error'}->{'code'} == 190){
  420. echo $do." Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons\n";
  421. echo $trang ." ".$do."Acc Facebook Die !!!\n";
  422. break;}
  423. if ($acc->{'error'}->{'code'} == 368){
  424. echo $do." Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons\n";
  425. echo $trang ." ".$do."Acc Facebook Block !!!\n";
  426. break;}
  427. if ($chuyenacc==$jobsck){
  428. $chuyenacc=0;
  429.  
  430.  
  431. break;
  432. }
  433. while (true){
  434. $urlpost = "https://tuongtaccheo.com/kiemtien/getpost.php";
  435.  
  436.  
  437. $mr = curl_init();
  438. curl_setopt_array($mr, array(
  439. CURLOPT_PORT => "443",
  440. CURLOPT_URL => "$urlpost",
  441. CURLOPT_ENCODING => "",
  442. CURLOPT_RETURNTRANSFER => true,
  443. CURLOPT_SSL_VERIFYPEER => false,
  444. CURLOPT_TIMEOUT => 30,
  445. CURLOPT_CUSTOMREQUEST => "GET",
  446. CURLOPT_HTTPHEADER => $headers
  447. ));
  448. $getid = curl_exec($mr);
  449. curl_close($mr);
  450. $list=json_decode($getid);
  451. $dem=count($list);
  452. if ($getid !== '[]'){
  453. break;
  454. }
  455. }
  456. foreach ($list as $id => $key) {
  457. $uid = $key->{'idpost'};
  458. $url = "https://mbasic.facebook.com/".$uid;
  459. $head = array(
  460. "Host: mbasic.facebook.com",
  461. "upgrade-insecure-requests: 1",
  462. "save-data: on",
  463. "user-agent: Mozilla/5.0 (Linux; Android 10; Mi 9T Pro) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/12.1 Chrome/79.0.3945.136 Mobile Safari/537.36",
  464. "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",
  465. "sec-fetch-site: same-origin",
  466. "sec-fetch-mode: navigate",
  467. "sec-fetch-user: ?1",
  468. "sec-fetch-dest: document",
  469. "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"
  470. );
  471. $ch = curl_init();
  472. curl_setopt_array($ch, array(
  473. CURLOPT_URL => $url,
  474. CURLOPT_FOLLOWLOCATION => false,
  475. CURLOPT_RETURNTRANSFER => 1,
  476. CURLOPT_POST => 1,
  477. CURLOPT_HTTPGET => true,
  478. CURLOPT_SSL_VERIFYPEER => 0,
  479. CURLOPT_HTTPHEADER => $head,
  480. CURLOPT_HEADER => true,
  481. CURLOPT_COOKIE => $cookiefb,
  482. CURLOPT_ENCODING => TRUE
  483. ));
  484. $data = curl_exec($ch);
  485. if (strpos($data, "xs=deleted") == true) {
  486. exit($red."× ".$do."Cookie Die !!!\n");
  487. @system("rm config.php");
  488. } else {
  489. $one = explode("location: ", $data);
  490. $two = explode("rdr", $one[1]);
  491. $url = $two[0] . "rdr";
  492. curl_setopt_array($ch, array(
  493. CURLOPT_URL => $url,
  494. CURLOPT_FOLLOWLOCATION => false,
  495. CURLOPT_RETURNTRANSFER => 1,
  496. CURLOPT_POST => 1,
  497. CURLOPT_HTTPGET => true,
  498. CURLOPT_SSL_VERIFYPEER => 0,
  499. CURLOPT_HTTPHEADER => $head,
  500. CURLOPT_HEADER => true,
  501. CURLOPT_ENCODING => TRUE
  502. ));
  503. $data = curl_exec($ch);
  504. $one = explode("/a/like.php?", $data);
  505. $two = explode('"', $one[1]);
  506.  
  507. $url = "https://mbasic.facebook.com/a/like.php?" . htmlspecialchars_decode($two[0]);
  508. curl_setopt_array($ch, array(
  509. CURLOPT_URL => $url,
  510. CURLOPT_FOLLOWLOCATION => false,
  511. CURLOPT_RETURNTRANSFER => 1,
  512. CURLOPT_POST => 1,
  513. CURLOPT_HTTPGET => true,
  514. CURLOPT_SSL_VERIFYPEER => 0,
  515. CURLOPT_HTTPHEADER => $head,
  516. CURLOPT_HEADER => true,
  517. CURLOPT_ENCODING => TRUE
  518. ));
  519. $data = curl_exec($ch);
  520. }
  521.  
  522. $acc=json_decode($access);
  523. if ($acc->{'error'}->{'code'} == 368){
  524. echo $trang ."~".$luc."Acc Đã Bị Block Hoặc Có Thể Là Thông Báo Lỗi\n";
  525. break;
  526. }
  527.  
  528.  
  529. $url = "https://tuongtaccheo.com/kiemtien/nhantien.php";
  530. $data = "id=".$uid;
  531. $head = array(
  532. "Host: tuongtaccheo.com",
  533. "content-length: " . strlen($data),
  534. "x-requested-with: XMLHttpRequest",
  535. "user-agent: Mozilla/5.0 (Linux; Android 10; Mi 9T Pro) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/12.1 Chrome/79.0.3945.136 Mobile Safari/537.36",
  536. "content-type: application/x-www-form-urlencoded; charset=UTF-8",
  537. "origin: https://tuongtaccheo.com",
  538. "referer: https://tuongtaccheo.com/kiemtien/"
  539. );
  540. $ch = curl_init();
  541. curl_setopt_array($ch, array(
  542. CURLOPT_URL => $url,
  543. CURLOPT_FOLLOWLOCATION => TRUE,
  544. CURLOPT_RETURNTRANSFER => 1,
  545. CURLOPT_POST => 1,
  546. CURLOPT_POSTFIELDS => $data,
  547. CURLOPT_SSL_VERIFYPEER => 0,
  548. CURLOPT_COOKIE => $cookie,
  549. CURLOPT_HTTPHEADER => $head,
  550. CURLOPT_ENCODING => TRUE
  551. ));
  552. $getmoney=curl_exec($ch);
  553. if($getmoney=='{"mess":"Thành công, bạn đã được cộng 300 xu"}'){
  554. //bal
  555. $balurl="https://tuongtaccheo.com/home.php";
  556. $ch = curl_init();
  557. curl_setopt($ch, CURLOPT_PORT, "443");
  558. curl_setopt($ch, CURLOPT_URL, $balurl);
  559. curl_setopt($ch, CURLOPT_ENCODING, "");
  560. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  561. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  562. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  563. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  564. curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
  565. curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  566. $bal=curl_exec($ch);
  567. $balan=explode('<li><a>Số dư: <strong style="color: red;" id="soduchinh">', $bal);
  568. $balanc=explode('<', $balan[1]);
  569. $balance=$balanc[0];
  570. $chuyenacc++;$i++;$dem1++;
  571.  
  572. $idF = substr("$uid",0,15);
  573. echo $vang."🌸[".$vang.$dem1.$vang."]".$do." ● ".$xnhac.date("H:i")."".$do." ● ".$vang." LIKE ".$do." ● ".$luc.$idF."".$do." ● ".$luc."+300".$do." ● ".$vang.$balance." XU\e[0m\n";
  574.  
  575. if ($chuyenacc==$jobsck){
  576. break;
  577. }else{
  578.  
  579. for($tt = $delaylike ;$tt> 0;$tt--){
  580. echo "\r";
  581. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  582. echo "\r";
  583. usleep(5000);
  584. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  585. usleep($icon);
  586. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  587. echo "\r";
  588. usleep(50000);
  589. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  590. usleep($icon);
  591. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  592. echo "\r";
  593. usleep(50000);
  594. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  595. usleep($icon);
  596. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  597. echo "\r";
  598. usleep(50000);
  599. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  600. usleep($icon);
  601. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  602. echo "\r";
  603. usleep(50000);
  604. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  605. usleep($icon);
  606. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  607. echo "\r";
  608. usleep(50000);
  609. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  610. usleep($icon);
  611. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  612. echo "\r";
  613. usleep(50000);
  614. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  615. usleep($icon);
  616. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😉đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  617. echo "\r";
  618. usleep(50000);
  619. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  620. usleep($icon);
  621. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😉đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  622. echo "\r";
  623. usleep(50000);
  624. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  625. usleep($icon);
  626. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😛đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  627. echo "\r";
  628. usleep(50000);
  629. echo "\r";}
  630. $max=$max+1;
  631. if ($max==$_SESSION['block']){
  632. for($x = 0;$x<($_SESSION['j']+1);$x++){
  633. echo $xduong." Tính Năng Chống Block Hoạt Động, Nghỉ ".($_SESSION['j']-$x)." Giây\r";
  634. sleep(1);
  635. echo $xduong." \r";
  636. }
  637. $max=0;
  638. echo "\r";}
  639.  
  640. }
  641. }
  642. }
  643. }
  644. }
  645. }
  646.  
  647.  
  648. //Page
  649. if ($jpage=='1'){
  650. foreach ($jsdec as $cookiefb){$chuyenacc=0;
  651. $ch=curl_init();
  652. curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
  653. curl_setopt($ch, CURLOPT_TCP_FASTOPEN, true);
  654. curl_setopt($ch, CURLOPT_URL, 'https://m.facebook.com/composer/ocelot/async_loader/?publisher=feed');
  655. $head[] = "Connection: keep-alive";
  656. $head[] = "Keep-Alive: 300";
  657. $head[] = "authority: m.facebook.com";
  658. $head[] = "ccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7";
  659. $head[] = "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";
  660. $head[] = "cache-control: max-age=0";
  661. $head[] = "upgrade-insecure-requests: 1";
  662. $head[] = "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";
  663. $head[] = "sec-fetch-site: none";
  664. $head[] = "sec-fetch-mode: navigate";
  665. $head[] = "sec-fetch-user: ?1";
  666. $head[] = "sec-fetch-dest: document";
  667. curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36');
  668. curl_setopt($ch, CURLOPT_ENCODING, '');
  669. curl_setopt($ch, CURLOPT_COOKIE, $cookiefb);
  670. curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
  671. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  672. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  673. curl_setopt($ch, CURLOPT_TIMEOUT, 60);
  674. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
  675. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  676. curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:'));
  677. $access = curl_exec($ch);
  678. curl_close($ch);
  679. if (explode('\",\"useLocalFilePreview',explode('accessToken\":\"', $access)[1])[0]){
  680. $access_token = explode('\",\"useLocalFilePreview',explode('accessToken\":\"', $access)[1])[0];
  681. }
  682. if(json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'id'}){
  683. $idfb = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'id'};
  684. }
  685. if(json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'name'}){
  686. $ten = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'name'};
  687. }
  688.  
  689. $datadatnick='iddat%5B%5D='.$idfb.'&loai=fb';
  690. $geturl="https://tuongtaccheo.com/cauhinh/datnick.php";
  691. $ch = curl_init();
  692. curl_setopt($ch, CURLOPT_PORT, "443");
  693. curl_setopt($ch, CURLOPT_URL, $geturl);
  694. curl_setopt($ch, CURLOPT_ENCODING, "");
  695. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  696. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  697. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  698. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  699. curl_setopt($ch, CURLOPT_POSTFIELDS, $datadatnick);
  700. curl_setopt($ch, CURLOPT_HTTPHEADER, $headersdat);
  701. curl_setopt($ch, CURLOPT_COOKIE, $cookie);
  702. $bal1=curl_exec($ch);
  703. if ($bal1 !== '1'){
  704. echo $green."Vui Lòng Vào Tuongtaccheo.com Để Lại Đặt Cấu Hình Nick !!!\r";
  705. break;
  706. }
  707.  
  708. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(0);echo $trang."- ";usleep(0);}echo "\n";
  709. echo $luc." ID Cấu Hình: ".$vang."".$idfb." ".$luc."Tên Cấu Hình: ".$vang."".$ten."\n";
  710. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(0);echo $trang."- ";usleep(0);}echo "\n";
  711.  
  712. while (true){
  713. if ($acc->{'error'}->{'code'} == 190){
  714. echo $do." Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons\n";
  715. echo $trang ." ".$do."Acc Facebook Die !!!\n";
  716. break;}
  717. if ($acc->{'error'}->{'code'} == 368){
  718. echo $do." Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons\n";
  719. echo $trang ." ".$do."Acc Facebook Block !!!\n";
  720. break;}
  721. if ($chuyenacc==$jobsck){
  722. $chuyenacc=0;
  723.  
  724.  
  725. break;
  726. }
  727. while (true){
  728. $urlpost = "https://tuongtaccheo.com/kiemtien/likepagecheo/getpost.php";
  729.  
  730.  
  731. $mr = curl_init();
  732. curl_setopt_array($mr, array(
  733. CURLOPT_PORT => "443",
  734. CURLOPT_URL => "$urlpost",
  735. CURLOPT_ENCODING => "",
  736. CURLOPT_RETURNTRANSFER => true,
  737. CURLOPT_SSL_VERIFYPEER => false,
  738. CURLOPT_TIMEOUT => 30,
  739. CURLOPT_CUSTOMREQUEST => "GET",
  740. CURLOPT_HTTPHEADER => $headers
  741. ));
  742. $getid = curl_exec($mr);
  743. curl_close($mr);
  744. $list=json_decode($getid);
  745. $dem=count($list);
  746. if ($getid !== '[]'){
  747. break;
  748. }
  749. }
  750.  
  751. foreach ($list as $id => $key) {
  752. $uid = $key->{'idpost'};
  753. $linkid='https://mbasic.facebook.com/profile.php?id='.$uid;
  754. $ch = @curl_init();
  755. curl_setopt($ch, CURLOPT_URL, $linkid);
  756. $head[] = "Connection: keep-alive";
  757. $head[] = "Keep-Alive: 300";
  758. $head[] = "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7";
  759. $head[] = "Accept-Language: en-us,en;q=0.5";
  760. curl_setopt($ch, CURLOPT_USERAGENT, 'Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14');
  761. curl_setopt($ch, CURLOPT_ENCODING, '');
  762. curl_setopt($ch, CURLOPT_COOKIE, $cookiefb);
  763. curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
  764. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  765. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
  766. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  767. curl_setopt($ch, CURLOPT_TIMEOUT, 60);
  768. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
  769. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  770. curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect
  771. :'));
  772. $page = curl_exec($ch);
  773. if (strpos($page, "xs=deleted") == true) {
  774. exit($do."× ".$do."Cookie Die !!!\n");
  775. }
  776. //fl
  777. preg_match('#href="/a/profile.php?(.+?)"#is', $page, $_link);
  778. $link= html_entity_decode('https://mbasic.facebook.com/a/profile.php'.$_link[1]);
  779. curl_setopt($ch, CURLOPT_URL, $link);
  780. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  781. curl_exec($ch);
  782. curl_close($ch);
  783. //Nhận
  784. $urlnhan = "https://tuongtaccheo.com/kiemtien/likepagecheo/nhantien.php";
  785.  
  786. $data = "id=$uid";
  787. $ch = curl_init();
  788. curl_setopt($ch, CURLOPT_PORT, "443");
  789. curl_setopt($ch, CURLOPT_URL, $urlnhan);
  790. curl_setopt($ch, CURLOPT_ENCODING, "");
  791. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  792. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  793. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  794. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  795. curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
  796. curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  797. $result=curl_exec($ch);
  798. $tc='{"mess":"Thành công, bạn được cộng 700 xu"}';
  799. //bal
  800. $balurl="https://tuongtaccheo.com/home.php";
  801. $ch = curl_init();
  802. curl_setopt($ch, CURLOPT_PORT, "443");
  803. curl_setopt($ch, CURLOPT_URL, $balurl);
  804. curl_setopt($ch, CURLOPT_ENCODING, "");
  805. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  806. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  807. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  808. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  809. curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
  810. curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  811. $bal=curl_exec($ch);
  812. $balan=explode('<li><a>Số dư: <strong style="color: red;" id="soduchinh">', $bal);
  813. $balanc=explode('<', $balan[1]);
  814. $balance=$balanc[0];
  815. if ($result==$tc){
  816. $chuyenacc++;$i++;$dem1++;
  817.  
  818. $idF = substr("$uid",0,15);
  819. echo $vang."🌸[".$vang.$dem1.$vang."]".$do." ● ".$xnhac.date("H:i")."".$do." ● ".$vang." PAGE ".$do." ● ".$luc.$idF."".$do." ● ".$luc."+700".$do." ● ".$vang.$balance." XU\e[0m\n";
  820.  
  821. if ($chuyenacc==$jobsck){
  822. break;
  823. }else{
  824.  
  825. for($tt = $delaypage ;$tt> 0;$tt--){
  826. echo "\r";
  827. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  828. echo "\r";
  829. usleep(5000);
  830. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  831. usleep($icon);
  832. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  833. echo "\r";
  834. usleep(50000);
  835. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  836. usleep($icon);
  837. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  838. echo "\r";
  839. usleep(50000);
  840. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  841. usleep($icon);
  842. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  843. echo "\r";
  844. usleep(50000);
  845. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  846. usleep($icon);
  847. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  848. echo "\r";
  849. usleep(50000);
  850. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  851. usleep($icon);
  852. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  853. echo "\r";
  854. usleep(50000);
  855. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  856. usleep($icon);
  857. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  858. echo "\r";
  859. usleep(50000);
  860. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  861. usleep($icon);
  862. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😉đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  863. echo "\r";
  864. usleep(50000);
  865. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  866. usleep($icon);
  867. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😉đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  868. echo "\r";
  869. usleep(50000);
  870. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  871. usleep($icon);
  872. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😛đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  873. echo "\r";
  874. usleep(50000);
  875. echo "\r";}
  876. $max=$max+1;
  877. if ($max==$_SESSION['block']){
  878. for($x = 0;$x<($_SESSION['j']+1);$x++){
  879. echo $xduong." Tính Năng Chống Block Hoạt Động, Nghỉ ".($_SESSION['j']-$x)." Giây\r";
  880. sleep(1);
  881. echo $xduong." \r";
  882. }
  883. $max=0;
  884. echo "\r";}
  885.  
  886. }
  887. }
  888. }
  889. }
  890. }
  891. }
  892.  
  893.  
  894.  
  895.  
  896. ///FOLLOW
  897. if ($jsub=='1'){
  898. foreach ($jsdec as $cookiefb){$chuyenacc=0;
  899. $ch=curl_init();
  900. curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
  901. curl_setopt($ch, CURLOPT_TCP_FASTOPEN, true);
  902. curl_setopt($ch, CURLOPT_URL, 'https://m.facebook.com/composer/ocelot/async_loader/?publisher=feed');
  903. $head[] = "Connection: keep-alive";
  904. $head[] = "Keep-Alive: 300";
  905. $head[] = "authority: m.facebook.com";
  906. $head[] = "ccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7";
  907. $head[] = "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";
  908. $head[] = "cache-control: max-age=0";
  909. $head[] = "upgrade-insecure-requests: 1";
  910. $head[] = "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";
  911. $head[] = "sec-fetch-site: none";
  912. $head[] = "sec-fetch-mode: navigate";
  913. $head[] = "sec-fetch-user: ?1";
  914. $head[] = "sec-fetch-dest: document";
  915. curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36');
  916. curl_setopt($ch, CURLOPT_ENCODING, '');
  917. curl_setopt($ch, CURLOPT_COOKIE, $cookiefb);
  918. curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
  919. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  920. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  921. curl_setopt($ch, CURLOPT_TIMEOUT, 60);
  922. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
  923. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  924. curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:'));
  925. $access = curl_exec($ch);
  926. curl_close($ch);
  927. if (explode('\",\"useLocalFilePreview',explode('accessToken\":\"', $access)[1])[0]){
  928. $access_token = explode('\",\"useLocalFilePreview',explode('accessToken\":\"', $access)[1])[0];
  929. }
  930. if(json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'id'}){
  931. $idfb = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'id'};
  932. }
  933. if(json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'name'}){
  934. $ten = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'name'};
  935. }
  936.  
  937. $datadatnick='iddat%5B%5D='.$idfb.'&loai=fb';
  938. $geturl="https://tuongtaccheo.com/cauhinh/datnick.php";
  939. $ch = curl_init();
  940. curl_setopt($ch, CURLOPT_PORT, "443");
  941. curl_setopt($ch, CURLOPT_URL, $geturl);
  942. curl_setopt($ch, CURLOPT_ENCODING, "");
  943. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  944. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  945. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  946. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  947. curl_setopt($ch, CURLOPT_POSTFIELDS, $datadatnick);
  948. curl_setopt($ch, CURLOPT_HTTPHEADER, $headersdat);
  949. curl_setopt($ch, CURLOPT_COOKIE, $cookie);
  950. $bal1=curl_exec($ch);
  951. if ($bal1 !== '1'){
  952. echo $green."Vui Lòng Vào Tuongtaccheo.com Để Lại Đặt Cấu Hình Nick !!!\r";
  953. break;
  954. }
  955.  
  956.  
  957. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(0);echo $trang."- ";usleep(0);}echo "\n";
  958. echo $luc." ID Cấu Hình: ".$vang."".$idfb." ".$luc."Tên Cấu Hình: ".$vang."".$ten."\n";
  959. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(0);echo $trang."- ";usleep(0);}echo "\n";
  960.  
  961.  
  962. while (true){
  963. if ($acc->{'error'}->{'code'} == 190){
  964. echo $do." Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons\n";
  965. echo $trang ." ".$do."Acc Facebook Die !!!\n";
  966. break;}
  967. if ($acc->{'error'}->{'code'} == 368){
  968. echo $do." Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons\n";
  969. echo $trang ." ".$do."Acc Facebook Block !!!\n";
  970. break;}
  971. if ($chuyenacc==$jobsck){
  972. $chuyenacc=0;
  973.  
  974.  
  975. break;
  976. }
  977. while (true){
  978. $url = "https://tuongtaccheo.com/kiemtien/subcheo/getpost.php";
  979.  
  980. $mr = curl_init();
  981. curl_setopt_array($mr, array(
  982. CURLOPT_PORT => "443",
  983. CURLOPT_URL => "$url",
  984. CURLOPT_ENCODING => "",
  985. CURLOPT_RETURNTRANSFER => true,
  986. CURLOPT_SSL_VERIFYPEER => false,
  987. CURLOPT_TIMEOUT => 30,
  988. CURLOPT_CUSTOMREQUEST => "GET",
  989. CURLOPT_POSTFIELDS => $data,
  990. CURLOPT_HTTPHEADER => $headers
  991. ));
  992. $getid = curl_exec($mr);
  993. curl_close($mr);
  994.  
  995. $list=json_decode($getid);
  996. $c=count($list);
  997. if ($c > 0){
  998. break;
  999. }
  1000. }
  1001. foreach ($list as $id => $key) {
  1002. $uid = $key->{'idpost'};
  1003. $linkid='https://mbasic.facebook.com/profile.php?id='.$uid;
  1004. $ch = @curl_init();
  1005. curl_setopt($ch, CURLOPT_URL, $linkid);
  1006. $head[] = "Connection: keep-alive";
  1007. $head[] = "Keep-Alive: 300";
  1008. $head[] = "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7";
  1009. $head[] = "Accept-Language: en-us,en;q=0.5";
  1010. curl_setopt($ch, CURLOPT_USERAGENT, 'Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14');
  1011. curl_setopt($ch, CURLOPT_ENCODING, '');
  1012. curl_setopt($ch, CURLOPT_COOKIE, $cookiefb);
  1013. curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
  1014. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  1015. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
  1016. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  1017. curl_setopt($ch, CURLOPT_TIMEOUT, 60);
  1018. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
  1019. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  1020. curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect
  1021. :'));
  1022. $page = curl_exec($ch);
  1023. if(strpos($page,' Tài Khoản Đã Bị Spam !!!')){
  1024. exit($red."× ".$do."Block Tính Năng !!!\n"); }
  1025. if (strpos($page, "xs=deleted") == true) {
  1026. exit($red."× ".$do."Cookie Die !!!\n");}
  1027. preg_match('#href="/a/subscribe.php?(.+?)"#is', $page, $_link);
  1028. $link= html_entity_decode('https://mbasic.facebook.com/a/subscribe.php'.$_link[1]);
  1029. curl_setopt($ch, CURLOPT_URL, $link);
  1030. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  1031. $fl=curl_exec($ch);
  1032. curl_close($ch);
  1033.  
  1034. $urlnhan = "https://tuongtaccheo.com/kiemtien/subcheo/nhantien.php";
  1035.  
  1036. $data = "id=$uid";
  1037.  
  1038. $ch = curl_init();
  1039. curl_setopt($ch, CURLOPT_PORT, "443");
  1040. curl_setopt($ch, CURLOPT_URL, $urlnhan);
  1041. curl_setopt($ch, CURLOPT_ENCODING, "");
  1042. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  1043. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  1044. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  1045. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  1046. curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
  1047. curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  1048. $result=curl_exec($ch);
  1049. $tc='{"mess":"Thành công, bạn được cộng 600 xu"}';
  1050.  
  1051. //bal
  1052. $balurl="https://tuongtaccheo.com/home.php";
  1053. $ch = curl_init();
  1054. curl_setopt($ch, CURLOPT_PORT, "443");
  1055. curl_setopt($ch, CURLOPT_URL, $balurl);
  1056. curl_setopt($ch, CURLOPT_ENCODING, "");
  1057. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  1058. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  1059. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  1060. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  1061. curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
  1062. curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  1063. $bal=curl_exec($ch);
  1064. $balan=explode('<li><a>Số dư: <strong style="color: red;" id="soduchinh">', $bal);
  1065. $balanc=explode('<', $balan[1]);
  1066. $balance=$balanc[0];
  1067. //timer+
  1068. if ($result==$tc){
  1069. $chuyenacc++;$i++;$dem1++;
  1070.  
  1071. $idF = substr("$uid",0,15);
  1072. echo $vang."🌸[".$vang.$dem1.$vang."]".$do." ● ".$xnhac.date("H:i")."".$do." ● ".$vang."FOLLOW".$do." ● ".$luc.$idF."".$do." ● ".$luc."+600".$do." ● ".$vang.$balance." XU\e[0m\n";
  1073.  
  1074. if ($chuyenacc==$jobsck){
  1075. break;
  1076. }else{
  1077. for($tt = $delaysub ;$tt> 0;$tt--){
  1078. echo "\r";
  1079. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1080. echo "\r";
  1081. usleep(5000);
  1082. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1083. usleep($icon);
  1084. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1085. echo "\r";
  1086. usleep(50000);
  1087. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1088. usleep($icon);
  1089. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1090. echo "\r";
  1091. usleep(50000);
  1092. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1093. usleep($icon);
  1094. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1095. echo "\r";
  1096. usleep(50000);
  1097. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1098. usleep($icon);
  1099. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1100. echo "\r";
  1101. usleep(50000);
  1102. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1103. usleep($icon);
  1104. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1105. echo "\r";
  1106. usleep(50000);
  1107. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  1108. usleep($icon);
  1109. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1110. echo "\r";
  1111. usleep(50000);
  1112. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  1113. usleep($icon);
  1114. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😉đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1115. echo "\r";
  1116. usleep(50000);
  1117. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  1118. usleep($icon);
  1119. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😉đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1120. echo "\r";
  1121. usleep(50000);
  1122. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  1123. usleep($icon);
  1124. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😛đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1125. echo "\r";
  1126. usleep(50000);
  1127. echo "\r";}
  1128. $max=$max+1;
  1129. if ($max==$_SESSION['block']){
  1130. for($x = 0;$x<($_SESSION['j']+1);$x++){
  1131. echo $xduong." Tính Năng Chống Block Hoạt Động, Nghỉ ".($_SESSION['j']-$x)." Giây\r";
  1132. sleep(1);
  1133. echo $xduong." \r";
  1134. }
  1135. $max=0;
  1136. echo "\r";}
  1137.  
  1138. }
  1139. }
  1140. }
  1141. }
  1142. }
  1143. }
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150. //Comment
  1151. if ($jcmt=='1'){
  1152.  
  1153. foreach ($jsdec as $access_token){$chuyenacc=0;
  1154. if(json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'id'}){
  1155. $idfb = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'id'};
  1156. }
  1157. if(json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'name'}){
  1158. $ten = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'name'};
  1159. }
  1160.  
  1161. $datadatnick='iddat%5B%5D='.$idfb.'&loai=fb';
  1162. $geturl="https://tuongtaccheo.com/cauhinh/datnick.php";
  1163. $ch = curl_init();
  1164. curl_setopt($ch, CURLOPT_PORT, "443");
  1165. curl_setopt($ch, CURLOPT_URL, $geturl);
  1166. curl_setopt($ch, CURLOPT_ENCODING, "");
  1167. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  1168. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  1169. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  1170. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  1171. curl_setopt($ch, CURLOPT_POSTFIELDS, $datadatnick);
  1172. curl_setopt($ch, CURLOPT_HTTPHEADER, $headersdat);
  1173. curl_setopt($ch, CURLOPT_COOKIE, $cookie);
  1174. $bal1=curl_exec($ch);
  1175. if ($bal1 !== '1'){
  1176. echo $green."Vui Lòng Vào Tuongtaccheo.com Để Lại Đặt Cấu Hình Nick !!!\r";
  1177. break;
  1178. }
  1179.  
  1180. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(0);echo $trang."- ";usleep(0);}echo "\n";
  1181. echo $luc." ID Cấu Hình: ".$vang."".$idfb." ".$luc."Tên Cấu Hình: ".$vang."".$ten."\n";
  1182. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(0);echo $trang."- ";usleep(0);}echo "\n";
  1183.  
  1184.  
  1185. while (true){
  1186. if ($acc->{'error'}->{'code'} == 190){
  1187. echo $do." Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons\n";
  1188. echo $trang ." ".$do."Acc Facebook Die !!!\n";
  1189. break;}
  1190. if ($acc->{'error'}->{'code'} == 368){
  1191. echo $do." Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons\n";
  1192. echo $trang ." ".$do."Acc Facebook Block !!!\n";
  1193. break;}
  1194. if ($chuyenacc==$jobsck){
  1195. $chuyenacc=0;
  1196.  
  1197. break;
  1198. }
  1199. while (true){
  1200. $url = "https://tuongtaccheo.com/kiemtien/cmtcheo/getpost.php";
  1201.  
  1202.  
  1203. $mr = curl_init();
  1204. curl_setopt_array($mr, array(
  1205. CURLOPT_PORT => "443",
  1206. CURLOPT_URL => "$url",
  1207. CURLOPT_ENCODING => "",
  1208. CURLOPT_RETURNTRANSFER => true,
  1209. CURLOPT_SSL_VERIFYPEER => false,
  1210. CURLOPT_TIMEOUT => 30,
  1211. CURLOPT_CUSTOMREQUEST => "GET",
  1212. CURLOPT_HTTPHEADER => $headers
  1213. ));
  1214. $getid = curl_exec($mr);
  1215. curl_close($mr);
  1216. $list=json_decode($getid);
  1217. $dem=count($list);
  1218. if ($getid !== '[]'){
  1219. break;
  1220. }
  1221.  
  1222. }
  1223. foreach ($list as $id => $key) {
  1224. $uid = $key->{'idpost'};
  1225. $msg1 = $key->{'nd'};
  1226. $j=json_decode($msg1);
  1227. $nd=$j[0];
  1228. $ch=curl_init();
  1229. curl_setopt($ch, CURLOPT_URL, 'https://graph.facebook.com/'.$uid.'/comments');
  1230. $head[] = "Connection: keep-alive";
  1231. $head[] = "Keep-Alive: 300";
  1232. $head[] = "authority: m.facebook.com";
  1233. $head[] = "ccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7";
  1234. $head[] = "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";
  1235. $head[] = "cache-control: max-age=0";
  1236. $head[] = "upgrade-insecure-requests: 1";
  1237. $head[] = "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";
  1238. $head[] = "sec-fetch-site: none";
  1239. $head[] = "sec-fetch-mode: navigate";
  1240. $head[] = "sec-fetch-user: ?1";
  1241. $head[] = "sec-fetch-dest: document";
  1242. curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36');
  1243. curl_setopt($ch, CURLOPT_ENCODING, '');
  1244. curl_setopt($ch, CURLOPT_COOKIE, $cookie);
  1245. curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
  1246. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  1247. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  1248. curl_setopt($ch, CURLOPT_TIMEOUT, 60);
  1249. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
  1250. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  1251. curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:'));
  1252. $data = array('message' => $nd,'access_token' => $access_token);
  1253. curl_setopt($ch, CURLOPT_POST,count($data));
  1254. curl_setopt($ch, CURLOPT_POSTFIELDS,$data);
  1255. $access = curl_exec($ch);
  1256. curl_close($ch);
  1257.  
  1258. $acc=json_decode($access);
  1259. //Nhận
  1260. $urlnhan = "https://tuongtaccheo.com/kiemtien/cmtcheo/nhantien.php";
  1261.  
  1262. $data = "id=$uid";
  1263. $ch = curl_init();
  1264. curl_setopt($ch, CURLOPT_PORT, "443");
  1265. curl_setopt($ch, CURLOPT_URL, $urlnhan);
  1266. curl_setopt($ch, CURLOPT_ENCODING, "");
  1267. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  1268. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  1269. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  1270. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  1271. curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
  1272. curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  1273. $result=curl_exec($ch);
  1274. $tc='{"mess":"Thành công, bạn được cộng 600 xu"}';
  1275. //bal
  1276. $balurl="https://tuongtaccheo.com/home.php";
  1277. $ch = curl_init();
  1278. curl_setopt($ch, CURLOPT_PORT, "443");
  1279. curl_setopt($ch, CURLOPT_URL, $balurl);
  1280. curl_setopt($ch, CURLOPT_ENCODING, "");
  1281. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  1282. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  1283. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  1284. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  1285. curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
  1286. curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  1287. $bal=curl_exec($ch);
  1288. $balan=explode('<li><a>Số dư: <strong style="color: red;" id="soduchinh">', $bal);
  1289. $balanc=explode('<', $balan[1]);
  1290. $balance=$balanc[0];
  1291. //timer+
  1292. if ($result==$tc){
  1293. $chuyenacc++;$i++;$dem1++;
  1294. $idF = substr("$uid",0,15);
  1295. echo $vang."🌸[".$vang.$dem1.$vang."]".$do." ● ".$xnhac.date("H:i")."".$do." ● ".$vang." CMT ".$do." ● ".$luc.$idF."".$do." ● ".$luc."+600".$do." ● ".$vang.$balance." XU\e[0m\n";
  1296.  
  1297. if ($chuyenacc==$jobsck){
  1298. break;
  1299. }else{
  1300. for($tt = $delaycmt ;$tt> 0;$tt--){
  1301. echo "\r";
  1302. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1303. echo "\r";
  1304. usleep(5000);
  1305. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1306. usleep($icon);
  1307. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1308. echo "\r";
  1309. usleep(50000);
  1310. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1311. usleep($icon);
  1312. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1313. echo "\r";
  1314. usleep(50000);
  1315. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1316. usleep($icon);
  1317. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1318. echo "\r";
  1319. usleep(50000);
  1320. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1321. usleep($icon);
  1322. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1323. echo "\r";
  1324. usleep(50000);
  1325. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1326. usleep($icon);
  1327. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1328. echo "\r";
  1329. usleep(50000);
  1330. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  1331. usleep($icon);
  1332. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1333. echo "\r";
  1334. usleep(50000);
  1335. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  1336. usleep($icon);
  1337. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😉đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1338. echo "\r";
  1339. usleep(50000);
  1340. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  1341. usleep($icon);
  1342. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😉đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1343. echo "\r";
  1344. usleep(50000);
  1345. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  1346. usleep($icon);
  1347. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😛đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1348. echo "\r";
  1349. usleep(50000);
  1350. echo "\r";}
  1351. $max=$max+1;
  1352. if ($max==$_SESSION['block']){
  1353. for($x = 0;$x<($_SESSION['j']+1);$x++){
  1354. echo $xduong." Tính Năng Chống Block Hoạt Động, Nghỉ ".($_SESSION['j']-$x)." Giây\r";
  1355. sleep(1);
  1356. echo $xduong." \r";
  1357. }
  1358. $max=0;
  1359. echo "\r";}
  1360.  
  1361. }
  1362. }
  1363. }
  1364. }
  1365. }
  1366. }
  1367.  
  1368.  
  1369.  
  1370. //Cảm Xúc
  1371. if ($jcx=='1'){
  1372. foreach ($jsdec as $cookiefb){$chuyenacc=0;
  1373. $ch=curl_init();
  1374. curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
  1375. curl_setopt($ch, CURLOPT_TCP_FASTOPEN, true);
  1376. curl_setopt($ch, CURLOPT_URL, 'https://m.facebook.com/composer/ocelot/async_loader/?publisher=feed');
  1377. $head[] = "Connection: keep-alive";
  1378. $head[] = "Keep-Alive: 300";
  1379. $head[] = "authority: m.facebook.com";
  1380. $head[] = "ccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7";
  1381. $head[] = "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";
  1382. $head[] = "cache-control: max-age=0";
  1383. $head[] = "upgrade-insecure-requests: 1";
  1384. $head[] = "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";
  1385. $head[] = "sec-fetch-site: none";
  1386. $head[] = "sec-fetch-mode: navigate";
  1387. $head[] = "sec-fetch-user: ?1";
  1388. $head[] = "sec-fetch-dest: document";
  1389. curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36');
  1390. curl_setopt($ch, CURLOPT_ENCODING, '');
  1391. curl_setopt($ch, CURLOPT_COOKIE, $cookiefb);
  1392. curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
  1393. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  1394. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  1395. curl_setopt($ch, CURLOPT_TIMEOUT, 60);
  1396. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
  1397. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  1398. curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:'));
  1399. $access = curl_exec($ch);
  1400. curl_close($ch);
  1401. if (explode('\",\"useLocalFilePreview',explode('accessToken\":\"', $access)[1])[0]){
  1402. $access_token = explode('\",\"useLocalFilePreview',explode('accessToken\":\"', $access)[1])[0];
  1403. }
  1404. if(json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'id'}){
  1405. $idfb = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'id'};
  1406. }
  1407. if(json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'name'}){
  1408. $ten = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token='.$access_token))->{'name'};
  1409. }
  1410.  
  1411. $datadatnick='iddat%5B%5D='.$idfb.'&loai=fb';
  1412. $geturl="https://tuongtaccheo.com/cauhinh/datnick.php";
  1413. $ch = curl_init();
  1414. curl_setopt($ch, CURLOPT_PORT, "443");
  1415. curl_setopt($ch, CURLOPT_URL, $geturl);
  1416. curl_setopt($ch, CURLOPT_ENCODING, "");
  1417. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  1418. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  1419. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  1420. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  1421. curl_setopt($ch, CURLOPT_POSTFIELDS, $datadatnick);
  1422. curl_setopt($ch, CURLOPT_HTTPHEADER, $headersdat);
  1423. curl_setopt($ch, CURLOPT_COOKIE, $cookie);
  1424. $bal1=curl_exec($ch);
  1425. if ($bal1 !== '1'){
  1426. echo $green."Vui Lòng Vào Tuongtaccheo.com Để Lại Đặt Cấu Hình Nick !!!\r";
  1427. break;
  1428. }
  1429.  
  1430. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(0);echo $trang."- ";usleep(0);}echo "\n";
  1431. echo $luc." ID Cấu Hình: ".$vang."".$idfb." ".$luc."Tên Cấu Hình: ".$vang."".$ten."\n";
  1432. for($v=0;$v<= 15;$v++){echo $trang."- ";usleep(0);echo $trang."- ";usleep(0);}echo "\n";
  1433.  
  1434.  
  1435. while (true){
  1436. if ($acc->{'error'}->{'code'} == 190){
  1437. echo $do." Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons\n";
  1438. echo $trang ." ".$do."Acc Facebook Die !!!\n";
  1439. break;}
  1440. if ($acc->{'error'}->{'code'} == 368){
  1441. echo $do." Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons\n";
  1442. echo $trang ." ".$do."Acc Facebook Block !!!\n";
  1443. break;}
  1444. if ($chuyenacc==$jobsck){
  1445. $chuyenacc=0;
  1446.  
  1447.  
  1448. break;
  1449. }
  1450. while (true){
  1451. $urlpost = "https://tuongtaccheo.com/kiemtien/camxuccheo/getpost.php";
  1452.  
  1453.  
  1454. $mr = curl_init();
  1455. curl_setopt_array($mr, array(
  1456. CURLOPT_PORT => "443",
  1457. CURLOPT_URL => "$urlpost",
  1458. CURLOPT_ENCODING => "",
  1459. CURLOPT_RETURNTRANSFER => true,
  1460. CURLOPT_SSL_VERIFYPEER => false,
  1461. CURLOPT_TIMEOUT => 30,
  1462. CURLOPT_CUSTOMREQUEST => "GET",
  1463. CURLOPT_HTTPHEADER => $headers
  1464. ));
  1465. $getid = curl_exec($mr);
  1466. curl_close($mr);
  1467. $list=json_decode($getid);
  1468. $dem=count($list);
  1469. if ($getid !== '[]'){
  1470. break;
  1471. }
  1472. }
  1473. foreach ($list as $id => $key) {
  1474. $uid = $key->{'idpost'};
  1475. $type = $key->{'loaicx'};
  1476. $ch=curl_init();
  1477. curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
  1478. curl_setopt($ch, CURLOPT_TCP_FASTOPEN, true);
  1479. curl_setopt($ch, CURLOPT_URL, 'https://mbasic.facebook.com/'.$uid);
  1480. $head[] = "Connection: keep-alive";
  1481. $head[] = "Keep-Alive: 300";
  1482. $head[] = "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7";
  1483. $head[] = "Accept-Language: en-us,en;q=0.5";
  1484. curl_setopt($ch, CURLOPT_USERAGENT, 'Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14');
  1485. curl_setopt($ch, CURLOPT_ENCODING, '');
  1486. curl_setopt($ch, CURLOPT_COOKIE, $cookiefb);
  1487. curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
  1488. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  1489. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
  1490. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  1491. curl_setopt($ch, CURLOPT_TIMEOUT, 60);
  1492. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
  1493. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  1494. curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect
  1495. :'));
  1496. $page = curl_exec($ch);
  1497. if (strpos($page, "xs=deleted") == true) {
  1498. exit($red."× ".$do."Cookie Die !!!\n");
  1499. }
  1500. if ($id2 != $id && explode('&amp;origin_uri=',explode('amp;ft_id=',$page,2)[1],2)[0]){
  1501. $get = explode('&amp;origin_uri=',explode('amp;ft_id=',$page,2)[1],2)[0];
  1502. }else{
  1503. $get = $id2;
  1504. }
  1505. $link = 'https://mbasic.facebook.com/reactions/picker/?is_permalink=1&ft_id='.$get;
  1506. curl_setopt($ch, CURLOPT_URL, $link);
  1507. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  1508. $cx = curl_exec($ch);
  1509. $haha = explode('<a href="',$cx);
  1510. if ($type == ' LOVE '){
  1511. $haha2 = explode('" style="display:block"',$haha[2])[0];
  1512. }else if ($type == ' WOW '){
  1513. $haha2 = explode('" style="display:block"',$haha[5])[0];
  1514. }else if ($type == ' HAHA '){
  1515. $haha2 = explode('" style="display:block"',$haha[4])[0];
  1516. }else if ($type == ' SAD '){
  1517. $haha2 = explode('" style="display:block"',$haha[6])[0];
  1518. }else if ($type == ' ARAY '){
  1519. $haha2 = explode('" style="display:block"',$haha[7])[0];
  1520. }
  1521. $link2 = html_entity_decode($haha2);
  1522.  
  1523. curl_setopt($ch, CURLOPT_URL, 'https://mbasic.facebook.com'.$link2);
  1524. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  1525. curl_exec($ch);
  1526. curl_close($ch);
  1527. //Nhận
  1528. $urlnhan = "https://tuongtaccheo.com/kiemtien/camxuccheo/nhantien.php";
  1529.  
  1530. $data = "id=$uid&loaicx=$type";
  1531. $ch = curl_init();
  1532. curl_setopt($ch, CURLOPT_PORT, "443");
  1533. curl_setopt($ch, CURLOPT_URL, $urlnhan);
  1534. curl_setopt($ch, CURLOPT_ENCODING, "");
  1535. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  1536. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  1537. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  1538. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  1539. curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
  1540. curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  1541. $result=curl_exec($ch);
  1542. $tc='{"mess":"Thành công, bạn đã được cộng 400 xu"}';
  1543. //bal
  1544. $balurl="https://tuongtaccheo.com/home.php";
  1545. $ch = curl_init();
  1546. curl_setopt($ch, CURLOPT_PORT, "443");
  1547. curl_setopt($ch, CURLOPT_URL, $balurl);
  1548. curl_setopt($ch, CURLOPT_ENCODING, "");
  1549. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  1550. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  1551. curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  1552. curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  1553. curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
  1554. curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  1555. $bal=curl_exec($ch);
  1556. $balan=explode('<li><a>Số dư: <strong style="color: red;" id="soduchinh">', $bal);
  1557. $balanc=explode('<', $balan[1]);
  1558. $balance=$balanc[0];
  1559. if ($result==$tc){
  1560. $chuyenacc++;$i++;$dem1++;
  1561.  
  1562. $idF = substr("$uid",0,15);
  1563. echo $vang."🌸[".$vang.$dem1.$vang."]".$do." ● ".$xnhac.date("H:i")."".$do." ● ".$vang."".$type."".$do." ● ".$luc.$idF."".$do." ● ".$luc."+400".$do." ● ".$vang.$balance." XU\e[0m\n";
  1564.  
  1565. if ($chuyenacc==$jobsck){
  1566. break;
  1567. }else{
  1568.  
  1569. for($tt = $delaycamxuc ;$tt> 0;$tt--){
  1570. echo "\r";
  1571. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1572. echo "\r";
  1573. usleep(5000);
  1574. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1575. usleep($icon);
  1576. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1577. echo "\r";
  1578. usleep(50000);
  1579. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1580. usleep($icon);
  1581. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1582. echo "\r";
  1583. usleep(50000);
  1584. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1585. usleep($icon);
  1586. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1587. echo "\r";
  1588. usleep(50000);
  1589. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1590. usleep($icon);
  1591. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1592. echo "\r";
  1593. usleep(50000);
  1594. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•)\033[1;32m \r";
  1595. usleep($icon);
  1596. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1597. echo "\r";
  1598. usleep(50000);
  1599. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  1600. usleep($icon);
  1601. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😶đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1602. echo "\r";
  1603. usleep(50000);
  1604. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  1605. usleep($icon);
  1606. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😉đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1607. echo "\r";
  1608. usleep(50000);
  1609. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  1610. usleep($icon);
  1611. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😉đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1612. echo "\r";
  1613. usleep(50000);
  1614. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;32m \r";
  1615. usleep($icon);
  1616. echo "\r\033[1;97m \033[1;96m┗(•ˇ_ˇ•) \033[1;37m~\033[1;96m> \033[1;92m😛đợi\033[1;91m |\033[1;93m ".$tt."\033[1;91m | ";
  1617. echo "\r";
  1618. usleep(50000);
  1619. echo "\r";}
  1620. $max=$max+1;
  1621. if ($max==$_SESSION['block']){
  1622. for($x = 0;$x<($_SESSION['j']+1);$x++){
  1623. echo $xduong." Tính Năng Chống Block Hoạt Động, Nghỉ ".($_SESSION['j']-$x)." Giây\r";
  1624. sleep(1);
  1625. echo $xduong." \r";
  1626. }
  1627. $max=0;
  1628. echo "\r";}
  1629.  
  1630. }
  1631. }
  1632. }
  1633. }
  1634. }}
  1635. }
  1636.  
  1637.  
  1638. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement