Advertisement
dagtricksyt

Bitland v1

Mar 30th, 2020
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | None | 0 0
  1.  
  2.  
  3. @system('clear');
  4. $ch = curl_init();
  5. $u = "https://www.dagtricks.site/p/sever-vn-nhanh-hon-m.html";
  6. exec('termux-open-url '.$u.'');
  7. curl_setopt($ch, CURLOPT_URL, $u);
  8. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  9. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  10. $su = curl_exec($ch);
  11. $acu = explode('prompt("Password Today:", "',$su);
  12. $bcu = explode('");',$acu[1]);
  13. while(true){
  14. echo "\033[1;36mEnter Password \033[1;31m: \033[1;33m";
  15. $password = trim(fgets(STDIN));
  16. if ($password==$bcu[0]){
  17. echo "\033[1;32mPassword True ........\n";
  18. sleep(1);
  19. break;
  20. }else{
  21. echo "\033[1;31mPassword False ..... Rework \n";
  22. }
  23. }
  24.  
  25.  
  26. @system("clear");
  27. echo "\n\n";
  28. echo "\033[1;34m______________________ \033[1;36m ____ \033[1;34m _______________________\n";
  29. echo "\033[1;34m\_____________________\x5c\033[1;36m| _ \x5c\033[1;34m/______________________/\n";
  30. echo "\033[1;34m \________________\033[1;36m| | | |\033[1;34m________________/ \n";
  31. echo "\033[1;34m \__________\033[1;36m| |_| |\033[1;34m__________/ \n";
  32. echo "\033[1;34m \____\033[1;36m|____/\033[1;34m_____/ \n";
  33. echo "=====================================================\n";
  34. 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";
  35. echo " \033[1;32mYoutube Channel \033[1;31m: \033[1;37mDAG Tricks\n";
  36. echo " \033[1;34m- - - - - - - - - - - - - - - - - - - - - - - - - --\n";
  37. echo " \033[1;32mInbox Support \033[1;31m: \033[1;37mt.me/dagtricks \033[1;31m|| \033[1;37mt.me/termuxvietnam\n";
  38. echo " \033[1;34m- - - - - - - - - - - - - - - - - - - - - - - - - --\n";
  39. echo "\033[7m\033[1;34m Script / Tool : Web Bitland.cash V.1 ||\033[0m\n\n";
  40. $m = "\033[1;33m{\033[1;31m●\033[1;33m} ";
  41. $cb = "\033[1;33m{\033[1;31m!\033[1;33m} ";
  42. $done = "\033[1;33m[\033[1;31m✓\033[1;33m]";
  43.  
  44. while(true){
  45. include 'data.dagtricks.php';
  46. $ch = curl_init();
  47.  
  48. $url = 'https://bitland.cash/users/login';
  49.  
  50. $qw = '*/*';
  51. $head = array (
  52. 'Host: bitland.cash',
  53. 'content-length: 55',
  54. 'accept: application/json, text/javascript, '.$qw.'; q=0.01',
  55. 'origin: https://bitland.cash',
  56. 'x-requested-with: XMLHttpRequest',
  57. 'user-agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J320G Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36',
  58. 'content-type: application/x-www-form-urlencoded; charset=UTF-8',
  59. 'referer: https://bitland.cash/login',
  60. 'cookie: '.$__cfduid,
  61. 'cookie: '.$__tawkuuid);
  62.  
  63.  
  64.  
  65. $data = 'username='.urlencode($email).'&password='.$password;
  66.  
  67.  
  68. curl_setopt($ch, CURLOPT_URL, $url);
  69. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  70. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  71. curl_setopt($ch, CURLOPT_POST, 1);
  72. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  73. curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
  74. curl_setopt($ch, CURLOPT_ENCODING, "");
  75. curl_setopt($ch, CURLOPT_HTTPGET, true);
  76. curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
  77. $result = curl_exec($ch);
  78.  
  79. $a = explode('<head><title>',$result);
  80. $b = explode('</title></head>',$a[1]);
  81.  
  82. $check_login = $b[0];
  83.  
  84. // claim bonus
  85.  
  86. $claim = 'https://bitland.cash/bonus/get_bonus';
  87.  
  88. $head2 = array (
  89. 'Host: bitland.cash',
  90. 'accept: application/json, text/javascript, '.$qw.'; q=0.01',
  91. 'x-requested-with: XMLHttpRequest',
  92. 'user-agent: Mozilla/5.0 (Linux; Android 5.1.1; SM-J320G Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36',
  93. 'referer: https://bitland.cash/cabinet/bonuses',
  94. 'cookie: __cfduid=d2592a0876f9cc39a7080b8422fc685b71585464409',
  95. 'cookie: __tawkuuid=e::bitland.cash::MT7yd1eNVCSOEH+Yz99G1+vdyLJLiBFQrz9mXyAJEQ7DKFqMvUMZ6jnFSqkNybEN::2');
  96.  
  97.  
  98. curl_setopt($ch, CURLOPT_URL, $claim);
  99. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  100. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  101. curl_setopt($ch, CURLOPT_POST, 1);
  102. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  103. curl_setopt($ch, CURLOPT_HTTPHEADER, $head2);
  104. curl_setopt($ch, CURLOPT_HTTPGET, true);
  105. $result2 = curl_exec($ch);
  106.  
  107. $a1 = explode(',"seconds_to_bonus":',$result2);
  108. $b1 = explode('}',$a1[1]);
  109.  
  110. $a2 = explode('{"desc":"Bonus received ',$result2);
  111. $b2 = explode(' GH\/s',$a2[1]);
  112.  
  113. $a3 = explode('{"desc":"',$result2);
  114. $b3 = explode('"',$a3[1]);
  115. $second = $b1[0];
  116. $bonus = $b2[0];
  117.  
  118. if($check_login=='400 Bad Request'){
  119. echo "$cb \033[1;31mError Email Or Password \n";
  120. exit;
  121. }else{}
  122.  
  123. if($b3[0]=="You trying to take bonus to often, please wait!"){
  124.  
  125. for($i=$second;$i>=0;$i--){
  126.  
  127. $phu = floor($i / 60);
  128. $gia = $i % 60;
  129.  
  130. if($phu<=9){
  131. $phut= "0".$phu;
  132. }else{
  133. $phut=$phu;
  134. }
  135.  
  136. if($gia<=9){
  137. $giay = "0".$gia;
  138.  
  139. }else{
  140. $giay=$gia;
  141. }
  142.  
  143. echo "$cb \033[1;36mPlease Wait \033[1;31m[\033[1;33m $phut:$giay \033[1;31m] \033[1;36mTime";
  144. sleep(1);
  145. echo "\r";
  146. }
  147. }else{
  148.  
  149. echo "$m \033[1;32mYou Claim Bonus\033[1;31m [ \033[1;33m$bonus \033[1;31m] \033[1;32mGH/s $done\n";
  150.  
  151. for($i=3600;$i>=0;$i--){
  152.  
  153. $phu = floor($i / 60);
  154. $gia = $i % 60;
  155.  
  156. if($phu<=9){
  157. $phut= "0".$phu;
  158. }else{
  159. $phut=$phu;
  160. }
  161.  
  162. if($gia<=9){
  163. $giay = "0".$gia;
  164. }else{
  165. $giay=$gia;
  166. }
  167.  
  168. echo "$cb \033[1;36mPlease Wait \033[1;31m[\033[1;33m $phut:$giay \033[1;31m] \033[1;36mTime";
  169. sleep(1);
  170. echo "\r";
  171. }
  172.  
  173.  
  174. }
  175.  
  176. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement