Advertisement
batim

Maker Instagram

Aug 20th, 2016
831
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.30 KB | None | 0 0
  1. <?php
  2.   $username = "bitfollow".rand(1, 100000)."";
  3. $password = "bitfollow".rand(1, 100000)."";
  4. $email = "bitfollow".rand(1, 100000)."@gmail.com";
  5. $name = "idsbatim";
  6. ?>
  7. <title>Instagram Creator</title>
  8.  
  9.                  <form action="" method="post">
  10.                         <input type="text" name="nama" value="<?=$name;?>" >
  11.                         <input type="text" name="user" value="<?=$username;?>">                                        
  12.                         <input type="email" name="email" value="<?=$email;?>" >                                        
  13.                         <input type="password" name="pass" value="<?=$password;?>">
  14.                             <button name="submit" type="submit" value="Go!" class="btn btn-danger btn-block"><i class="fa fa-send">Submit</i></button>
  15.                 </form>    
  16. <?php
  17. @error_reporting(0);
  18. if(isset($_POST['submit'])){
  19. $email = $_POST['email'];
  20. $nama = $_POST['nama'];
  21. $user = $_POST['user'];
  22. $pass =$_POST['pass'];
  23.     function batim($url, $post=null, $header=false){
  24.     $dapetin =  curl_init();
  25.     curl_setopt($dapetin, CURLOPT_URL, $url);
  26.         if($post != null){
  27.         curl_setopt($dapetin, CURLOPT_POST, true);
  28.         curl_setopt($dapetin, CURLOPT_POSTFIELDS, $option);
  29.         }
  30.         if($header!=false)
  31.     curl_setopt($dapetin , CURLOPT_HEADER , FALSE);
  32.     curl_setopt($dapetin , CURLOPT_REFERER , "http://tinwa.ninja/pnsnsx/maker/tools.php");
  33.     curl_setopt($dapetin , CURLOPT_RETURNTRANSFER , TRUE);
  34.     curl_setopt($dapetin , CURLOPT_URL , $url);
  35.     curl_setopt($dapetin ,CURLOPT_POST, TRUE);  
  36.     curl_setopt($dapetin , CURLOPT_FOLLOWLOCATION, TRUE);
  37.     curl_setopt($dapetin , CURLOPT_SSL_VERIFYPEER, false);
  38.  
  39.     $option =  array(
  40.     'email' => $_POST['email'],
  41.     'nama' => $_POST['nama'],
  42.     'user' => $_POST['user'],
  43.     'pass' => $_POST['pass'],
  44.     'submit'=> "Try\"%\"21");
  45.     curl_setopt($dapetin , CURLOPT_POSTFIELDS , $option);
  46.     $exec = curl_exec($dapetin);
  47.     curl_close($dapetin);
  48.     return $exec;}
  49.  
  50. $gawe = batim('http://tinwa.ninja/pnsnsx/maker/tools.php');
  51.  
  52. if(preg_match_all("#password:#is", $gawe)){
  53. echo "Success Create Ids =></font><font color=green> ".$user.":".$pass."</font></h2>";
  54. }elseif(preg_match("#Another#is", $gawe)){
  55. echo "Username dah ada yang punya";
  56. }else{
  57. echo "Fail";
  58. }  
  59. }
  60. ?>
  61.                 <br><h3>Thanks To bitfollow.me</h3>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement