Advertisement
xxei

Telegram

Apr 8th, 2021
2,251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.52 KB | None | 0 0
  1. import requests as re
  2. import os
  3. import sys
  4. import hashlib
  5. import requests
  6. import sys as n
  7. import requests
  8. import time as mm
  9. import random
  10. import time
  11.  
  12. def slow(T):
  13.     for l in T + '\n':
  14.         n.stdout.write(l)
  15.         n.stdout.flush()
  16.         mm.sleep(3 / 200)
  17. F = requests.get('https://pastebin.com/raw/sViLvGFn').text
  18. slow(F)
  19. print("لتشغيل تشيكر التيليجرام أضغط رقم  [1]")
  20. print("لتشغيل الصانع اضغط رقم  [2]")
  21.  
  22. ff = input("أدخل الرقم :")
  23.  
  24. if ff == '1':
  25.  
  26.  token = input("Enter token :")
  27.        
  28.  id = input("Enter id :")
  29.  def chack():
  30.    
  31.     for username in open("list.txt","r").read().splitlines():
  32.         url = f"https://t.me/{username}"
  33.        
  34.         r = re.get(url)
  35.        
  36.         url_2 =f"https://api.telegram.org/bot{token}/sendmessage?chat_id={id}&text=TELEGRAM USER \n \nuser is >> @{username}\n \n By : @ffrman"
  37.        
  38.         if r.text.find(f'content="You can contact @{username} right away.">')>=0:
  39.            
  40.             print(f"غير متاح  :",username,end=" \n")
  41.            
  42.         elif r.text.find('<title>Telegram Messenger</title>')>=0:
  43.            
  44.             print(f"غير متاح  :",username,end=f" \n")
  45.            
  46.         elif r.text.find('If you have <strong>Telegram</strong>, you can contact <a class="tgme_username_link"')>=0:
  47.            
  48.             print(f"متاح  :", username , f" ")
  49.            
  50.             req_get = re.get(url_2)
  51.  
  52.  
  53.  
  54.  chack()
  55.  
  56. else:
  57.    
  58.     if ff == '2':
  59.      
  60.            
  61.         os.system("rm list.txt")
  62.         mm.sleep(1. / 200)
  63.         p = requests.get('https://pastebin.com/raw/m7AVhM43').text
  64.         slow(p)
  65.         time.sleep(1)
  66.         rhaby1 = input( "الأحرف التي تريدها في اليوزرات  :")
  67.         mm.sleep(1. / 200)
  68.         p = requests.get('https://pastebin.com/raw/m7AVhM43').text
  69.         slow(p)
  70.         time.sleep(1)
  71.         rhaby = input('عدد اليوزرات  :')
  72.         rhaby = int(rhaby)
  73.         mm.sleep(1. / 200)
  74.         p = requests.get('https://pastebin.com/raw/m7AVhM43').text
  75.         slow(p)
  76.         time.sleep(1)
  77.        
  78.            
  79.         rhaby2 = input('عدد احرف اليوزر  :')
  80.         rhaby2 = int(rhaby2)
  81.         mm.sleep(1. / 200)
  82.         p = requests.get('https://pastebin.com/raw/m7AVhM43').text
  83.         slow(p)
  84. time.sleep(1)
  85. for password in range(rhaby):
  86.         password = ''
  87.  
  88.  
  89.         for item in range(rhaby2):
  90.              rhaby3 = ''
  91.         for item in range(rhaby2):
  92.             rhaby3 += random.choice(rhaby1)
  93.  
  94.  
  95.  
  96.         print (rhaby3)
  97.         with open('list.txt', 'a') as x:
  98.          x.write(rhaby3 + '\n')
  99.  
  100.    
  101.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement