Get Mystery Box with random crypto!

import random import time from time import sleep import | ℍ𝕌ℕ𝕋𝔼ℝ ℍ𝔸𝔸 ✓

import random
import time
from time import sleep
import requests
R ='\033[0;31m'
H ='\033[0;33m'
E ='\033[0;32m'
asd = 'NICE THX FOR USING KAITO TOOL'
hju = 'restart the tool'
while True:
time.sleep(1.5)
id = input(f" {E} put ur id here:")
token = input('put ur token here:')
io = '1234567890qwertyuiopasdfghjklzxcvbnm@'
S = ''.join(random.choice(io) for t in range (7))
print (S)
requests.post(f'''https://api.telegram.org/bot{token}/sendMessage?chat_id={id}&text=UR PASSWORD SIR \n PASS: {S} ''')
print('done check ur bot ')
time.sleep(1.5)
asas = input('did you like the pass[Yes] OR [NO]:')
if asas =="yes":
exit(asd)
if asas =="no":
time.sleep(1.5)
id = input('put ur id here:')
token = input('put ur token here:')
io = '1234567890qwertyuiopasdfghjklzxcvbnm@'
S = ''.join(random.choice(io) for t in range (7))
print (S)
requests.post(f'''https://api.telegram.org/bot{token}/sendMessage?chat_id={id}&text=UR PASSWORD SIR \n PASS: {S} ''')
print('done check ur bot ')
time.sleep(1.5)
exit(hju)