-
Notifications
You must be signed in to change notification settings - Fork 3
/
Avenge.sh
65 lines (65 loc) · 1.41 KB
/
Avenge.sh
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
#!/bin/bash
clear
echo "Press Enter"
read a1
while :
do
rm *.xxx >/dev/null 2>&1
clear
echo -e "\e[35;1m"
figlet Avenge
echo -e "\e[43;1m Mail: avengehacker05@gmail.com \e[0m"
echo -e "\e[43;1m YouTube Page: https://avengehacker.cf \e[0m"
echo " "
echo " "
echo -e "\e[35;1m ➡[1️⃣] Tools {29}\e[0m "
echo -e "\e[36m ➡ [2️⃣] Kali-tools \e[0m "
echo -e "\e[35;1m ➡️ [3️⃣] update \e[0m "
echo -e "\e[35;1m ➡ [4️⃣] Exit \e[0m "
read ch
clear
echo -e "\e[1;32m"
if [ $ch -eq 1 ];then
rm *.xxx >/dev/null 2>&1
cd $HOME /Avenge/Tools/
cd Tools
chmod +x Tool.sh
./Tool.sh
rm *.xxx >/dev/null 2>&1
exit 0
elif [ $ch -eq 2 ];then
clear
cd $HOME /Avenge/Kali-tools/
chmod +x Kali-tools.sh
./Kali-tools.sh
rm *.xxx >/dev/null 2>&1
exit 0
elif [ $ch -eq 3 ];then
clear
cd /data/data/com.termux/files/home/Avenge/core/update
chmod +x updates.sh
./updates.sh
rm *.xxx >/dev/null 2>&1
exit 0
elif [ $ch -eq 4 ];then
clear
cd $HOME
rm *.xxx >/dev/null 2>&1
exit 0
echo -e "\e[1;32m Avenge Will Restart Now..."
echo -e "\e[1;32m All The Required Packages Will Be Installed..."
echo -e "\e[1;34m Press Enter To Proceed To Restart..."
read a6
./Avenge.sh
exit
echo -e "\e[35;1m"
figlet Avenge
echo " "
exit 0
else
echo -e "\e[4;32m Invalid Input !!! \e[0m"
echo "Press Enter To Go Home"
read a3
clear
fi
done