Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. <?php
  2. // set_time_limit(10);
  3. if (!file_exists('madeline.php')) {
  4. copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php');
  5. }
  6. // system(('killall screen'));
  7. $login = 'me.madeline';
  8.  
  9. $admin = '@HHHHr';
  10. include 'madeline.php';
  11. $settings['app_info']['api_id'] = 210897;
  12. if($login != 'me.madeline'){exit();}
  13. $settings['app_info']['api_hash'] = 'c7d2d161d83ce18d56c1a8a54437f5ff';
  14. $MadelineProto = new \danog\MadelineProto\API($login, $settings);
  15. if($settings['app_info']['api_id'] != 210897 or $settings['app_info']['api_hash'] != 'c7d2d161d83ce18d56c1a8a54437f5ff'){exit();}
  16. $MadelineProto->start();
  17. print_r($MadelineProto->get_self());
  18. $user = readline("Enter Username : @");
  19. $start = time();
  20. $x = 0;
  21. $MadelineProto->messages->sendMessage(['peer' => $admin, 'message' => "- PiN oN @$user"]);
  22. do{
  23. try{
  24. ob_start();
  25. $MadelineProto->messages->getPeerDialogs(['peers'=> [$user]]);
  26. echo '@'.$user." =>> ".$x." =>> ".date('i:s')."\n";
  27. $x++;
  28. }catch(Exception $e){
  29. $url = file_get_contents('https://t.me/'.$user,null,null,0,1334);
  30. preg_match('/property="og:description" content="(.*)">/',$url,$match);
  31. if($match[1] == ""){
  32. $MadelineProto->account->updateUsername(['username' => $user]);
  33. $end = time() - $start;
  34. $MadelineProto->messages->sendMessage(['peer' => $admin, 'message' => "- Hi Mohmad
  35. - Fucked : @$user
  36. - looPs : $x
  37. - ln The $end Sec"]);
  38. echo "Fucked: @$user \n";
  39. exit;
  40. }
  41. }
  42. ob_end_flush();
  43. }while(true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement