Advertisement
dagtricksyt

CHAU HOME

Mar 26th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1.  
  2. @system("clear");
  3. echo "\n\n";
  4. echo "\033[1;34m______________________ \033[1;36m ____ \033[1;34m _______________________\n";
  5. echo "\033[1;34m\_____________________\x5c\033[1;36m| _ \x5c\033[1;34m/______________________/\n";
  6. echo "\033[1;34m \________________\033[1;36m| | | |\033[1;34m________________/ \n";
  7. echo "\033[1;34m \__________\033[1;36m| |_| |\033[1;34m__________/ \n";
  8. echo "\033[1;34m \____\033[1;36m|____/\033[1;34m_____/ \n";
  9. echo "=====================================================\n";
  10. echo "\033[1;32m Write Script \033[1;31m : \033[1;37m Mr.Đăng \033[1;31m(\033[1;32mDAG Tricks\033[1;31m)\n";
  11. echo " \033[1;32mYoutube Channel \033[1;31m: \033[1;37mDAG Tricks\n";
  12. echo " \033[1;34m- - - - - - - - - - - - - - - - - - - - - - - - - --\n";
  13. echo " \033[1;32mInbox Support \033[1;31m: \033[1;37mt.me/dagtricks \033[1;31m|| \033[1;37mt.me/termuxvietnam\n";
  14. echo " \033[1;34m- - - - - - - - - - - - - - - - - - - - - - - - - --\n";
  15. echo "\033[7m\033[1;34m Script / Tool : ASK MORRIS VIP V.1 \033[0m\n\n";
  16. $m = "\033[1;34m{\033[1;31m●\033[1;34m} ";
  17. $cb = "\033[1;34m{\033[1;31m!\033[1;34m} ";
  18. $done = "\033[1;34m[\033[1;31m✓\033[1;34m]";
  19.  
  20. include 'data.dagtricks.php';
  21.  
  22. $ch = curl_init();
  23.  
  24. $url = 'https://giftapp-prod.askmorris.co/wp-json/gifts/v1/device/'.$device;
  25.  
  26. $head = array (
  27. 'device: '.$device,
  28. 'GamesAppPlatform: android',
  29. 'customer: '.$customer,
  30. 'UserRegionISOCode: vn',
  31. 'UserLanguageISOCode: en',
  32. 'requestkey: '.$requestkey,
  33. 'Content-Length: 0',
  34. 'Host: giftapp-prod.askmorris.co',
  35. 'Connection: Keep-Alive',
  36. 'Accept-Encoding: gzip',
  37. 'User-Agent: okhttp/3.12.1');
  38.  
  39.  
  40.  
  41. curl_setopt($ch, CURLOPT_URL, $url);
  42. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  43. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  44. curl_setopt($ch, CURLOPT_POST, 1);
  45. curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
  46. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  47. curl_exec($ch);
  48.  
  49.  
  50. $version = 'https://giftapp-prod.askmorris.co/wp-json/gifts/v1/app_settings?appversion=5.0';
  51.  
  52. $head2 = array (
  53. 'device: '.$device,
  54. 'GamesAppPlatform: android',
  55. 'customer: '.$customer,
  56. 'UserRegionISOCode: vn',
  57. 'UserLanguageISOCode: en',
  58. 'requestkey: '.$requestkey,
  59. 'Host: giftapp-prod.askmorris.co',
  60. 'Connection: Keep-Alive',
  61. 'Accept-Encoding: gzip',
  62. 'User-Agent: okhttp/3.12.1');
  63.  
  64.  
  65. curl_setopt($ch, CURLOPT_URL, $version);
  66. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  67. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  68. curl_setopt($ch, CURLOPT_POST, 1);
  69. curl_setopt($ch, CURLOPT_HTTPHEADER, $head2);
  70. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  71. curl_setopt($ch, CURLOPT_HTTPGET, true);
  72. curl_exec($ch);
  73.  
  74.  
  75. $load = 'https://giftapp-prod.askmorris.co/wp-json/gifts/v1/screens?types=buttons,screen,popup,game,lucky_spin,language&format=object';
  76.  
  77. curl_setopt($ch, CURLOPT_URL, $load);
  78. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  79. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  80. curl_setopt($ch, CURLOPT_POST, 1);
  81. curl_setopt($ch, CURLOPT_HTTPHEADER, $head2);
  82. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  83. curl_setopt($ch, CURLOPT_HTTPGET, true);
  84. curl_exec($ch);
  85.  
  86. $addcoin = 'https://giftapp-prod.askmorris.co/wp-json/gifts/v2/spin_result';
  87.  
  88. while(true){
  89.  
  90. $arr = array("10","150","300","900","2000","5000");
  91.  
  92. $ad = $arr[array_Rand($arr,1)];
  93.  
  94.  
  95.  
  96. if($ad=='10'){
  97. $content = '60';
  98. }elseif($ad=='300' or $ad=='150' or $ad=='900'){
  99. $content = '61';
  100. }elseif($ad == '2000' or $ad == '5000'){
  101. $content = '62';
  102. }else{echo $ad;}
  103.  
  104. $head33 = array (
  105. 'device: '.$device,
  106. 'GamesAppPlatform: android',
  107. 'customer: '.$customer,
  108. 'UserRegionISOCode: vn',
  109. 'UserLanguageISOCode: en',
  110. 'requestkey: '.$requestkey,
  111. 'Content-Type: application/json; charset=UTF-8',
  112. 'Content-Length: '.$content,
  113. 'Host: giftapp-prod.askmorris.co',
  114. 'Connection: Keep-Alive',
  115. 'Accept-Encoding: gzip',
  116. 'User-Agent: okhttp/3.12.1');
  117.  
  118.  
  119. $dat = '{"won_coins":"'.$ad.'","spinner_key":"spinner_3","start":"false"}';
  120.  
  121. curl_setopt($ch, CURLOPT_URL, $addcoin);
  122. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  123. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  124. curl_setopt($ch, CURLOPT_POST, 1);
  125. curl_setopt($ch, CURLOPT_HTTPHEADER, $head33);
  126. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  127. curl_setopt($ch, CURLOPT_HTTPGET, true);
  128. curl_setopt($ch, CURLOPT_POSTFIELDS, $dat);
  129. $result = curl_exec($ch);
  130.  
  131. $a = explode(',"is_need_to_show_ad":',$result);
  132. $b = explode(',',$a[1]);
  133.  
  134. $dieukien = $b[0];
  135.  
  136. $q1 = explode(',"user_reach_max_coins_cap":',$result);
  137. $q2 = explode(',',$q1[1]);
  138.  
  139. $a1 = explode(',"user_coins":',$result);
  140. $b1 = explode(',',$a1[1]);
  141.  
  142. $coin = $b1[0];
  143.  
  144. if($dieukien=='true'){
  145.  
  146. $ch = curl_init();
  147. $head3 = array (
  148. 'device: '.$device,
  149. 'GamesAppPlatform: android',
  150. 'customer: '.$customer,
  151. 'UserRegionISOCode: vn',
  152. 'UserLanguageISOCode: en',
  153. 'requestkey: '.$requestkey,
  154. 'Host: giftapp-prod.askmorris.co',
  155. 'Connection: Keep-Alive',
  156. 'Accept-Encoding: gzip',
  157. 'User-Agent: okhttp/3.12.1');
  158. $h = 'https://giftapp-prod.askmorris.co/wp-json/gifts/v1/events/ad_revenue?ad_rev=1&ad_failed=0';
  159. curl_setopt($ch, CURLOPT_URL, $h);
  160. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  161. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  162. curl_setopt($ch, CURLOPT_POST, 1);
  163. curl_setopt($ch, CURLOPT_HTTPHEADER, $head3);
  164. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  165. curl_setopt($ch, CURLOPT_HTTPGET, true);
  166. $result2 = curl_exec($ch);
  167. $a0 = explode(':{"status":',$result2);
  168. $b0 = explode('}}',$a0[1]);
  169.  
  170. if($b0[0]=200){
  171. echo "$m \033[1;32mXem Quảng Cáo Thành Công ".$done."\n";
  172. }else{
  173. echo "$cb \033[1;32mXem Quảng Cáo Thất Bại ".$done."\n";
  174.  
  175. }
  176.  
  177.  
  178. }
  179.  
  180.  
  181. if($q2[0]=='true'){
  182. echo "$m \033[1;32mMax Coin + 2000 Và 25% Luck Spin\n";
  183. }else{
  184. echo " \033[1;31m] || \033[1;32mTổng \033[1;31m: \033[1;32m".$coin;
  185. echo "\r";
  186. echo "$m \033[1;32mCu Nhận Được \033[1;31m[ \033[1;33m".$ad."\n";
  187. sleep(15);
  188. }
  189.  
  190. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement