Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. <?php
  2.  
  3. if (!file_exists('madeline.php')) {
  4. copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php');
  5. }
  6. $admin = '@TNTMOM';
  7. include 'madeline.php';
  8. $MadelineProto = new \danog\MadelineProto\API('session.madeline');
  9. $MadelineProto->start();
  10. $user = readline("Enter username : @");
  11. $start = time();
  12. $x = 0;
  13. $MadelineProto->messages->sendMessage(['peer' => $admin, 'message' => "• Boss This i'Pin username: @$user"]);
  14. do{
  15. try{
  16. ob_start();
  17. $MadelineProto->messages->getPeerDialogs(['peers'=> [$user]]);
  18. echo $user." : ".$x." : ".date('s')."\n";
  19. $x++;
  20. }catch(Exception $e){
  21. $MadelineProto->account->updateUsername(['username' => $user]);
  22. $end = time() - $start;
  23. $MadelineProto->messages->sendMessage(['peer' => $admin, 'message' => "• Welcome 🔥 ->
  24. ————————
  25. • username 🔱 ->> @$user
  26. • Time ⏰ ->> $end sec
  27. • loops ⚙ ->> $x
  28. • @SsUsS ⚜ ->>"]);
  29. echo "Boss This username Fucked -> @$user \n";
  30. exit;
  31. }
  32. ob_end_flush();
  33. }while(true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement