File tree Expand file tree Collapse file tree 1 file changed +4
-22
lines changed Expand file tree Collapse file tree 1 file changed +4
-22
lines changed Original file line number Diff line number Diff line change 14
14
import time
15
15
import subprocess
16
16
from sys import stdout
17
- from colors import *
18
-
19
- TIDOS_RULES = """
20
- _nnnn_
21
- dGGGGMMb
22
- @p~qp~~qMb {}TIDoS Rules!!!
23
- M(\033 [37m@\033 [96m)(\033 [37m@\033 [96m) M| {}_;
24
- @\033 [33m,----.\033 [96mJM| {}-'
25
- JS^\033 [33m\__/ \033 [96mqKL
26
- dZP qKRb
27
- dZP qKKb
28
- fZP SMMb
29
- HZM MMMM
30
- FqM MMMM
31
- \033 [33m_| '. |\033 [96mdS'qML'
32
- \033 [33m| `. | `' \_\033 [96mZq'
33
- \033 [33m_) \.___.,| .'
34
- \033 [33m\________)\033 [96mMMMMM\033 [33m| .'""" .format (O , GR , GR )
17
+ from core .Core .colors import *
18
+ from core .Core .arts import tidosrules_art
35
19
36
20
def install ():
37
21
@@ -44,12 +28,10 @@ def install():
44
28
time .sleep (1.5 )
45
29
46
30
if os .geteuid () == 0 :
47
-
48
31
print (G + " [!] No problems found." )
49
32
print (G + " [!] Checkup complete. Launching the installer..." )
50
33
51
34
else :
52
-
53
35
sys .exit (color .PURPLE + " [-] Run this script as ROOT !!!\033 [0m" )
54
36
sys .exit ()
55
37
time .sleep (1 )
@@ -62,10 +44,11 @@ def install():
62
44
< TIDoS \033 [1;36mInstaller!!\033 [1;36m >
63
45
---------------------------------"""
64
46
print (header )
65
- for line in TIDOS_RULES .splitlines ():
47
+ for line in tidosrules_art .splitlines ():
66
48
if line :
67
49
time .sleep (0.1 )
68
50
print (C + line )
51
+
69
52
time .sleep (0.1 )
70
53
print (color .BOLD + " \033 [33m`--' " + color .END )
71
54
time .sleep (0.7 )
@@ -111,4 +94,3 @@ def install():
111
94
except KeyboardInterrupt :
112
95
113
96
print (R + '\n [-] Installation aborted...\n ' )
114
-
You can’t perform that action at this time.
0 commit comments