File tree Expand file tree Collapse file tree 1 file changed +24
-22
lines changed
Expand file tree Collapse file tree 1 file changed +24
-22
lines changed Original file line number Diff line number Diff line change @@ -10,29 +10,31 @@ Please, Run This programm as Root!
1010fi
1111function main() {
1212 printf ' \033]2;Installing\a'
13- clear
14- echo " "
15- echo " Installing... "
16- chmod +x DDos.py
17- sleep 1
18- echo " ____ ____ __ ____ __ ____ ____ __ ___ __ _ "
19- echo " ( \( \ / \ / ___) / _\(_ _)(_ _)/ _\ / __)( / )"
20- echo " ) D ( ) D (( O )\___ \ / \ )( )( / \( (__ ) ( "
13+ clear
14+ echo " "
15+ echo " Installing... "
16+ chmod +x DDos.py
17+ sleep 1
18+ echo " ____ ____ __ ____ __ ____ ____ __ ___ __ _ "
19+ echo " ( \( \ / \ / ___) / _\(_ _)(_ _)/ _\ / __)( / )"
20+ echo " ) D ( ) D (( O )\___ \ / \ )( )( / \( (__ ) ( "
2121 echo " (____/(____/ \__/ (____/ \_/\_/(__) (__)\_/\_/ \___)(__\_)"
22- echo " "
23- echo " Version: 1.5.2 "
22+ echo " "
23+ echo " Version: 2.0.0 "
2424 echo " "
25- sleep 1
26- apt install python
27- apt install python-pip
28- pip install --upgrade pip
29- chmod +x uninstall.sh
30- cd Update && chmod +x update && cd ..
31- echo " "
32- echo " Finish...!" )
33- echo " "
34- echo " usage: python DDos.py"
35- echo " "
36- exit 1
25+ sleep 1
26+ apt install python
27+ apt install python3
28+ apt install python3-pip
29+ pip install --upgrade pip3
30+ chmod +x uninstall.sh
31+ echo "
32+ Finish...!
33+
34+ "
35+ echo " "
36+ echo " usage: python DDos.py"
37+ echo " "
38+ exit 1
3739}
3840main
You can’t perform that action at this time.
0 commit comments