forked from UBISOFT-1/AnonymousPAK-DDoS
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Install_Dependancies.py
26 lines (26 loc) · 1.09 KB
/
Install_Dependancies.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
import os
print('[+] Installing Dependancies for AnonymousPAK DDoS Attack')
print('[+] Download GoLang from Golang.org/dl/')
try:
os.system('python3 -m pip install wheel')
os.system('python -m pip install wheel')
os.system('pip3 install wheel')
os.system('py -m pip install wheel')
os.system('python3 -m pip install pyfiglet')
os.system('pip3 install pyfiglet')
os.system('py -m pip install pyfiglet')
os.system('python -m pip install pyfiglet')
os.system('python3 -m pip install pyttsx3')
os.system('pip3 install pyttsx3')
os.system('py -m pip install pyttsx3')
os.system('python -m pip install pyttsx3')
os.system('python3 -m pip install colorama')
os.system('pip3 install colorama')
os.system('py -m pip install colorama')
os.system('python -m pip install colorama')
os.system('sudo apt-get install figlet')
print(
'''[+] If this comes and you are on any OS just Ignore only if there is a py command not found as below;
sh: py: command not found''')
except:
print('Just Install Pyfiglet, Pyttsx3 and GoLang and Colorma')