Advertisement
kpntool

gomlua

Nov 5th, 2021 (edited)
1,649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 17.80 KB | None | 0 0
  1.  
  2. error_reporting(0);
  3. system('clear');date_default_timezone_set('Asia/Ho_Chi_Minh');
  4. function GET($host,$tsm)
  5. {
  6. $mr = curl_init();
  7. curl_setopt_array($mr, array(
  8. CURLOPT_URL => $host,
  9. CURLOPT_RETURNTRANSFER => true,
  10. CURLOPT_HTTPHEADER => $tsm));
  11. $mr2 = curl_exec($mr); curl_close($mr);
  12. $json = json_decode($mr2,true);
  13. return $json;
  14. }
  15. function POST($host,$tsm1,$data)
  16. {
  17. $mr = curl_init();
  18. curl_setopt_array($mr, array(
  19. CURLOPT_URL => $host,
  20. CURLOPT_RETURNTRANSFER => true,
  21. CURLOPT_POSTFIELDS => $data,
  22. CURLOPT_HTTPHEADER => $tsm1));
  23. $mr2 = curl_exec($mr); curl_close($mr);
  24. $json = json_decode($mr2,true);
  25. return $json;
  26. }
  27. function G($url,$head){
  28. $mr = curl_init();
  29. curl_setopt_array($mr, array(
  30.   CURLOPT_URL => $url,
  31.   CURLOPT_RETURNTRANSFER => true,
  32.   CURLOPT_HTTPHEADER => $head,
  33.   CURLOPT_HEADER=>true));
  34. $mr2 = curl_exec($mr); curl_close($mr);
  35. return $mr2;
  36. }
  37. //$ck=readline('nhập cookie : ');
  38. #$user="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Kiwi Chrome/68.0.3438.0 Safari/537.36";
  39. //$ck="datr=pEx-YeJyzXZzr3-meMwP09yv;sb=pEx-YcnY6xyUsvIU2Kygo7ld;locale=vi_VN;fr=0hexaDNaXvpnsgq52.AWW3FKs2Ae-PJsAsbVELV8VYTsk.Bhfkyk.0O.AAA.0.0.Bhf3w7.AWWxbGBzPoM;c_user=100073776460585;xs=12%3AV5_04CzyklUO4g%3A2%3A1635744828%3A-1%3A16010;dpr=3;spin=r.1004673413_b.trunk_t.1636033870_s.1_v.2_;m_pixel_ratio=3;x-referer=eyJyIjoiL3Byb2ZpbGUucGhwIiwiaCI6Ii9wcm9maWxlLnBocCIsInMiOiJtIn0%3D;wd=360x652";
  40. echo "\033[1;35m[1] Chạy Bằng Tài Khoản Và Mật Khẩu\n";
  41. echo "\033[1;31m[2] Chạy Bằng Cookie Fb Ramdom Acc Không Lưu Cookie\n";
  42. echo "\033[1;33m[3] Chạy Bằng Cookie Fb Ramdom Acc Có Lưu Cookie\n";
  43. echo "\033[1;36mNhập => ";
  44. $chon=trim(fgets(STDIN));
  45. system('clear');
  46. echo "
  47.       \033[1;31m██╗  ██╗█████╗  ███╗   ██╗
  48.       \033[1;32m██║ ██╔╝██╔══██╗████╗  ██║
  49.       \033[1;33m█████╔╝ ██████╔╝██╔██╗ ██║
  50.       \033[1;34m██╔═██  ██╔═══╝ ██║╚██╗██║
  51.       \033[1;35m██║  ██╗██║     ██║ ╚████║
  52.       \033[1;36m╚═╝  ╚═╝╚═╝     ╚═╝  ╚═══╝
  53.      
  54.       \n";
  55. if($chon=="1"){echo "\033[1;37mNhập Cookie Fb : ";
  56. $ck=trim(fgets(STDIN));}
  57. if($chon=="3"){
  58.     if (file_exists("cookies.json")){
  59.   /// đã có file cookies.json
  60. // tiếp tục kiểm tra xem file đấy đã có lưu cookie chưa
  61.   if (!empty(file_get_contents("cookies.json"))){
  62. echo "\033[1;36m[1] Xoá File Cookie Và Nhập Lại\n";
  63. echo "\033[1;32m[2] Dùng Cookie Cũ Và chạy Tool\n";
  64. echo "\033[1;35mVui Lòng Nhâp => ";
  65. $enter_cookie=trim(fgets(STDIN));
  66.  
  67.   } else {
  68.    $enter_cookie = 1;
  69.   }
  70.  
  71. } else {
  72.   $enter_cookie = 1;
  73. }
  74. if ($enter_cookie == 1){
  75. $array_cookies = array();
  76. $i=0;
  77. while(true){
  78.     $d=rand(1,7);
  79. echo "\033[1;3".$d."mNhập Cookie (Trực tiếp bấm Enter để skip): ";
  80. $c=trim(fgets(STDIN));
  81. if (empty($c)){
  82.   break;
  83. }
  84. $array_cookies[$i]["cookie"] = $c;
  85. $i++;
  86. }
  87.  
  88. file_put_contents("cookies.json", json_encode($array_cookies));
  89. }
  90. echo "\033[1;31mnhập ví whypay [nếu ko thì enter] : ";
  91.     $vi=trim(fgets(STDIN));
  92. echo "\033[1;36mnhập time delay mỗi job : ";
  93. $delay=trim(fgets(STDIN));
  94. echo "\033[1;31mnhập user agent : ";
  95. $user=trim(fgets(STDIN));
  96. system('clear');
  97.  
  98. $next=0;
  99. $cookies = json_decode(file_get_contents("cookies.json"),1);
  100. echo "
  101.       \033[1;31m██╗  ██╗█████╗  ███╗   ██╗
  102.       \033[1;32m██║ ██╔╝██╔══██╗████╗  ██║
  103.       \033[1;33m█████╔╝ ██████╔╝██╔██╗ ██║
  104.       \033[1;34m██╔═██  ██╔═══╝ ██║╚██╗██║
  105.       \033[1;35m██║  ██╗██║     ██║ ╚████║
  106.       \033[1;36m╚═╝  ╚═╝╚═╝     ╚═╝  ╚═══╝
  107.      
  108.       \n";
  109. while(1){
  110.     ##$next++;
  111. $cookie= $cookies[$next]["cookie"];
  112. if (empty($cookie)){
  113.   $next = 0;
  114.   $cookie= $cookies[$next]["cookie"];
  115. }
  116.  
  117. $head_fb=["Host:mbasic.facebook.com","cache-control:max-age=0","upgrade-insecure-requests:1","save-data:on","user-agent:$user","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","sec-fetch-site:cross-site","sec-fetch-mode:navigate","sec-fetch-user:?1","sec-fetch-dest:document","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","cookie:$cookie"];
  118. $login=["Host:gomlua.com","Content-Length:60","Content-Type:application/json","User-Agent:$user"];
  119. ///echo "$cookies \n";
  120.  
  121.     $to=G("https://m.facebook.com/v2.9/dialog/oauth?app_id=901999673240219&cbt=1621310784808&channel_url=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df37e196fc0296%26domain%3Dgomlua.com%26origin%3Dhttps%253A%252F%252Fgomlua.com%252Ff1784b0562c04f4%26relation%3Dopener&client_id=901999673240219&display=touch&domain=gomlua.com&e2e=%7B%7D&enable_profile_selector=true&fallback_redirect_uri=https%3A%2F%2Fgomlua.com%2F%23%2Fauth%2Flogin&locale=en_US&logger_id=f2df7cbb4ea2afc&origin=2&redirect_uri=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df29221fe01f5f%26domain%3Dgomlua.com%26origin%3Dhttps%253A%252F%252Fgomlua.com%252Ff1784b0562c04f4%26relation%3Dopener%26frame%3Df27e7cb7f4262e4&response_type=token%2Csigned_request%2Cgraph_domain&return_scopes=true&scope=email%2Cpublic_profile&sdk=joey&version=v2.9",$head_fb);
  122. $token=explode('&',explode('access_token=',$to)[1])[0];
  123. $login1=["Host:gomlua.com","Connection:keep-alive","Save-Data:on","Accept:application/json, text/plain, */*","content-type:application/json; charset=utf-8","User-Agent:$user"];
  124. $get_tk=get("https://gomlua.com/user/login?os=web&facebook_token=$token",$login1);
  125. $tk=$get_tk["data"]["app_token"];
  126. $tsm=array("Host:gomlua.com",
  127. "Connection:keep-alive",
  128. "app_token:$tk",
  129. "User-Agent:$user",
  130. "sec-ch-ua-mobile:?1",);
  131. /////////////////////////
  132. $in4=get("https://gomlua.com/user/info?os=web",$tsm);
  133. $kt=$in4['status'];$email=$in4['data']['email'];$ten=$in4['data']['username'];$lua=$in4['data']['current_paddy'];
  134.  
  135. /*if($kt=="1"){
  136.     echo "\033[1;33macc : $ten \033[1;30m| \033[1;36msố lúa : $lua \n";
  137.     ##for($c=0;$c<43;$c++){$rand = rand(1,7);echo "\033[1;3".$rand."m—";usleep(25000);}echo "\n";
  138.     }else{echo "\033[1;35msai dữ liệu \r";sleep(1);}*/
  139.    
  140. ////////////////////////
  141. while(1){
  142.    
  143.     $tg=date('H:i:s');
  144.     ##while(1){
  145.         $cp=G("https://mbasic.facebook.com/checkpoint/1501092823525282",$head_fb);
  146. $check=G("https://mbasic.facebook.com",$head_fb);
  147. $die=strpos($cp,"Tài khoản của bạn đã bị vô hiệu hóa");
  148. if ($die==true){echo("\033[1;37m$ten Đã Bị Block!!!\n");
  149.     exit;
  150. }
  151. $loogut=strpos($check,"Đăng nhập Facebook");
  152. if ($loogut==true){echo("__Cookie $ten Die!!!\n");
  153.  
  154.     exit;
  155. }
  156. $like=get("https://gomlua.com/cpi/listCampaignFacebook?os=web&type=like_post",$tsm);
  157. $id=$like['data']['list']['0']['campaign_id'];$idjob=$like['data']['list']['0']['link_id'];$type=$like['data']['list']['0']['react_type'];
  158. $size=$like["data"]["size"];
  159. if($like==""){exit("cookie die \n");}
  160. if($size=="0" or $size==""){echo "\033[1;31m$ten Hết Job Đang Chuyển Acc __________\r";break;}
  161. #echo "\033[1;34m$type \033[1;30m| \033[1;31m$idjob \033[1;30m| \033[1;36m$id \n";
  162. /////////
  163. $dom=rand(1,7);
  164. #if($id>0){break;}else{echo "\033[1;3".$dom."m$ten hết job                   \r";}}
  165.  
  166. echo "\033[1;32m$ten còn $size job __________\r";
  167. sleep(1);
  168. $checkgl=GET("https://gomlua.com/cpi/checkLinkLike?os=web&link_id=$idjob",$tsm);
  169. if ($checkgl["status"]==1){
  170.     sleep(1);
  171.     echo "\033[1;36m$ten đang làm job \033[1;37m$idjob __________\r";
  172. if ($type=="LIKE"){$o=1;}
  173. if ($type=="LOVE"){$o=2;}
  174. if ($type=="CARE"){$o=3;}
  175. if ($type=="HAHA"){$o=4;}
  176. if ($type=="WOW"){$o=5;}
  177. if ($type=="SAD"){$o=6;}
  178. if ($type=="ANGRY"){$o=7;}
  179. $full=G("https://mbasic.facebook.com/$id",$head_fb);
  180. $l=strpos($full,"location");
  181. if ($l==true){
  182. $link_full=explode('rdr',explode("location: ",$full)[1])[0];
  183. $truy=G($link_full."rdr",$head_fb);
  184. $cx=explode('"',explode("/reactions/picker/?",$truy)[1])[0];
  185. $bcx=G("https://mbasic.facebook.com/reactions/picker/?".htmlspecialchars_decode($cx),$head_fb);
  186. $node_cx=explode('"',explode("/ufi/reaction/?",$bcx)[$o])[0];
  187. $thuc=G("https://mbasic.facebook.com/ufi/reaction/?".htmlspecialchars_decode($node_cx),$head_fb);
  188. echo "\033[1;36m$ten chuẩn bị nhận lúa __________\r";
  189. $nhận=GET("https://gomlua.com/cpi/likeSuccess?os=web&link_id=$idjob&like_old=1",$tsm);
  190. if ($nhận["status"]==1){$jb++;
  191. $du=$nhận["data"]["current_paddy"];
  192. if(!empty($vi)){
  193. if ($du>=10000){$rut=get("https://gomlua.com/card/transferWhypay?os=web&amount=$du&whypay_code=$vi",$tsm);
  194. if ($rut["message"]=="Thành công"){
  195. echo "\033[1;35mrút $du thành công về ví $vi \n";}else{echo "\033[1;32m$ten rút thất bại về ví $vi\n";sleep(1);}}}
  196. echo "\033[1;31m[$jb] \033[1;33m[$tg] \033[1;32m[$type] \033[1;35m[$idjob] \033[1;36m[+40] \033[1;37m[$du] \033[1;32m[$ten]\n";
  197. #echo " \033[1;37m≠=================≠\n";
  198. for($i=$delay;$i>-1;$i--){
  199.     echo "\r\033[1;31m__đợi $i .       \r";usleep(200000);
  200.     echo "\r\033[1;33m__đợi $i ..      \r";usleep(200000);
  201.     echo "\r\033[1;36m__đợi $i ...     \r";usleep(200000);
  202.     echo "\r\033[1;32m__đợi $i ....    \r";usleep(200000);
  203.     echo "\r\033[1;37m__đợi $i .....   \r";usleep(200000);
  204.     }
  205.    
  206. }else{$report=GET("https://gomlua.com/cpi/reportBug?site=web&cpi_id=$idjob&type=LIKE&report_type=PADDY",$tsm);
  207. echo $report["message"]." $idjob __________\r";sleep(1);
  208. }}else{$report=GET("https://gomlua.com/cpi/reportBug?site=web&cpi_id=$idjob&type=LIKE&report_type=LINK",$tsm);
  209. echo $report["message"]." $idjob __________\r";sleep(1);
  210.  
  211. }}else{$report=GET("https://gomlua.com/cpi/reportBug?site=web&cpi_id=$idjob&type=LIKE_TOKEN&report_type=OTHER",$tsm);
  212. echo $report["message"]." $idjob __________ \r";sleep(1);
  213. }}
  214. $next++;
  215. }}
  216. if($chon=="2") {
  217. echo "\033[1;31mnhập số acc: ";
  218. $acc = trim(fgets(STDIN));
  219. $cooki = [];
  220. $dem = 1;
  221. //Giai đoạn tạo mảng cookie
  222. while (true){
  223.     $mau=rand(1,7);
  224. echo "\033[1;3".$mau."mNhập Cookie $dem".": ";
  225. $cook[$dem] = trim(fgets(STDIN));
  226. array_push($cooki,"$cook[$dem]");
  227. $dem++;
  228. if($dem > $acc){
  229. break;
  230. }}
  231. echo "\033[1;31mnhập ví whypay [nếu ko thì enter] : ";
  232.     $vi=trim(fgets(STDIN));
  233. echo "\033[1;36mnhập time delay mỗi job : ";
  234. $delay=trim(fgets(STDIN));
  235. echo "\033[1;31mnhập user agent : ";
  236. $user=trim(fgets(STDIN));
  237. }
  238. system('clear');
  239. echo "
  240.       \033[1;31m██╗  ██╗█████╗  ███╗   ██╗
  241.       \033[1;32m██║ ██╔╝██╔══██╗████╗  ██║
  242.       \033[1;33m█████╔╝ ██████╔╝██╔██╗ ██║
  243.       \033[1;34m██╔═██  ██╔═══╝ ██║╚██╗██║
  244.       \033[1;35m██║  ██╗██║     ██║ ╚████║
  245.       \033[1;36m╚═╝  ╚═╝╚═╝     ╚═╝  ╚═══╝
  246.      
  247.       \n";
  248. home:
  249. if($chon=="2"){
  250. $ck = $cooki[array_rand($cooki,1)];}
  251. $head_fb=["Host:mbasic.facebook.com","cache-control:max-age=0","upgrade-insecure-requests:1","save-data:on","user-agent:$user","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","sec-fetch-site:cross-site","sec-fetch-mode:navigate","sec-fetch-user:?1","sec-fetch-dest:document","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","cookie:$ck"];
  252. $login=["Host:gomlua.com","Content-Length:60","Content-Type:application/json","User-Agent:$user"];
  253. if($chon=="1") {
  254.     him:
  255.     echo "\033[1;34mnhập tài khoản : ";
  256.     $tk=trim(fgets(STDIN));
  257.     echo "\033[1;35mnhập mật khẩu : ";
  258.     $mk=trim(fgets(STDIN));
  259.     echo "\033[1;32mnhập ví whypay [nếu ko thì enter] : ";
  260.     $vi=trim(fgets(STDIN));
  261.     echo "\033[1;36mnhập time delay mỗi job : ";
  262. $delay=trim(fgets(STDIN));
  263. echo "\033[1;31mnhập user agent : ";
  264. $user=trim(fgets(STDIN));
  265. system('clear');
  266. $data_tk='{"email":"'.$tk.'","password":"'.$mk.'"}';
  267. $get_tk=post("https://gomlua.com/user/loginV2?os=web",$login,$data_tk);
  268. if($get_tk==""){goto him;}
  269. }
  270. if($chon=="2"){
  271.     $to=G("https://m.facebook.com/v2.9/dialog/oauth?app_id=901999673240219&cbt=1621310784808&channel_url=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df37e196fc0296%26domain%3Dgomlua.com%26origin%3Dhttps%253A%252F%252Fgomlua.com%252Ff1784b0562c04f4%26relation%3Dopener&client_id=901999673240219&display=touch&domain=gomlua.com&e2e=%7B%7D&enable_profile_selector=true&fallback_redirect_uri=https%3A%2F%2Fgomlua.com%2F%23%2Fauth%2Flogin&locale=en_US&logger_id=f2df7cbb4ea2afc&origin=2&redirect_uri=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df29221fe01f5f%26domain%3Dgomlua.com%26origin%3Dhttps%253A%252F%252Fgomlua.com%252Ff1784b0562c04f4%26relation%3Dopener%26frame%3Df27e7cb7f4262e4&response_type=token%2Csigned_request%2Cgraph_domain&return_scopes=true&scope=email%2Cpublic_profile&sdk=joey&version=v2.9",$head_fb);
  272. $token=explode('&',explode('access_token=',$to)[1])[0];
  273. $login1=["Host:gomlua.com","Connection:keep-alive","Save-Data:on","Accept:application/json, text/plain, */*","content-type:application/json; charset=utf-8","User-Agent:$user"];
  274. $get_tk=get("https://gomlua.com/user/login?os=web&facebook_token=$token",$login1);
  275. }
  276. $tk=$get_tk["data"]["app_token"];
  277.  
  278. $tsm=array("Host:gomlua.com",
  279. "Connection:keep-alive",
  280. "app_token:$tk",
  281. "User-Agent:$user",
  282. "sec-ch-ua-mobile:?1",);
  283. /////////////////////////
  284. $in4=get("https://gomlua.com/user/info?os=web",$tsm);
  285. $kt=$in4['status'];$email=$in4['data']['email'];$ten=$in4['data']['username'];$lua=$in4['data']['current_paddy'];
  286. if($chon=="1"){
  287. if($kt=="1"){
  288.     echo "\033[1;33macc : $ten \033[1;30m| \033[1;36msố lúa : $lua \n";
  289.     ##for($c=0;$c<43;$c++){$rand = rand(1,7);echo "\033[1;3".$rand."m—";usleep(25000);}echo "\n";
  290.     }else{echo "\033[1;35msai dữ liệu \r";sleep(1);goto home;}
  291.     }
  292. ////////////////////////
  293. while(1){
  294.    
  295.     $tg=date('H:i:s');
  296.     while(1){
  297.         $cp=G("https://mbasic.facebook.com/checkpoint/1501092823525282",$head_fb);
  298. $check=G("https://mbasic.facebook.com",$head_fb);
  299. $die=strpos($cp,"Tài khoản của bạn đã bị vô hiệu hóa");
  300. if ($die==true){echo("\033[1;37m$ten Đã Bị Block!!!\n");
  301.     exit;
  302. }
  303. $loogut=strpos($check,"Đăng nhập Facebook");
  304. if ($loogut==true){echo("__Cookie $ten Die!!!\n");
  305.  
  306.     exit;
  307. }
  308. $like=get("https://gomlua.com/cpi/listCampaignFacebook?os=web&type=like_post",$tsm);
  309. $id=$like['data']['list']['0']['campaign_id'];$idjob=$like['data']['list']['0']['link_id'];$type=$like['data']['list']['0']['react_type'];
  310. if($like==""){exit("cookie die \n");}
  311. #echo "\033[1;34m$type \033[1;30m| \033[1;31m$idjob \033[1;30m| \033[1;36m$id \n";
  312. /////////
  313. $dom=rand(1,7);
  314. if($id>0){break;}else{echo "\033[1;3".$dom."m$ten hết job __________\r";goto home;}}
  315. echo "\033[1;32m$ten còn ".$size=$like["data"]["size"]." job __________\r";
  316. sleep(1);
  317. $checkgl=GET("https://gomlua.com/cpi/checkLinkLike?os=web&link_id=$idjob",$tsm);
  318. if ($checkgl["status"]==1){
  319.     sleep(1);
  320.     echo "\033[1;36m$ten đang làm job \033[1;37m$idjob                  \r";
  321. if ($type=="LIKE"){$o=1;}
  322. if ($type=="LOVE"){$o=2;}
  323. if ($type=="CARE"){$o=3;}
  324. if ($type=="HAHA"){$o=4;}
  325. if ($type=="WOW"){$o=5;}
  326. if ($type=="SAD"){$o=6;}
  327. if ($type=="ANGRY"){$o=7;}
  328. $full=G("https://mbasic.facebook.com/$id",$head_fb);
  329. $l=strpos($full,"location");
  330. if ($l==true){
  331. $link_full=explode('rdr',explode("location: ",$full)[1])[0];
  332. $truy=G($link_full."rdr",$head_fb);
  333. $cx=explode('"',explode("/reactions/picker/?",$truy)[1])[0];
  334. $bcx=G("https://mbasic.facebook.com/reactions/picker/?".htmlspecialchars_decode($cx),$head_fb);
  335. $node_cx=explode('"',explode("/ufi/reaction/?",$bcx)[$o])[0];
  336. $thuc=G("https://mbasic.facebook.com/ufi/reaction/?".htmlspecialchars_decode($node_cx),$head_fb);
  337. echo "\033[1;36m$ten chuẩn bị nhận lúa __________\r";
  338. $nhận=GET("https://gomlua.com/cpi/likeSuccess?os=web&link_id=$idjob&like_old=1",$tsm);
  339. if ($nhận["status"]==1){$jb++;
  340. $du=$nhận["data"]["current_paddy"];
  341. if(!empty($vi)){
  342. if ($du>=10000){$rut=get("https://gomlua.com/card/transferWhypay?os=web&amount=$du&whypay_code=$vi",$tsm);
  343. if ($rut["message"]=="Thành công"){
  344. echo "\033[1;35mrút $du thành công về ví $vi \n";}else{echo "\033[1;32m$ten rút thất bại về ví $vi\n";sleep(1);}}}
  345. echo "\033[1;31m[$jb] \033[1;33m[$tg] \033[1;32m[$type] \033[1;35m[$idjob] \033[1;36m[+40] \033[1;37m[$du] \033[1;32m[$ten]\n";
  346. #echo " \033[1;37m≠=================≠\n";
  347. for($i=$delay;$i>-1;$i--){
  348.     echo "\r\033[1;31m__đợi $i .       \r";usleep(200000);
  349.     echo "\r\033[1;33m__đợi $i ..      \r";usleep(200000);
  350.     echo "\r\033[1;36m__đợi $i ...     \r";usleep(200000);
  351.     echo "\r\033[1;32m__đợi $i ....    \r";usleep(200000);
  352.     echo "\r\033[1;37m__đợi $i .....   \r";usleep(200000);
  353.     }
  354.     if($chon=="2"){goto home;}
  355. }else{$report=GET("https://gomlua.com/cpi/reportBug?site=web&cpi_id=$idjob&type=LIKE&report_type=PADDY",$tsm);
  356. if($chon=="2"){echo $report["message"]." $idjob __________\r";sleep(1);goto home;}if($chon=="1"){echo $report["message"]." $idjob __________\r";sleep(1);}
  357. }}else{$report=GET("https://gomlua.com/cpi/reportBug?site=web&cpi_id=$idjob&type=LIKE&report_type=LINK",$tsm);
  358. if($chon=="2"){echo $report["message"]." $idjob __________\r";sleep(1);goto home;
  359. }if($chon=="1"){echo $report["message"]." $idjob __________\r";sleep(1);}
  360. }}else{$report=GET("https://gomlua.com/cpi/reportBug?site=web&cpi_id=$idjob&type=LIKE_TOKEN&report_type=OTHER",$tsm);
  361. if($chon=="2"){echo $report["message"]." $idjob __________\r";sleep(1);goto home;}if($chon=="1"){echo $report["message"]." $idjob __________\r";sleep(1);}
  362. }}
  363.  
  364.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement