Advertisement
Bacot21

Untitled

Oct 15th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1.  
  2. <?php
  3. @system("clear");
  4. //warna
  5. $biru="\033[1;34m";
  6. $turkis="\033[1;36m";
  7. $ijo="\033[92m";
  8. $putih="\033[1;37m";
  9. $pink="\033[1;35m";
  10. $red="\033[1;31m";
  11. $kuning="\033[1;33m";
  12.  
  13. //flag
  14. print"$ijo
  15. ==========================================================================================
  16. ☣☣☣☣☣ ☣☣☣ ☣☣☣☣☣ ☣☣ ☣☣ ☣☣ ☣☣☣☣☣ ☣☣ ☣☣☣☣☣☣
  17. ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣
  18. ☣☣ ☣☣ ☣☣ ☣☣☣☣☣ ☣☣ ☣☣ ☣☣ ☣☣☣☣☣ ☣☣ ☣☣☣☣☣☣
  19. ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣
  20. ☣☣☣ ☣☣☣☣☣ ☣☣☣☣☣ ☣☣☣ ☣☣☣ ☣☣☣☣☣ ☣☣ ☣☣☣☣☣☣
  21.  
  22.  
  23. ☣☣☣☣☣ ☣☣☣☣☣☣ ☣☣☣☣☣☣ ☣☣ ☣☣ ☣☣☣☣☣☣ ☣☣ ☣☣☣☣☣☣ ☣☣☣☣☣
  24. ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣
  25. ☣☣☣☣☣ ☣☣☣☣☣☣ ☣☣☣☣☣☣ ☣☣☣☣ ☣☣☣☣☣☣ ☣☣ ☣☣☣☣☣☣ ☣☣☣☣
  26. ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣
  27. ☣☣☣☣☣ ☣☣☣☣☣☣ ☣☣ ☣☣ ☣☣ ☣☣ ☣☣☣☣☣☣ ☣☣☣☣☣☣ ☣☣ ☣☣ ☣☣☣☣☣
  28. ${merah}
  29. ☣ Supported ☣ ARMY CYBER NETWORK ☣
  30. ☣ Created ☣ RAHMAT DAKENZO ☣
  31. ==========================================================================================
  32. $putih";
  33. //link
  34. $link = "https://www.veeuapp.com/v1.0/incentive/tasks?access_token=".$access_token;
  35. //body
  36. $video = array(
  37. 'locale' => 'in_ID',
  38. 'task_extra_info' => '',
  39. 'task_name' => 'watch_video_ball_01',
  40. 'timezone' => 'GMT+07:00');
  41. //encode
  42. $body0 = json_encode($video,true);
  43. //header
  44. $head = array();
  45. $head[] = "Host: www.veeuapp.com";
  46. "Connection: Keep-Alive";
  47. "Accept-Encoding: gzip";
  48. "User-Agent: okhttp/3.10.0";
  49. $header = array();
  50. $header[] = "Content-Type: application/json";
  51. "charset=UTF-8";
  52. "Content-Length: 96";
  53. "Host: www.veeuapp.com";
  54. "Connection: Keep-Alive";
  55. "Accept-Encoding: gzip";
  56. "User-Agent: okhttp/3.10.0";
  57. //config
  58. include(readline("masukan config: "));
  59.  
  60. //intro
  61. echo "$kuning.[>] $putih sedang login.....\n";
  62. sleep(1);
  63.  
  64. //get info
  65. while (true) :
  66. $curl = curl_init();
  67. curl_setopt_array($curl, array(
  68. CURLOPT_URL => "https://www.veeuapp.com/v1.0/me?access_token=".$access_token,
  69. CURLOPT_RETURNTRANSFER => 1,
  70. CURLOPT_TIMEOUT => 30,
  71. CURLOPT_HTTPHEADER => $head,
  72. CURLOPT_SSL_VERIFYPEER => 0,
  73. ));
  74. $result = curl_exec($curl); curl_close($curl);
  75. $jres = json_decode($result,true);
  76. echo "$ijo.[*] sukses !!!\n";
  77. echo "$putih|user: $biru".$jres['user']['nickname']."\n";
  78. echo "$putih|email: $biru".$jres['user']['email']."\n";
  79. break;
  80. endwhile;
  81.  
  82. //konfirmasi
  83. $konfir =readline("$putih.[?] $turkis konfirmasi (y/n): ");
  84. if($konfir == 'y' OR $konfir == 'Y'){
  85. @system("clear");
  86. }
  87. else{
  88. echo "$red.[!] ".$putih."login dibatalkan\n";
  89. exit;
  90. }
  91.  
  92. //intro2
  93.  
  94. echo "$kuning.[>] $putih memproses data !!!\n";
  95. sleep(1);
  96. echo "$kuning.[>] $putih mejalankan bot......\n";
  97. sleep(1);
  98. //include
  99. include('modules');
  100.  
  101.  
  102. //bot_nonton
  103. while (true) :
  104. sleep(1);
  105. $curl = curl_init();
  106. curl_setopt_array($curl, array(
  107. CURLOPT_RETURNTRANSFER => 1,
  108. CURLOPT_URL => $link,
  109. CURLOPT_TIMEOUT => 30,
  110. CURLOPT_POST => true,
  111. CURLOPT_POSTFIELDS => $body0,
  112. CURLOPT_HTTPHEADER => $header,
  113. CURLOPT_SSL_VERIFYPEER => 0,
  114. ));
  115. $result_video = curl_exec($curl); curl_close($curl);
  116. $jvid = json_decode($result_video,true);
  117.  
  118. if($jvid['code'] == '4040') {
  119. echo "$red.[!] $putih nonton video:$red ".$jvid['message']."$putih\n";
  120. sleep(1);
  121. //info user
  122. echo "$putih|user: $biru".$jres['user']['nickname']."\n";
  123. echo "$putih|email: $biru".$jres['user']['email']."\n";
  124.  
  125. exit;
  126. }
  127. else{
  128. echo "$kuning.[>] $ijo sukses $putih| user: $biru".$jres['user']['nickname']."$ijo
  129. [!] $turkis reward_point:$putih ".$jvid['task']['reward_point']."$ijo | $turkis complete_seconds:$putih ".$jvid['task']['extra']['complete_seconds']."$ijo
  130. [!] $turkis current_point:$putih ".$jvid['point']['current_point']."$ijo | $turkis today_revenue_point:$putih ".$jvid['point']['today_revenue_point']."
  131. =======================================================\r\n";}
  132. endwhile;
  133. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement