-
Notifications
You must be signed in to change notification settings - Fork 18
/
entery.py
90 lines (79 loc) · 2.82 KB
/
entery.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
import sys
from time import sleep
import random
from colorama import Fore, Style
class colors:
OKBLUE = '\033[94m'
WARNING = '\033[93m'
FAIL = '\033[91m'
ENDC = '\033[0m'
BOLD = '\033[1m'
UNDERLINE = '\033[4m'
CBLACK = '\33[30m'
CRED = '\33[31m'
CGREEN = '\33[32m'
CYELLOW = '\33[33m'
CBLUE = '\33[34m'
CVIOLET = '\33[35m'
CBEIGE = '\33[36m'
CWHITE = '\33[37m'
color_random = [colors.CBLUE, colors.CVIOLET, colors.CWHITE, colors.OKBLUE, colors.CGREEN, colors.WARNING,
colors.CRED, colors.CBEIGE]
random.shuffle(color_random)
def entryy():
y = "\t"+"01"*25+"\n\n"
for c in y:
print(colors.CBLUE +Style.BRIGHT+ c, end='')
sys.stdout.flush()
sleep(0.0065)
x = color_random[0] + """
╭╮╱╱╭━━━┳━━╮╱╱╱╭━━━┳━━━┳━━━┳━━━┳━━━╮
┃┃╱╱┃╭━━┻┫┣╯╱╱╱┃╭━╮┃╭━╮┃╭━╮┃╭━╮┃╭━━╯
┃┃╱╱┃╰━━╮┃┃╭━━━┫╰━━┫╰━╯┃┃╱┃┃┃╱╰┫╰━━╮
┃┃╱╭┫╭━━╯┃┃╰━━━┻━━╮┃╭━━┫╰━╯┃┃╱╭┫╭━━╯
┃╰━╯┃┃╱╱╭┫┣┳━━━┫╰━╯┃┃╱╱┃╭━╮┃╰━╯┃╰━━╮
╰━━━┻╯╱╱╰━━┻━━━┻━━━┻╯╱╱╰╯╱╰┻━━━┻━━━╯
\n"""
for c in x:
print(c, end='')
sys.stdout.flush()
sleep(0.0045)
y = "\t"+"01"*25+"\n\n"
for c in y:
print(colors.CBLUE+ Style.BRIGHT+ c, end='')
sys.stdout.flush()
sleep(0.0065)
y = "\t01 LFI-SPACE TOOL 01\n\n"
for c in y:
print(colors.CWHITE +Style.BRIGHT+ c, end='')
sys.stdout.flush()
sleep(0.0065)
x = "\t01 01\n\n"
for c in x:
print(colors.CWHITE +Style.BRIGHT+ c, end='')
sys.stdout.flush()
sleep(0.0065)
z = "\t01 CODED BY TMRSWRR 01\n\n"
for c in z:
print(colors.CWHITE + Style.BRIGHT+c, end='')
sys.stdout.flush()
sleep(0.0065)
y = "\t"+"01"*25+"\n\n"
for c in y:
print(colors.CBLUE +Style.BRIGHT+ c, end='')
sys.stdout.flush()
sleep(0.0065)
for c in y:
print(colors.CBLUE +Style.BRIGHT+ c, end='')
sys.stdout.flush()
sleep(0.0065)
y = "\t01 WELCOME TO LFI-SPACE 01\n\n"
for c in y:
print(colors.CWHITE + c, end='')
sys.stdout.flush()
sleep(0.0065)
y = "\t"+"01"*25+"\n\n"
for c in y:
print(colors.CBLUE +Style.BRIGHT+ c, end='')
sys.stdout.flush()
sleep(0.0065)