Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <?php
  2. date_default_timezone_set("Asia/Baghdad");
  3.  
  4. if (!file_exists('madeline.php')) {
  5. copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php');
  6. }
  7.  
  8. /*
  9. ---------------------
  10. Name : Mohammed Abbas
  11. UserName : @SsUsS
  12. ---------------------
  13. */
  14.  
  15. ini_set('display_errors', 0);
  16. ini_set('display_startup_errors', 0);
  17. error_reporting(E_ALL);
  18. @ini_set('zlib.output_compression',0);
  19. @ini_set('implicit_flush',1);
  20. @ob_end_clean();
  21. set_time_limit(0);
  22. ob_implicit_flush(1);
  23. ini_set('max_execution_time', -1);
  24.  
  25. //----------------------
  26. $MR = readline("New Account : ");
  27. $admin = '@SsUsS';
  28. //----------------------
  29.  
  30. include 'madeline.php';
  31. $settings['app_info']['api_id'] = 203088;
  32. $settings['app_info']['api_hash'] = 'f360233d3627586775bd7298ee775bd1';
  33. $MadelineProto = new \danog\MadelineProto\API($MR.'.madeline', $settings);
  34. $MadelineProto->start();
  35. $id = readline("old UserName : @");
  36. $user = readline("New Username : @");
  37. $x = 0;
  38. $MadelineProto->messages->sendMessage(['peer' => $admin, 'message' => "Turbo (X) has been Launched"]);
  39. do{
  40. try{
  41. ob_start();
  42. $MadelineProto->messages->getPeerDialogs(['peers'=> [$user]]);
  43. echo 'false - '.$user." :[".$x." - ".date('s')."]\n";
  44. $x++;
  45. }catch(Exception $e){
  46. $MadelineProto->channels->updateUsername(['channel' => $id, 'username' => $user, ]);
  47. }
  48. $MadelineProto->messages->sendMessage(['peer' => $admin, 'message' => "I'm fucked username!\nGood Luck!"]);
  49. echo "UserName Taken [@$user] \n";
  50. exit;
  51. }
  52. ob_end_flush();
  53. }while(true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement