import requests
import os
import time
import random
from colorama import Fore
logo='''
████████▀▀▀████
████████────▀██
████████──█▄──█
███▀▀▀██──█████
█▀──▄▄██──█████
█──█████──█████
█▄──▀▀▀──▄█████
███▄▄▄▄▄███████
Dev : i4m_mrx
chanal : rootkrd & python968'''
sur=Fore.RED
def tiktok():
print(logo)
zhmarakan=("0750","0783","0751","0782","0771","0770","0772","0773","0780","0774","0781")
zhmara='1234567890'
for halo in range(1000000):
time.sleep(7)
x1 = random.choice(zhmara)
x2 = random.choice(zhmara)
x3 = random.choice(zhmara)
x4 = random.choice(zhmara)
x5 = random.choice(zhmara)
x6 = random.choice(zhmara)
x7 = random.choice(zhmara)
x8 = random.choice(zhmarakan)
mrx=(f'{x8}{x1}{x2}{x3}{x4}{x5}{x6}{x7}')
halo=(f'{sur} NO GOOD : {mrx}:{mrx}')
print(halo)
def tik_fol():
print(logo)
print('TKAYA BA TIKTOKA PRIVT NABY')
ku=input('USER TIKTOK : ')
zhmarakan=("0750","0783","0751","0782","0771","0770","0772","0773","0780","0774","0781")
zhmara='1234567890'
for halo in range(1000000):
time.sleep(7)
x1 = random.choice(zhmara)
x2 = random.choice(zhmara)
x3 = random.choice(zhmara)
x4 = random.choice(zhmara)
x5 = random.choice(zhmara)
x6 = random.choice(zhmara)
x7 = random.choice(zhmara)
x8 = random.choice(zhmarakan)
mrx=(f'{x8}{x1}{x2}{x3}{x4}{x5}{x6}{x7}')
halo=(f'{sur} NO GOOD : {mrx}:{mrx}')
print(halo)
def main():
print(logo)
print('1-CRACK WITH OUT FOLO')
print('2-CRACK WITH FOLO')
halo=input('MRX> ')
if halo=='1':
tiktok()
if halo=='2':
tik_fol()
else:
os.system('clear')
main()
main()