forked from mishakorzik/AllHackingTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
InstallMenu.py
29 lines (25 loc) · 845 Bytes
/
InstallMenu.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
import requests
import os
import time
import random
import sys
os.system("clear")
os.system("cd && cd AllHackingTools && bash src/LiteLogo.sh")
print("")
print(" \033[1;34m[01] \033[1;36;40mDefault - Standart installing and default")
print(" \033[1;34m[02] \033[1;36;40mCoded - Install via encoded code NOT RECOMMENDED")
print(" \033[1;34m[02] \033[1;36;40mQuit - Exit and do not download AllHackingTools")
op=int(raw_input("1nStall: "))
if(op==1):
os.system("clear")
os.system("cd && cd AllHackingTools && bash Files/Modules.sh")
elif(op==2):
os.system("clear")
os.system("cd && cd AllHackingTools && bash Files/CodedModules.sh")
elif(op==2):
time.sleep(0.2)
print("\033[1;31;40mQuiting AllHackingTool Installer...")
sys.exit()
else:
print("\033[1;31;40mInvalid input. Quiting AllHackingTools Installer")
time.sleep(0.8)