Himeshvyas26

auto.php

Apr 6th, 2019
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 12.41 KB | None | 0 0
  1. <?php
  2.     include 'curl.php';
  3.    
  4.     class linda extends Curl
  5.     {
  6.         public $token;
  7.         public $id;
  8.         public $api;
  9.         public
  10.       function __construct($token,$id,$api)
  11.         {
  12.             $this->token = $token;
  13.             $this->id = $id;
  14.             $this->api = $api;
  15.         }
  16.  
  17.         private function _xstring($string,$start,$end)
  18.         {
  19.             $str = explode($start,$string);
  20.             $str = explode($end,$str[1]);
  21.             return $str[0];
  22.         }
  23.  
  24.         private function copyright()
  25.         {
  26.             $w = '<style>
  27.  @font-face {
  28.  font-family: "Source Code Pro";
  29.  font-style: normal;
  30.  font-weight: 400;
  31.  src: local("Source Code Pro"), local("SourceCodePro-Regular"), url(http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/mrl8jkM18OlOQN8JLgasDxM0YzuT7MdOe03otPbuUS0.woff) format("woff");
  32. }
  33. body {
  34.    font-family: Source Code Pro;
  35.    background:#000;
  36.    color: #00FF00;
  37.    margin:0;
  38.    font-size: 13px;
  39. }
  40. </style>
  41.                 <body style="background-color:black">
  42.               <font color="green" style="Times New Roman"><b>
  43.               <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  44.               <pre>
  45. â•”â•Ââ•Ââ•Ââ•—â•”â•Ââ•Ââ•—╔╗───╔â•Ââ•Ââ•Ââ•—â•”â•Ââ•—─╔╗╔â•Ââ•Ââ•Ââ•—     â•”â•Ââ•Ââ•Ââ•—â•”â•Ââ•Ââ•Ââ•—â•”â•Ââ•—─╔╗╔â•Ââ•Ââ•Ââ•—╔╗─╔╗╔â•Ââ•—─╔╗╔â•Ââ•Ââ•Ââ•—
  46. â•‘â•”â•Ââ•—║╚╣─â•Ââ•‘║───║╔â•Ââ•—â•‘â•‘â•‘â•šâ•—â•‘â•‘â•‘â•”â•Ââ•—â•‘     ╚╗╔╗║║╔â•Ââ•—║║║╚╗║║╚╗╔╗║║║─║║║║╚╗║║║╔â•Ââ•—â•‘
  47. ║║─╚â•Ââ”€â•‘║─║║───║║─║║║╔╗╚â•Ââ•‘║║─╚â•Â     ─║║║║║║─║║║╔╗╚â•Ââ•‘─║║║║║║─║║║╔╗╚â•Ââ•‘║║─╚â•Â
  48. â•‘â•‘â•”â•Ââ•—─║║─║║─╔╗║╚â•Ââ•Ââ•‘â•‘â•‘â•šâ•—â•‘â•‘â•‘â•‘â•”â•Ââ•—     ─║║║║║╚â•Ââ•Ââ•‘║║╚╗║║─║║║║║║─║║║║╚╗║║║║╔â•Ââ•—
  49. â•‘â•šâ•©â•Ââ•‘╔╣─╗║╚â•Ââ•Ââ•‘â•‘â•”â•Ââ•—║║║─║║║║╚╩â•Ââ•‘     â•”â•Ââ•šâ•Ââ•‘â•‘â•”â•Ââ•—║║║─║║║╔â•Ââ•šâ•Ââ•‘â•‘â•šâ•Ââ•Ââ•‘║║─║║║║╚╩â•Ââ•‘
  50. â•šâ•Ââ•Ââ•Ââ•Ââ•šâ•Ââ•Ââ•Ââ•šâ•Ââ•Ââ•Ââ•Ââ•šâ•Ââ”€â•šâ•Ââ•šâ•Ââ”€â•šâ•Ââ•Ââ•šâ•Ââ•Ââ•Ââ•Â     â•šâ•Ââ•Ââ•Ââ•Ââ•šâ•Ââ”€â•šâ•Ââ•šâ•Ââ”€â•šâ•Ââ•Ââ•šâ•Ââ•Ââ•Ââ•Ââ•šâ•Ââ•Ââ•Ââ•Ââ•šâ•Ââ”€â•šâ•Ââ•Ââ•šâ•Ââ•Ââ•Ââ•Â
  51.       </pre>';
  52.             echo $w;
  53.         }
  54.  
  55.         public function _monkey()
  56.         {
  57.             $curl = New Curl;
  58.             $curl->simple_get('http://monkeyliker.com/');
  59.             $curl->create('http://monkeyliker.com/captcha.php');
  60.             $y = $curl->execute();
  61.             $file = "monkey.png";
  62.             $x = fopen($file,"w");
  63.             fwrite($x,$y);
  64.             fclose($x);
  65.             $up = 'http://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']).'/'.$file;
  66.             $captcha = file_get_contents($this->api.$up);
  67.             echo $captcha;
  68.             $post = array( "answer" => $captcha, "submit" => "SUBMIT", );
  69.             $curl->create('http://monkeyliker.com/login.php?user='.$this->token);
  70.             $curl->post($post);
  71.             echo $curl->execute();
  72.             $curl->create('http://monkeyliker.com/Like.php?type=status');
  73.             $post2 = array( "slider" => "400", "id" => $this->id, "submit" => "Submit", );
  74.             $curl->post($post2);
  75.             echo $curl->execute();
  76.             return $curl->info;
  77.         }
  78.  
  79.         public function _dj()
  80.         {
  81.             $curl = New Curl;
  82.             $curl->simple_get('http://djliker.com/');
  83.             $curl->create('http://djliker.com/captcha.php');
  84.             $y = $curl->execute();
  85.             $file = "dj.png";
  86.             $x = fopen($file,"w");
  87.             fwrite($x,$y);
  88.             fclose($x);
  89.             $up = 'http://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']).'/'.$file;
  90.             $captcha = file_get_contents($this->api.$up);
  91.             echo $captcha;
  92.             $post = array( "answer" => $captcha, "submit" => "SUBMIT", );
  93.             $curl->create('http://djliker.com/loginmedj.php?user='.$this->token);
  94.             $curl->post($post);
  95.             echo $curl->execute();
  96.             $curl->create('http://djliker.com/Like.php?type=status');
  97.             $post2 = array( "slider" => "200", "id" => $this->id, "submit" => "Submit", );
  98.             $curl->post($post2);
  99.             echo $curl->execute();
  100.             return $curl->info;
  101.         }
  102.  
  103.         public function _mg()
  104.         {
  105.             $curl = New Curl;
  106.             $curl->simple_get('http://mg-likers.com/');
  107.             $curl->create('http://mg-likers.com/includes/image.php');
  108.             $y = $curl->execute();
  109.             $file = "mg.png";
  110.             $x = fopen($file,"w");
  111.             fwrite($x,$y);
  112.             fclose($x);
  113.             $up = 'http://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']).'/'.$file;
  114.             $captcha = file_get_contents($this->api.$up);
  115.             echo $captcha;
  116.             $post = array( "captcha_verify" => $captcha, "submit" => "SUBMIT", );
  117.             $curl->create('http://mg-likers.com/login.php?access_token='.$this->token);
  118.             $curl->post($post);
  119.             echo $curl->execute();
  120.             $curl->create('http://mg-likers.com/like.php?type=status');
  121.             $post2 = array( "id" => $this->id, "privacy" => "yes", "submit" => "submit", "limit" => "200", );
  122.             $curl->post($post2);
  123.             echo $curl->execute();
  124.             return $curl->info;
  125.         }
  126.  
  127.         public function _official()
  128.         {
  129.             $curl = New Curl;
  130.             $curl->simple_get('http://official-liker.net/');
  131.             $curl->create('http://official-liker.net/code_login.php');
  132.             $y = $curl->execute();
  133.             $file = "official.png";
  134.             $x = fopen($file,"w");
  135.             fwrite($x,$y);
  136.             fclose($x);
  137.             $up = 'http://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']).'/'.$file;
  138.             $captcha = file_get_contents($this->api.$up);
  139.             echo $captcha;
  140.             $post = array( "answer" => $captcha, "login" => "Continue", );
  141.             $curl->create('http://official-liker.net/code.login.php?user='.$this->token);
  142.             $curl->post($post);
  143.             echo $curl->execute();
  144.             $null = $curl->simple_get('http://official-liker.net/like.php?type=status');
  145.             $auth_token = $this->_xstring($null,'<input type="hidden" name="token" value="','"/>');
  146.             $curl->create('http://official-liker.net/like.php?type=status');
  147.             $post2 = array( "id" => base64_encode($this->id), "limit" => "400", "token" => $auth_token, "submit" => "Submit", );
  148.             $curl->post($post2);
  149.             echo $curl->execute();
  150.             return $curl->info;
  151.         }
  152.  
  153.         public function _postliker()
  154.         {
  155.             $curl = New Curl;
  156.             $curl->simple_get('http://postliker.net/');
  157.             $curl->create('http://postliker.net/code.php');
  158.             $curl->options(array(CURLOPT_REFERER => 'http://postliker.net/'));
  159.             $y = $curl->execute();
  160.             $file = "postliker.png";
  161.             $x = fopen($file,"w");
  162.             fwrite($x,$y);
  163.             fclose($x);
  164.             $up = 'http://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']).'/'.$file;
  165.             $captcha = file_get_contents($this->api.$up);
  166.             echo $captcha;
  167.             $post = array( "answer" => $captcha, "login" => "Continue", );
  168.             $curl->create('http://postliker.net/Go.login.php?user='.$this->token);
  169.             $curl->options(array(CURLOPT_REFERER => 'http://postliker.net/'));
  170.             $curl->post($post);
  171.             echo $curl->execute();
  172.             $curl->create('http://postliker.net/?type=status');
  173.             $curl->options(array(CURLOPT_REFERER => 'http://postliker.net/'));
  174.             $post2 = array( "id" => base64_encode($this->id), "submit" => "Submit", );
  175.             $curl->post($post2);
  176.             echo $curl->execute();
  177.             return $curl->info;
  178.         }
  179.  
  180.         public function _myliker()
  181.         {
  182.             $curl = New Curl;
  183.             $curl->simple_get('http://myliker.com/');
  184.             $curl->create('http://myliker.com/login/captcha.php');
  185.             $y = $curl->execute();
  186.             $file = "myliker.png";
  187.             $x = fopen($file,"w");
  188.             fwrite($x,$y);
  189.             fclose($x);
  190.             $up = 'http://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']).'/'.$file;
  191.             $captcha = file_get_contents($this->api.$up);
  192.             echo $captcha;
  193.             $get = array( "answer" => $captcha, "accesstoken" => $this->token, "submit" => "SUBMIT", );
  194.             $curl->create('http://myliker.com/login/'.http_build_query($get));
  195.             echo $curl->execute();
  196.             $curl->create('http://www.myliker.com/liker.php?type=feed');
  197.             $post2 = array( "submit" => "AUTO LIKE", "idz" => $this->id, "likes" => "150", );
  198.             $curl->post($post2);
  199.             echo $curl->execute();
  200.             return $curl->info;
  201.         }
  202.  
  203.         public function _vliker()
  204.         {
  205.             $curl = New Curl;
  206.             $curl->simple_get('http://vliker.com/');
  207.             $null = $curl->simple_get('http://vliker.com/');
  208.             $csrf = $this->_xstring($null,'<input type="hidden" name="csrf" value="','"/ >');
  209.             $post = array( "accesstoken" => $this->token, "csrf" => $csrf, "submit" => "Submit!", );
  210.             $curl->create('http://vliker.com/login.php');
  211.             echo $curl->execute();
  212.             $curl->create('http://vliker.com/liker.php?type=status');
  213.             $post2 = array( "submit" => "AUTO LIKE", "idz" => $this->id, "likes" => "100", );
  214.             $curl->post($post2);
  215.             echo $curl->execute();
  216.             return $curl->info;
  217.         }
  218.  
  219.         public function _linda()
  220.         {
  221.             echo $this->_copyright();
  222.             echo $this->_monkey();
  223.             echo $this->_dj();
  224.             echo $this->_mg();
  225.             echo $this->_official();
  226.             echo $this->_postliker();
  227.             echo $this->_myliker();
  228.             echo $this->_vliker();
  229.         }
  230.  
  231.     }
  232.  
  233.     $token = $_GET["token"];
  234.     $id = $_GET["id"];
  235.     $api = "http://www.v-bour.com/vb/archive/ocr-api.php?img=";
  236.     $run = new linda($token,$id,$api);
  237.     $run->_linda();
Add Comment
Please, Sign In to add comment