kpntool

Mithra

Jun 15th, 2021 (edited)
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.82 KB | None | 0 0
  1. error_reporting(0);
  2. include ("1567.php");
  3. $do="\033[1;31m";
  4. $xl="\033[1;32m";
  5. $vang="\033[1;33m";
  6. $xn="\033[1;34m";
  7. $res="\033[1;35m";
  8. $nau="\033[1;36m";
  9. $trang="\033[1;97m";
  10. $nenden = "\033[40m";
  11. $nendo  = "\033[41m";
  12. $nenxanhla = "\033[42m";
  13. $nencam = "\033[43m";
  14. $nenxanhduong = "\033[44m";
  15. $nentim = "\033[45m";
  16. $nenxanhduongnhat = "\033[46m";
  17. @system('clear');
  18. function GET($host,$tsm)
  19. {
  20.   $mr = curl_init();
  21.   curl_setopt_array($mr, array(
  22.   CURLOPT_URL => $host,
  23.   CURLOPT_PORT => "80",
  24.   CURLOPT_RETURNTRANSFER => true,
  25.   CURLOPT_HTTPHEADER => $tsm));
  26.   $mr2 = curl_exec($mr); curl_close($mr);
  27.   $json = json_decode($mr2,true);
  28.   return $json;
  29. }
  30. function POST($host,$tsm1,$data)
  31. {
  32.   $mr = curl_init();
  33.   curl_setopt_array($mr, array(
  34.   CURLOPT_URL => $host,
  35.   CURLOPT_RETURNTRANSFER => true,
  36.   CURLOPT_POSTFIELDS => $data,
  37.   CURLOPT_HTTPHEADER => $tsm1));
  38.   $mr2 = curl_exec($mr); curl_close($mr);
  39.   $json = json_decode($mr2,true);
  40.   return $json;
  41. }
  42. $baner = "
  43. {$xl}   ██╗░░██╗██████╗░███╗░░██╗
  44. {$res}   ██║░██╔╝██╔══██╗████╗░██║
  45. {$do}   █████═╝░██████╔╝██╔██╗██║
  46. {$vang}   ██╔═██╗░██╔═══╝░██║╚████║
  47. {$nau}   ██║░╚██╗██║░░░░░██║░╚███║
  48. {$xn}   ╚═╝░░╚═╝╚═╝░░░░░╚═╝░░╚══╝\n";
  49. $tool = "\033[5;41m\033[10;33m[ => CASH MITHRA <= ]\033[0m\033[5;33m";
  50. $ok = "{$xl}────────────────────────────────────────────────\n";
  51. #$auth = "Basic WERVN08kd0JyYlpuIXZHTzp2VkhyOWdAeTJ6YXclJEdQ";
  52. #$auth = "Basic WERVN08kd0JyYlpuIXZHTzp2VkhyOWdAeTJ6YXclJEdQ";
  53. $tsm1 = array(
  54. "Host:akhil.mallucoder.info",
  55. #"Content-Length:56",
  56. "authorization:$auth",
  57. "content-type:application/json",
  58. );
  59. /////////..
  60. echo "$baner";usleep(300000);
  61. echo "$tool\n"; usleep(300000);
  62. echo "$ok";
  63. $data_a = '{"password":"'.$pass.'","email":"'.$email.'"}';
  64. $tc_a = post("http://akhil.mallucoder.info/api/v1/login",$tsm1,$data_a);
  65. $ten = $tc_a['user']['name'];
  66. $id = $tc_a['user']['cust_id'];
  67. $xu = $tc_a['user']['balance'];
  68. $ms = $tc_a['message'];
  69. $token = $tc_a['token'];
  70. if($ms == "Login Success"){echo "{$xl}[{$do}+{$xl}] {$vang}Name: {$nau}$ten {$res}=> {$trang}Balance: {$xl}$xu\n";usleep(300000);
  71. }else{exit("{$res}Login Fail\n");}
  72. echo "$ok";
  73. /////////////
  74. $tsm = array(
  75. "Host:akhil.mallucoder.info",
  76. "authorization:Bearer $token",
  77. "Connection:Keep-Alive",
  78. );
  79. while(true){
  80. $tc_b = get("http://akhil.mallucoder.info/api/v1/checkspin/".$id."",$tsm);
  81. $luot = $tc_b['count'];
  82. if($luot >= "0" and $luot < "11"){
  83. ///////
  84. $tc_c = get("http://akhil.mallucoder.info/api/v1/cr_spin/".$id."/18",$tsm);
  85. $nhan = $tc_c['data'];
  86. $tc_l= get("http://akhil.mallucoder.info/api/v1/user_coin/".$id."",$tsm);
  87. $coin = $tc_l['message'];
  88. echo "{$xl}[{$do}{$xl}] {$nau}$nhan {$vang}=> {$xn}$coin {$do}=> {$xl}$luot{$xn}/{$vang}10\n";
  89. sleep(1);
  90. }else{echo "{$xl}[{$do}#{$xl}] {$do}No Spin\n";break;}}
  91. /////
  92. echo "$ok";
  93. echo "{$xl}[{$do}{$xl}] {$res}Watch Video {$nau}({$do}y{$xn}/{$vang}n{$nau}): ";
  94. $chon = trim(fgets(STDIN));
  95. if($chon == "y"){
  96.     while(true){
  97. $tc_d = get("http://akhil.mallucoder.info/api/v1/video/".$id."",$tsm);
  98. $idvd = $tc_d['data']['0']['id'];
  99. $time = $tc_d['data']['0']['timer'];
  100. if($idvd >= "0"){
  101. for($i=$time;$i>-1;$i--){
  102. echo "{$xl}[{$do}/{$xl}] {$vang}Wait {$res}$i\r";
  103. sleep(1);}
  104. //////
  105. $tc_f = get("http://akhil.mallucoder.info/api/v1/cr_video/".$id."/".$idvd."",$tsm);
  106. $kq = $tc_f['data'];
  107. $tc_g = get("http://akhil.mallucoder.info/api/v1/user_coin/".$id."",$tsm);
  108. $coin = $tc_g['message'];
  109. echo "{$xl}[{$do}{$xl}] {$nau}$idvd {$trang}=> {$do}$kq {$res}=> {$xn}$coin\n";sleep(1);
  110. }else{echo "{$xl}[{$do}#{$xl}] {$do}No Video\n";echo "$ok";break;}}}else{exit("{$xl}[{$do}#{$xl}] {$do}You Should Choose Again\n");}
  111. echo "{$xl}[{$do}{$xl}] {$res}Watch Web {$nau}({$do}y{$xn}/{$vang}n{$nau}): ";
  112. $chon1 = trim(fgets(STDIN));
  113. if($chon1 == "y"){
  114.     while(true){
  115.     $tc_h = get("http://akhil.mallucoder.info/api/v1/web/".$id."",$tsm);
  116. $idvd = $tc_h['data']['0']['id'];
  117. $time = $tc_h['data']['0']['timer'];
  118. if($idvd >= "0"){
  119. for($i=$time;$i>-1;$i--){
  120. echo "{$xl}[{$do}/{$xl}] {$vang}Wait {$res}$i\r";
  121. sleep(1);}
  122. //////
  123. $tc_j = get("http://akhil.mallucoder.info/api/v1/cr_web/".$id."/".$idvd."",$tsm);
  124. $kq = $tc_j['data'];
  125. $tc_k= get("http://akhil.mallucoder.info/api/v1/user_coin/".$id."",$tsm);
  126. $coin = $tc_k['message'];
  127. echo "{$xl}[{$do}{$xl}] {$nau}$idvd {$trang}=> {$do}$kq {$res}=> {$xn}$coin\n";
  128. }else{echo "{$xl}[{$do}#{$xl}] {$do}No Web\n";echo "$ok";break;}
  129. }
  130. }else{exit("{$xl}[{$do}#{$xl}] {$do}You Should Choose Again\n");}
  131.  
Add Comment
Please, Sign In to add comment