Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php @system("clear"); //warna $bd= "\033[49m"; $bp= "\033[107m"; $bb="\033[40m"; $..

Decoded Output download

<?php 
@system("clear"); 
//warna 
$bd= "[49m"; 
$bp= "[107m"; 
$bb="[40m"; 
$br="[41m"; 
$hitam="\e[0;30m"; 
$biru="[1;34m";  
$turkis="[1;36m";  
$ijo="[92m";  
$putih="[1;37m";  
$pink="[1;35m";  
$red="[1;31m";  
$kuning="[1;33m";  
$t="
";  
$r="

"; 
@system("clear");  
@system("rm -rf user");  
@system("clear"); 
 
$pass=file_get_contents("https://pastebin.com/raw/bc1T1RM6"); 
$pasw=readline("[92mMasukkan Password  => \e[0;30m"); 
   if($pasw==$pass){ 
 echo$turkis."[]Pasword Benar Cuk :v
"; 
 
ob_start(); 
exec("termux-open-url https://www.youtube.com/channel/UCmYgwOqIVPUjj8Kmpf2WF8Q"); 
ob_end_clean(); 
 
@system("clear"); 
 } 
  elseif($pasw==""){ 
echo$red."[!]Paswordnya Di isi lah Cuk 
"; 
ob_start(); 
exec("termux-open-url https://api.whatsapp.com/send?phone=+62822-7403-1040&text=Assalamualaikum+Admin+MK+KHAIRIL+Izin+Pakai+Script+Nya"); 
ob_end_clean(); 
 
exit; 
} 
 elseif($pasw!==$pass){ 
echo$red."[]Pasword Salah Cuk :v 
"; 
echo$kuning."Izin Admin Terlebih Dahulu 
"; 
echo$turkis."WhatsApp : 082274031040".$t; 
 
ob_start(); 
exec("termux-open-url https://api.whatsapp.com/send?phone=+62822-7403-1040&text=Assalamualaikum+Admin+MK+KHAIRIL+Izin+Pakai+Script+Nya"); 
ob_end_clean(); 
 
exit; 
} 
 
 
 
 
echo$turkis." _____           _        _     ____            _     _ 
|  __ \         | |      | |   |  _ \          | |   | | 
| |__) |__   ___| | _____| |_  | |_) |_   _  __| | __| |_   _ 
|  ___/ _ \ / __| |/ / _ \ __| |  _ <| | | |/ _` |/ _` | | | | 
| |  | (_) | (__|   <  __/ |_  | |_) | |_| | (_| | (_| | |_| | 
|_|   \___/ \___|_|\_\___|\__| |____/ \__,_|\__,_|\__,_|\__, | 
                                                         __/ | 
                                                        |___/".$t; 
   echo$ijo."Creator : ".$turkis."MK KHAIRIL     | ".$ijo."Youtube : ".$turkis."MK KHAIRIL ".$t; 
   echo$ijo."Support : ".$turkis."Cocentz        | ".$ijo."Youtube : ".$turkis."Cocentz 404 ".$t;  
   echo$ijo."Support : ".$turkis."Aneuk Cabak    | ".$ijo."Youtube : ".$turkis."Aneuk Cabak 
".$t;  
 
echo $turkis."[".$putih."".$turkis."[ ".$kuning."Warning".$turkis." ]".$putih."".$turkis."]".$t; echo $putih."[".$red.">".$putih."]".$red." Ini Adalah Program Ilegal ".$t; echo $putih."[".$red.">".$putih."]".$red." Resiko Harap Di Tanggung Pengguna ".$t; echo $putih."[".$red.">".$putih."]".$red." Kami Tidak Mau Menanggung Resiko Ini ".$t; echo $putih."[".$red.">".$putih."]".$red." Harap Di Mengerti.....!!!  
".$t;  
  echo$ijo."Loading...!!!".$t; 
sleep(1);  
  echo $kuning."["; $tu=0; while($tu<15){  
sleep(2);  
$tu++; echo $putih."."; } echo $kuning."]  
".$t; 
     $headers = array (); 
			$headers[] = "Content-Type: application/x-www-form-urlencoded; charset=UTF-8"; 
			$headers[] = "User-Agent: Dalvik/2.1.0 (Linux; U; Android 8.1.0; Redmi 5 Plus MIUI/9.5.23)"; 
 
function login($headers,$devid) { 
                $headers = array (); 
			$headers[] = "Content-Type: application/x-www-form-urlencoded; charset=UTF-8"; 
			$headers[] = "User-Agent: Dalvik/2.1.0 (Linux; U; Android 8.1.0; Redmi 5 Plus MIUI/9.5.23)"; 
                 
           $body = "device=$devid"; 
		$ch = curl_init(); 
		curl_setopt($ch, CURLOPT_URL, "http://frapwise.com/pocketbuddy/pocketbuddy_api/alldata.php"); 
		curl_setopt($ch, CURLOPT_RETURNTRANSFER, 10); 
		curl_setopt($ch, CURLOPT_POSTFIELDS, $body); 
		curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST'); 
		curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 
		$result = curl_exec($ch); 
		$json = json_decode($result,true); 
		$nama = $json['result'][0]['Username']; 
		$kode= $json['result'][0]['ReferCode']; 
		echo $biru."Username : ".$nama."
"; 
		echo $biru."Kode Refferal : ".$kode."
";} 
 
function asw($a, $headers,$devid) { 
 
             $po = array("5","3","10"); 
             $a = array_rand($po); 
             $poin = $po[$a]; 
	           $body = 'deviceID='.$devid.'&points='.$poin; 
		$ch = curl_init(); 
		curl_setopt($ch, CURLOPT_URL, "http://frapwise.com/pocketbuddy/pocketbuddy_api/addwallet.php"); 
		curl_setopt($ch, CURLOPT_RETURNTRANSFER, 10); 
		curl_setopt($ch, CURLOPT_POSTFIELDS, $body); 
		curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST'); 
		curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 
		$res = curl_exec($ch); 
		 
      
} 
 
/* config  
$devid="2a9e436b0fa5fc6"; 
*/ 
 
echo $ijo."Masukkan Id : "; 
$devid = trim(fgets(STDIN));	 
$logi = login($headers,$devid); 
echo $biru."".$logi."
"; 
echo $ijo."Masukkan Jumlah Spin   : "; 
$jum = trim(fgets(STDIN)); 
for($a=0;$a<$jum;$a++){ 
sleep(7); 
echo $ijo."[]Sukses Claim Poin
"; 
 
$oce = asw($a, $headers,$devid); 
echo $turkis."".$oce."
"; 
} 
?> 
     
     

Did this file decode correctly?

Original Code

<?php
@system("clear");
//warna
$bd= "\033[49m";
$bp= "\033[107m";
$bb="\033[40m";
$br="\033[41m";
$hitam="\e[0;30m";
$biru="\033[1;34m"; 
$turkis="\033[1;36m"; 
$ijo="\033[92m"; 
$putih="\033[1;37m"; 
$pink="\033[1;35m"; 
$red="\033[1;31m"; 
$kuning="\033[1;33m"; 
$t="\n"; 
$r="\n\n";
@system("clear"); 
@system("rm -rf user"); 
@system("clear");

$pass=file_get_contents("https://pastebin.com/raw/bc1T1RM6");
$pasw=readline("\033[92mMasukkan Password  => \e[0;30m");
   if($pasw==$pass){
 echo$turkis."[]Pasword Benar Cuk :v\n";

ob_start();
exec("termux-open-url https://www.youtube.com/channel/UCmYgwOqIVPUjj8Kmpf2WF8Q");
ob_end_clean();

@system("clear");
 }
  elseif($pasw==""){
echo$red."[!]Paswordnya Di isi lah Cuk \n";
ob_start();
exec("termux-open-url https://api.whatsapp.com/send?phone=+62822-7403-1040&text=Assalamualaikum+Admin+MK+KHAIRIL+Izin+Pakai+Script+Nya");
ob_end_clean();

exit;
}
 elseif($pasw!==$pass){
echo$red."[]Pasword Salah Cuk :v \n";
echo$kuning."Izin Admin Terlebih Dahulu
";
echo$turkis."WhatsApp : 082274031040".$t;

ob_start();
exec("termux-open-url https://api.whatsapp.com/send?phone=+62822-7403-1040&text=Assalamualaikum+Admin+MK+KHAIRIL+Izin+Pakai+Script+Nya");
ob_end_clean();

exit;
}




echo$turkis." _____           _        _     ____            _     _
|  __ \         | |      | |   |  _ \          | |   | |
| |__) |__   ___| | _____| |_  | |_) |_   _  __| | __| |_   _
|  ___/ _ \ / __| |/ / _ \ __| |  _ <| | | |/ _` |/ _` | | | |
| |  | (_) | (__|   <  __/ |_  | |_) | |_| | (_| | (_| | |_| |
|_|   \___/ \___|_|\_\___|\__| |____/ \__,_|\__,_|\__,_|\__, |
                                                         __/ |
                                                        |___/".$t;
   echo$ijo."Creator : ".$turkis."MK KHAIRIL     | ".$ijo."Youtube : ".$turkis."MK KHAIRIL ".$t;
   echo$ijo."Support : ".$turkis."Cocentz        | ".$ijo."Youtube : ".$turkis."Cocentz 404 ".$t; 
   echo$ijo."Support : ".$turkis."Aneuk Cabak    | ".$ijo."Youtube : ".$turkis."Aneuk Cabak
".$t; 

echo $turkis."[".$putih."".$turkis."[ ".$kuning."Warning".$turkis." ]".$putih."".$turkis."]".$t; echo $putih."[".$red.">".$putih."]".$red." Ini Adalah Program Ilegal ".$t; echo $putih."[".$red.">".$putih."]".$red." Resiko Harap Di Tanggung Pengguna ".$t; echo $putih."[".$red.">".$putih."]".$red." Kami Tidak Mau Menanggung Resiko Ini ".$t; echo $putih."[".$red.">".$putih."]".$red." Harap Di Mengerti.....!!! 
".$t; 
  echo$ijo."Loading...!!!".$t;
sleep(1); 
  echo $kuning."["; $tu=0; while($tu<15){ 
sleep(2); 
$tu++; echo $putih."."; } echo $kuning."] 
".$t;
     $headers = array ();
			$headers[] = "Content-Type: application/x-www-form-urlencoded; charset=UTF-8";
			$headers[] = "User-Agent: Dalvik/2.1.0 (Linux; U; Android 8.1.0; Redmi 5 Plus MIUI/9.5.23)";

function login($headers,$devid) {
                $headers = array ();
			$headers[] = "Content-Type: application/x-www-form-urlencoded; charset=UTF-8";
			$headers[] = "User-Agent: Dalvik/2.1.0 (Linux; U; Android 8.1.0; Redmi 5 Plus MIUI/9.5.23)";
                
           $body = "device=$devid";
		$ch = curl_init();
		curl_setopt($ch, CURLOPT_URL, "http://frapwise.com/pocketbuddy/pocketbuddy_api/alldata.php");
		curl_setopt($ch, CURLOPT_RETURNTRANSFER, 10);
		curl_setopt($ch, CURLOPT_POSTFIELDS, $body);
		curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST');
		curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
		$result = curl_exec($ch);
		$json = json_decode($result,true);
		$nama = $json['result'][0]['Username'];
		$kode= $json['result'][0]['ReferCode'];
		echo $biru."Username : ".$nama."\n";
		echo $biru."Kode Refferal : ".$kode."\n";}

function asw($a, $headers,$devid) {

             $po = array("5","3","10");
             $a = array_rand($po);
             $poin = $po[$a];
	           $body = 'deviceID='.$devid.'&points='.$poin;
		$ch = curl_init();
		curl_setopt($ch, CURLOPT_URL, "http://frapwise.com/pocketbuddy/pocketbuddy_api/addwallet.php");
		curl_setopt($ch, CURLOPT_RETURNTRANSFER, 10);
		curl_setopt($ch, CURLOPT_POSTFIELDS, $body);
		curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST');
		curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
		$res = curl_exec($ch);
		
     
}

/* config 
$devid="2a9e436b0fa5fc6";
*/

echo $ijo."Masukkan Id : ";
$devid = trim(fgets(STDIN));	
$logi = login($headers,$devid);
echo $biru."".$logi."\n";
echo $ijo."Masukkan Jumlah Spin   : ";
$jum = trim(fgets(STDIN));
for($a=0;$a<$jum;$a++){
sleep(7);
echo $ijo."[]Sukses Claim Poin\n";

$oce = asw($a, $headers,$devid);
echo $turkis."".$oce."\n";
}
?>
    
    

Function Calls

system 1

Variables

None

Stats

MD5 8a02a2057eb2763aa8049f1651cf0954
Eval Count 0
Decode Time 91 ms