-
Notifications
You must be signed in to change notification settings - Fork 7
/
run.py
51 lines (41 loc) · 1.2 KB
/
run.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
import os,sys,time
os.system("clear")
def jalan(z):
for e in z + '\n':
sys.stdout.write(e)
sys.stdout.flush()
time.sleep(0.08)
jalan ("\033[1;91m===10%")
os.system("clear")
jalan ("\033[1;92m======40%")
os.system("clear")
jalan ("\033[1;93m===========60%")
os.system("clear")
jalan ("\033[1;94m===================80%")
os.system("clear")
jalan ("\033[1;95m==========================100%")
os.system("clear")
print("""
, ,
(\____/)
(_oo_)
(O)
__||__ \)
[]/______\[] /
/ \______/ \/
/ /__\
(\ /____\
\033[1;91m1- github .
\033[1;91m2- telegram account .
\033[1;91m3- channel telegram .
""")
xp = input('type number : ')
if xp =='1':
print('please white second and Follow me in gitub for run the tool')
os.system('xdg-open https://github.com/iraq-hacker')
if xp =='2':
print('white second please ')
os.system('xdg-open https://t.me/iiwiw')
if xp =='3':
print('white second please and join in channel for run the toll ')
os.system('xdg-open https://t.me/professional_school')