· 4 years ago · Sep 09, 2021, 03:26 PM
1$ress = "\033[0;32m";
2$res = "\033[0;33m";
3$red = "\033[0;31m";
4$green = "\033[0;37m";
5$yellow = "\033[0;33m";
6$white = "\033[0;33m";
7$xnhac = "\033[1;96m";
8$den = "\033[1;90m";
9$do = "\033[1;91m";
10$luc = "\033[1;92m";
11$vang = "\033[1;93m";
12$xduong = "\033[1;94m";
13$hong = "\033[1;95m";
14$trang = "\033[1;97m";
15$do="\033[1;91m";
16$maufulldo= "\e[1;47;31m";
17$res="\033[0m";
18$red="\e[1;31m";
19$pink="\e[1;35m";
20$green="\e[1;32m";
21$yellow="\e[1;33m";
22$y2="\033[0;33m";
23$white= "\033[0;37m";
24$cyan= "\e[1;36m";
25$blue="\e[1;34m";
26$ngreen="\033[42m";
27$ngblack="\033[40m";
28$nen="\033[1;47;1;34m";
29date_default_timezone_set("Asia/Ho_Chi_Minh");
30@system('clear');
31banner();
32$dem = 0;
33echo $white." $maufulldo Quảng Cáo $ngblack\n\n";
34echo $white." ➻❥ ".$green."Site Mua Key Tool, Clone Giá Rẻ Của TTT Original\n";
35echo $white." ➻❥ ".$green."Link Web:$pink https://keytoolvip.ml/\n";
36for($v=0;$v<= 26;$v++){
37 echo "\033[1;37m▂";
38 echo "\033[1;36m▂";
39}
40echo "\033[1;37m▂";
41echo"\n\n";
42echo $white." ➻❥ ".$green."Tài khoản: $yellow".$info."$green - Hạn Sử Dụng: $yellow ".$day."\n\n";
43for($v=0;$v<= 26;$v++){
44 echo "\033[1;37m▂";
45 echo "\033[1;36m▂";
46}
47echo "\033[1;37m▂";
48echo"\n\n";
49echo $white." ➻❥ ".$green."Link Key Giải Captcha:$trang https://2fa.live/tok/\n";
50echo $white." ➻❥ ".$green."Nhập Key Giải Captcha Đã Lấy: $yellow";
51$giaicap = trim(fgets(STDIN));
52if($giaicap!="taidz"){
53 echo $white." ➻❥ ".$red."Key Giải Captcha Không Hợp Lệ, Vui Lòng Lấy Key Giải Bằng Link Phía Trên\n";
54 echo $white." ➻❥ ".$red."Lưu Ý: Không Nhập Api AnyCaptcha Của Bạn Vào Đây, Tool Này Là Bản Free Chỉ Sử Dụng Key Lấy Từ Link Phía Trên\n";
55 exit;
56}
57$checkck = file_exists("ckmch.txt");
58if($checkck == '1'){
59 echo $white." ➻❥ ".$green."Bạn Đã Nhập Cookie$cyan Machine Liker$green Trước Đó. Bấm $yellow Enter $green Để Tiếp Tục, Bấm $red No $green Để Nhập Lại Cookie: ";
60 $choose = trim(fgets(STDIN));
61}
62if($choose!='' or $checkck !='1'){
63do {
64unlink("ckmch.txt");
65$khocookie = [];
66echo $white." ➻❥ ".$green."Nhập Cookie Machine Liker.$yellow Dừng Thì Bấm Xuống Hàng\n";
67for($a = 1; $a < 999999;$a++){
68echo $white." ➻❥ ".$green."Nhập Cookie Machine Liker Thứ $a: $white";
69$nhapck = (string)trim(fgets(STDIN));
70if($nhapck == ''){break;}
71array_push($khocookie,$nhapck);
72$mf = fopen("ckmch.txt", "a+");
73$txt = $nhapck."\n";
74fwrite($mf, $txt);
75fclose($mf);
76}
77$demcki=count($khocookie);
78echo $white." ➻❥ ".$green."Bạn Đã Nhập ".$vang.$demcki." ".$luc."Cookie Machine Liker\n";
79usleep(500000);
80} while (count($khocookie)==0);
81}else{
82 $k = file_get_contents("ckmch.txt");
83 $khocookie = explode("\n",$k);
84 $s = count($khocookie)-1;
85 array_splice($khocookie,$s,1);
86}
87@system('clear');
88banner();
89$dem = 0;
90echo $white." $maufulldo Quảng Cáo $ngblack\n\n";
91echo $white." ➻❥ ".$green."Site Mua Key Tool, Clone Giá Rẻ Của TTT Original\n";
92echo $white." ➻❥ ".$green."Link Web:$pink https://keytoolvip.ml/\n";
93for($v=0;$v<= 26;$v++){
94 echo "\033[1;37m▂";
95 echo "\033[1;36m▂";
96}
97echo "\033[1;37m▂";
98echo"\n\n";
99echo $white." ➻❥ ".$red."Lưu Ý:$trang Đối Với Avt Và Ảnh Bìa, Nên Lấy Link Bằng App Fb Lite Hoặc Link Có Chữ Photo\n";
100echo $white." ➻❥ ".$green."Nhập Link Bài Viết: $trang";
101$link= trim(fgets(STDIN));
102 echo "\r";
103 echo " \r";
104 $a = $white." ➻❥ ".$green."Đang Get ID Từ Link FB";
105 $len = strlen($a);
106 for ($x = 0; $x < $len; $x++) {
107 echo $a[$x];
108 usleep(5000);
109 }
110$result = getid($link);
111echo "\r";
112echo " \r";
113if (strpos($result, 'error') !== false) {
114 $js = json_decode($result,true);
115 echo $white." ➻❥ ".$red.$js['error']."\n";
116 exit;
117}
118$ui1 = explode('id":',$result)[1];
119$uid = explode(',',$ui1)[0];
120$ke=intval($uid);
121if($ke==0){
122 echo $white." ➻❥ ".$red."Lấy Key Lỗi\n";
123 echo $white." ➻❥ ".$green."Nhập ID Bài Viết: $trang";
124 $uid= trim(fgets(STDIN));
125}else{
126 echo $white." ➻❥ ".$green."ID Của Bạn Là:$yellow ".$uid."\n";
127}
128$id = $uid;
129$type = '';
130echo $white." ➻❥ ".$green."Bật Like (y/n) ";
131$c = trim(fgets(STDIN));
132if ($c=='y'){
133 $type = $type."1";
134}
135echo $white." ➻❥ ".$green."Bật Care (y/n) ";
136$c = trim(fgets(STDIN));
137if ($c=='y'){
138 if ($type==''){
139 $type = $type."16";
140 }else{
141 $type = $type.",16";
142 }
143}
144echo $white." ➻❥ ".$green."Bật Haha (y/n) ";
145$c = trim(fgets(STDIN));
146if ($c=='y'){
147 if ($type==''){
148 $type = $type."4";
149 }else{
150 $type = $type.",4";
151 }
152}
153echo $white." ➻❥ ".$green."Bật Tim (y/n) ";
154$c = trim(fgets(STDIN));
155if ($c=='y'){
156 if ($type==''){
157 $type = $type."2";
158 }else{
159 $type = $type.",2";
160 }
161}
162echo $white." ➻❥ ".$green."Bật Wow (y/n) ";
163$c = trim(fgets(STDIN));
164if ($c=='y'){
165 if ($type==''){
166 $type = $type."3";
167 }else{
168 $type = $type.",3";
169 }
170}
171echo $white." ➻❥ ".$green."Bật Sad (y/n) ";
172$c = trim(fgets(STDIN));
173if ($c=='y'){
174 if ($type==''){
175 $type = $type."7";
176 }else{
177 $type = $type.",7";
178 }
179}
180echo $white." ➻❥ ".$green."Bật Angry (y/n) ";
181$c = trim(fgets(STDIN));
182if ($c=='y'){
183 if ($type==''){
184 $type = $type."8";
185 }else{
186 $type = $type.",8";
187 }
188}
189echo $white." ➻❥ ".$green."Bài Viết Được Bao Nhiêu Like Thì Dừng Tool: $yellow";
190$tong = trim(fgets(STDIN));
191$pi = $type;
192for($v=0;$v<= 26;$v++){
193 echo "\033[1;37m▂";
194 echo "\033[1;36m▂";
195}
196echo "\033[1;37m▂";
197echo"\n\n";
198$tai = 1;
199$stt = 0;
200while($tai==1){
201 for($xz=0;$xz<count($khocookie);$xz++){
202 $coo = $khocookie[$xz];
203 $che = ktck($coo);
204 if($che=='0'){
205 echo "\r";
206 echo " \r";
207 echo $white." ➻❥ ".$red."Cookie Machine Liker Die! Đã Xóa Khỏi File Cookie\n";
208 array_splice($khocookie,$xz,1);
209 unlink("ckmch.txt");
210 for($xy=0;$xy<count($khocookie);$xy++){
211 $mf = fopen("ckmch.txt", "a+");
212 $txt = $khocookie[$xy]."\n";
213 fwrite($mf, $txt);
214 fclose($mf);
215 }
216 $xz = $xz-1;
217 continue;
218 }
219 echo "\r";
220 echo " \r";
221 $a = $white." ➻❥ ".$green."Đang Lấy Api AnyCaptcha Free!";
222 $len = strlen($a);
223 for ($x = 0; $x < $len; $x++) {
224 echo $a[$x];
225 usleep(5000);
226 }
227 $apifree = getapianyfree("https://notice.keytoolvip.ml/any.php");
228 if ($apifree==''){
229 echo "\r";
230 echo " \r";
231 echo $white." ➻❥ ".$red."Lấy Api Lỗi, Vui Lòng Thử Lại Sau!\n";
232 exit;
233 }else if ($apifree=='0'){
234 echo "\r";
235 echo " \r";
236 echo $white." ➻❥ ".$red."Mỗi Ngày Chỉ Được Sử Dụng Api Miễn Phí 15 Lần, Vui Lòng Quay Lại Vào Ngày Mai\n";
237 exit;
238 }else{
239 $api = $apifree;
240 }
241 echo "\r";
242 echo " \r";
243 $a = $white." ➻❥ ".$green."Đang Giải Captcha Vui Lòng Đợi";
244 $len = strlen($a);
245 for ($x = 0; $x < $len; $x++) {
246 echo $a[$x];
247 usleep(5000);
248 }
249 cap:
250 $naoh = giaicaptcha($id,$api);
251 if($naoh['errorId']=='1'){
252 echo "\r";
253 echo " \r";
254 $a = $white." ➻❥ ".$red."API AnyCaptcha Không Tồn Tại\n";
255 $len = strlen($a);
256 for ($x = 0; $x < $len; $x++) {
257 echo $a[$x];
258 usleep(5000);
259 }
260 exit;
261 }
262 if($naoh['errorId']=='5'){
263 echo "\r";
264 echo " \r";
265 $a = $white." ➻❥ ".$red."Bạn Không Có Đủ Tiền Để Giải Captcha\n";
266 $len = strlen($a);
267 for ($x = 0; $x < $len; $x++) {
268 echo $a[$x];
269 usleep(5000);
270 }
271 exit;
272 }
273 if($naoh['errorId']=='0'){
274 $task = $naoh['taskId'];
275 sleep(2);
276 $kk = gettask($task,$api);
277 $trangthai = $kk['status'];
278 while($trangthai!='ready'){
279 sleep(15);
280 $kk = gettask($task,$api);
281 if($kk['errorId']==61){
282 GOTO cap;
283 }
284 if($kk['errorId']==16){
285 GOTO cap;
286 }
287 $trangthai = $kk['status'];
288 }
289 $rec = $kk['solution']['gRecaptchaResponse'];
290 echo "\r";
291 echo " \r";
292 $a = $white." ➻❥ ".$green."Đang Tăng Like";
293 for ($x = 0; $x < $len; $x++) {
294 echo $a[$x];
295 usleep(5000);
296 }
297 }
298 $url = "https://www.machine-liker.com/api/send-reactions/";
299 $data="post_id=$id&reactions=$pi&limit=150&g-recaptcha-response=$rec";
300 $curl = curl_init();
301 curl_setopt_array($curl, array( CURLOPT_PORT => "443", CURLOPT_URL => "$url", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_SSL_VERIFYPEER => false, CURLOPT_TIMEOUT => 0, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "POST", CURLOPT_POSTFIELDS => $data, CURLOPT_HTTPHEADER => array( "Host:www.machine-liker.com", "user-agent:Mozilla/5.0 (Linux; Android 10; CPH1933) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36", "content-type:application/x-www-form-urlencoded; charset=UTF-8", "Cookie:$coo", ) ));
302 $result = curl_exec($curl);
303 $err = curl_error($curl);
304 curl_close($curl);
305 $js = json_decode($result,true);
306 if($js["status"] == "ok"){
307 echo "\r";
308 echo " \r";
309 $stt++;
310 $mess = $js["info"]["total_reactions"];
311 $a = "\033[1;97m[\033[1;91m".$stt."\033[1;97m]\033[1;96m ● \033[1;92m".date("H:i")."\033[1;96m ●\033[1;97m $id\033[1;96m ●\033[1;93m Tổng ".$mess." Reactions\n";
312 $len = strlen($a);
313 for ($x = 0; $x < $len; $x++) {
314 echo $a[$x];
315 usleep(5000);
316 }
317 if($mess>$tong){
318 echo $white." ➻❥ ".$green."Hoàn Thành Chạy Tool\n";
319 exit;
320 }
321 }else{
322 echo "lỗi\r";
323 }
324}
325
326delay(600);
327
328}
329function delay($delay) {
330 $time = $delay;
331 for ( $x = $time; $x--; $x ) {
332 echo " \r";
333 echo "\e[1;32m● Vui lòng chờ <~> TTT Original\e[1;37m〘\e[1;31m▉\e[1;32m■\e[1;33m■\e[1;34m■\e[1;35m■\e[1;37m〙".$x." \e[1;33mgiây";
334 usleep(200000);
335 echo "\r";
336 echo " \r";
337 echo "\e[1;36m● Vui lòng chờ <~> TTT Original\e[1;37m〘\e[1;33m■\e[1;34m▉\e[1;35m■\e[1;36m■\e[1;31m■\e[1;37m〙".$x."\e[1;34m giây";
338 usleep(200000);
339 echo "\r";
340 echo " \r";
341 echo "\e[1;34m● Vui lòng chờ <~> TTT Original\e[1;37m〘\e[1;34m■\e[1;35m■\e[1;36m▉\e[1;31m■\e[1;33m■\e[1;37m〙".$x."\e[1;31m giây";
342 usleep(200000);
343 echo "\r";
344 echo " \r";
345 echo "\e[1;33m● Vui lòng chờ <~> TTT Original\e[1;37m〘\e[1;35m■\e[1;36m■\e[1;31m■\e[1;33m▉\e[1;34m■\e[1;37m〙".$x."\e[1;32m giây";
346 usleep(200000);
347 echo "\r";
348 echo " \r";
349 echo "\e[1;31m● Vui lòng chờ <~> TTT Original\e[1;37m〘\e[1;33m■\e[1;32m■\e[1;31m■\e[1;35m■\e[1;36m▉\e[1;37m〙".$x."\e[1;36m giây";
350 usleep(200000);
351 echo "\r";
352
353}}
354function getid($link) {
355 $ch = curl_init('https://id.traodoisub.com/api.php');
356$data= ('link=').$link;
357$head[] = "Host:id.traodoisub.com";
358$head[] = "user-agent:Mozilla/5.0 (Linux; Android 10; CPH1933) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36";
359$head[] = "content-type:application/x-www-form-urlencoded; charset=UTF-8";
360curl_setopt($ch, CURLOPT_PORT, "443");
361curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
362curl_setopt($ch,CURLOPT_POSTFIELDS,$data);
363curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
364curl_setopt($ch, CURLOPT_ENCODING, "");
365curl_setopt($ch,CURLOPT_TIMEOUT,0);
366curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
367curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
368curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
369$result = curl_exec($ch);
370curl_close($ch);
371return $result;
372}
373function getany($api){
374$ch = curl_init('https://api.anycaptcha.com/getBalance');
375$data = array("clientKey" => "$api");
376$postdata = json_encode($data);
377$head[] = "Accept: application/json";
378$head[] = "Content-Type: application/json";
379curl_setopt($ch, CURLOPT_PORT, "443");
380curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
381curl_setopt($ch,CURLOPT_POSTFIELDS,$postdata);
382curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
383curl_setopt($ch, CURLOPT_ENCODING, "");
384curl_setopt($ch,CURLOPT_TIMEOUT,0);
385curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
386curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
387curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
388$result = curl_exec($ch);
389curl_close($ch);
390$js = json_decode($result,true);
391return $js;
392}
393function giaicaptcha($idpost,$api){
394 $ch = curl_init('https://api.anycaptcha.com/createTask');
395$data = array("clientKey" => "$api","task" => array ("type" => "RecaptchaV2TaskProxyless" ,"websiteURL" => "https://www.machine-liker.com/send-reactions","websiteKey" => "6Lep9tcbAAAAAM2kEgRg75zhxNJt2mHYabpIIOL2"));
396$postdata = json_encode($data);
397$head[] = "Accept: application/json";
398$head[] = "Content-Type: application/json";
399curl_setopt($ch, CURLOPT_PORT, "443");
400curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
401curl_setopt($ch,CURLOPT_POSTFIELDS,$postdata);
402curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
403curl_setopt($ch, CURLOPT_ENCODING, "");
404curl_setopt($ch,CURLOPT_TIMEOUT,0);
405curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
406curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
407curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
408$result = curl_exec($ch);
409curl_close($ch);
410$js = json_decode($result,true);
411return $js;
412}
413function gettask($task,$api){
414 $ch = curl_init('https://api.anycaptcha.com/getTaskResult');
415$data = array("clientKey" => "$api","taskId" => "$task");
416$postdata = json_encode($data);
417$head[] = "Accept: application/json";
418$head[] = "Content-Type: application/json";
419curl_setopt($ch, CURLOPT_PORT, "443");
420curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
421curl_setopt($ch,CURLOPT_POSTFIELDS,$postdata);
422curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
423curl_setopt($ch, CURLOPT_ENCODING, "");
424curl_setopt($ch,CURLOPT_TIMEOUT,0);
425curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
426curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
427curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
428$result = curl_exec($ch);
429curl_close($ch);
430$js = json_decode($result,true);
431return $js;
432}
433function ktck($cookie){
434$ch = curl_init('https://www.machine-liker.com/dashboard/');
435$head[] = "Host: www.machine-liker.com";
436$head[] = "Cookie: $cookie";
437curl_setopt($ch, CURLOPT_PORT, "443");
438curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
439curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
440curl_setopt($ch, CURLOPT_ENCODING, "");
441curl_setopt($ch,CURLOPT_TIMEOUT,0);
442curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
443curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
444curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
445$result = curl_exec($ch);
446curl_close($ch);
447if (strpos($result, 'fw-bold mb-0">Hi') !== false) {
448 return '1';
449}else{
450 return '0';
451}
452}
453function getapianyfree($url) {
454 $head = array(
455 "Host: notice.keytoolvip.ml",
456 "cache-control: max-age=0",
457 "upgrade-insecure-requests: 1",
458 "user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/E7FBAF",
459 "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",
460 "sec-fetch-site: none",
461 "sec-fetch-mode: navigate",
462 "sec-fetch-user: ?1",
463 "sec-fetch-dest: document",
464 //"accept-encoding: gzip, deflate, br",
465 "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",
466 );
467 $ch = curl_init();
468 curl_setopt_array($ch, array(
469 CURLOPT_URL => $url,
470 CURLOPT_CUSTOMREQUEST => "GET",
471 CURLOPT_HTTPHEADER => $head,
472 CURLOPT_SSL_VERIFYPEER => FALSE,
473 CURLOPT_RETURNTRANSFER => 1
474 ));
475 $get = curl_exec($ch);
476 curl_close($ch);
477 return $get;
478}