Advertisement
danhcltx

xem tt fb

Aug 14th, 2021
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.40 KB | None | 0 0
  1. date_default_timezone_set("Asia/Ho_Chi_Minh");
  2. $gio = date( 'H:i' );
  3. $ngay = date("d/m/Y");
  4. error_reporting(0);
  5. session_start();
  6. //color
  7. date_default_timezone_set('Asia/Ho_Chi_Minh');
  8. $res="\033[0m";
  9. $red="\033[1;31m";
  10. $white= "\033[1;37m";
  11. $whiteb= "\033[1;37m";
  12. $redb="\033[1;31m";
  13. $green="\033[1;32m";
  14. $yellow="\033[1;33m";
  15. $cam="\033[1;33m";
  16. $test="\033[1;33m";
  17. $greenb="\033[1;32m";
  18. $blue="\033[1;34m";
  19. $lam="\033[1;34m";
  20. $tmi="\033[1;34m";
  21. $hong="\033[1;35m";
  22. $imt="\033[1;35m";
  23. $cyan= "\e[1;36m";
  24. $syan="\033[1;36m";
  25. $xnhac= "\033[1;96m";
  26. $den="\033[1;90m";
  27. $do="\033[1;91m";
  28. $luc="\033[1;92m";
  29. $vang="\033[1;93m";
  30. $xduong="\033[1;94m";
  31. $hong="\033[1;95m";
  32. $trang="\033[1;97m";
  33. $vang="\033[1;93m";
  34. $do="\033[1;91m";
  35. $BBlack="\033[1;30m" ;
  36. $BRed="\033[1;31m" ;
  37. $BGreen="\033[1;32m" ;
  38. $BYellow="\033[1;33m" ;
  39. $BBlue="\033[1;34m" ;
  40. $BPurple="\033[1;35m" ;
  41. $BCyan="\033[1;36m" ;
  42. $BWhite="\033[1;37m" ;
  43. $Blue="\033[0;34m";
  44. $lime="\033[1;32m";
  45. $red="\033[1;31m";
  46. $xanh="\033[1;32m";
  47. $cyan="\033[1;36m";
  48. $yellow="\033[1;33m";
  49. $turquoise="\033[1;34m";
  50. $maugi="\033[1;35m";
  51. $white= "\033[1;37m";
  52. $BCyan="\033[1;36m";
  53. $trang="\033[1;37m";
  54. $do="\033[1;31m";
  55. $luc="\033[1;32m";
  56. $vang="\033[1;33m";
  57. $luc="\033[1;92m";
  58. system('clear');
  59. echo "\033[1;93m┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n";
  60. echo "\033[1;93m┃ \033[1;93m┃\033[1;92m☞ YouTube: \033[0;34mDanh Võ \033[1;93m┃
  61. \033[1;93m┃ \033[1;31m█▀▄ ▄▀█ █▄ █ █▄█ \033[1;93m┃\033[1;92m☞ zalo:\033[1;36m 0929533616 \033[1;93m┃
  62. \033[0;93m┃ \033[1;97m█▄▀ █▀█ █ ▀█ █▀█ \033[1;93m┃\033[1;92m☞ momo: \033[1;37m0336536030 \033[1;93m┃ \n\033[1;93m┃ ┃\033[1;92m☞ Facebook: \033[1;31m100069088879543 \033[1;93m┃ \n";
  63. echo "\033[1;93m┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛\n";
  64. @system('clear');
  65. while(true) {
  66. echo $xanhl."Nhập Token Facebook: $vang";
  67. $cookie=trim(fgets(STDIN));
  68. if ($cookie != 1 && $cookie != '') {
  69. $ch=curl_init();
  70. curl_setopt($ch, CURLOPT_URL, 'https://m.facebook.com/composer/ocelot/async_loader/?publisher=feed');
  71. $head[] = "Connection: keep-alive";
  72. $head[] = "Keep-Alive: 300";
  73. $head[] = "authority: m.facebook.com";
  74. $head[] = "ccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7";
  75. $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";
  76. $head[] = "cache-control: max-age=0";
  77. $head[] = "upgrade-insecure-requests: 1";
  78. $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";
  79. $head[] = "sec-fetch-site: none";
  80. $head[] = "sec-fetch-mode: navigate";
  81. $head[] = "sec-fetch-user: ?1";
  82. $head[] = "sec-fetch-dest: document";
  83. curl_setopt($ch, CURLOPT_USERAGENT, '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');
  84. curl_setopt($ch, CURLOPT_ENCODING, '');
  85. curl_setopt($ch, CURLOPT_COOKIE, $cookie);
  86. curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
  87. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  88. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  89. curl_setopt($ch, CURLOPT_TIMEOUT, 60);
  90. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
  91. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  92. curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:'));
  93. $access = curl_exec($ch);
  94. curl_close($ch);
  95. if (explode('\",\"useLocalFilePreview', explode('accessToken\":\"', $access)[1])[0]) {
  96. }
  97. if (true) {
  98. $access_token = $cookie;
  99. if (json_decode(file_get_contents('https://graph.facebook.com/me/?access_token=' . $access_token))->{'id'}) {
  100. $idfb = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token=' . $access_token))->{'id'};
  101. $hofb = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token=' . $access_token))->{'first_name'};
  102. $type = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token=' . $access_token))->{'locale'};
  103. $tenfb = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token=' . $access_token))->{'last_name'};
  104. $ns = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token=' . $access_token))->{'birthday'};
  105. $gmail = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token=' . $access_token))->{'email'};
  106. $gt = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token=' . $access_token))->{'gender'};
  107. $idcfb = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token=' . $access_token))->{'username'};
  108. $name = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token=' . $access_token))->{'name'};
  109. $link = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token=' . $access_token))->{'link'};
  110. $name = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token=' . $access_token))->{'name'};
  111. $tt = json_decode(file_get_contents('https://graph.facebook.com/me/?access_token=' . $access_token))->{'relationship_status'};
  112. echo " \r";
  113. usleep(20000);
  114. echo $xanht."Token Chính Xác 100%\n";
  115. sleep(1);
  116. @system("clear");
  117. echo $tim."========\033[1;43;31mGHI CHÚ\033[1;0;34m========\n";
  118. echo $xanht."🌸 Female: Nữ\n🌸 Male: Nam\n🌸 Vi_Vn: Việt Nam\n";
  119. echo $tim."========\033[1;43;31mTHÔNG TIN\033[1;0;34m========";
  120. echo $xanhl."\nLink Fb: \033[1;35m".$link."\n";
  121. usleep(50000);
  122. echo $xanhl."Tên: \033[1;35m".$hofb."\n";
  123. usleep(50000);
  124. echo $xanhl."Họ: \033[1;35m".$tenfb."\n";
  125. usleep(50000);
  126. echo $xanhl."Tên Fb: \033[1;35m".$name."\n";
  127. usleep(50000);
  128. echo $xanhl."ID Fb: \033[1;35m".$idfb."\n";
  129. echo $xanhl."Username Fb: \033[1;35m".$idcfb."\n";
  130. usleep(50000);
  131. echo $xanhl."Gmail: \033[1;35m".$gmail."\n";
  132. usleep(50000);
  133. echo $xanhl."Ngày Sinh: \033[1;35m".$ns."\n";
  134. usleep(50000);
  135. echo $xanhl."Giới Tính: \033[1;35m".$gt."\n";
  136. usleep(50000);
  137. echo $xanhl."Quốc Tịch: \033[1;35m".$type."\n";
  138. echo $xanhl."Tình Cảm: \033[1;35m".$tt."\n";
  139. echo "\n";
  140. exit;
  141. }else{
  142. echo $do."Nhập Sai Token Đã Bị Out\n";
  143. usleep(50000);
  144. exit;
  145. }
  146. }
  147. }
  148. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement