-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathh-infect.sh
77 lines (77 loc) · 2.11 KB
/
h-infect.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
66
67
68
69
70
71
72
73
74
75
76
77
red='\033[1;31m'
rset='\033[0m'
grn='\033[1;32m'
ylo='\033[1;33m'
blue='\033[1;34m'
cyan='\033[1;36m'
pink='\033[1;35m'
###################################################
# CTRL + C
###################################################
trap ctrl_c INT
ctrl_c() {
clear
echo ""
echo ""
echo -e "$pink Detected, Trying To Exit 🚪 ... "
echo ""
echo -e "$pink ⚠️NOT FOR ILLEGEL USE⚠️"
sleep 1
echo ""
echo -e "$pink HET GANDHI"
echo ""
echo -e "$pink BYE BYE 👋👋..."
echo ""
echo -e "$pink COME BACK 🔜"
sleep 1
cd
clear
exit
}
clear
echo ""
echo ""
echo -e "$blue ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━$grn V"
echo -e "$red ██████████████████████████████████████████████$grn I"
echo -e "$red █ █ █▀▀▀▀█▄ ▄█▄ ▀█▄ ▄█▄ ▄▄ █▄ ▄▄ █ ▄▄▄ █ ▄ ▄ █$grn R"
echo -e "$red █ ▄ ███████ ███ █▄▀ ███ ▄████ ▄█▀█ ███▀███ ███$grn U"
echo -e "$red █▄█▄██████▄▄▄█▄▄▄██▄▄█▄▄▄███▄▄▄▄▄█▄▄▄▄▄██▄▄▄██$grn S"
echo -e "$blue ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━$grn ☠️"
sleep 2.0
echo ""
echo ""
echo -e "$pink Press Enter $rset"
read a1
clear
echo " "
echo " "
echo -e "$ylo can you see the video of a$red tutorial$ylo of this$red tool$rset$grn (\033[1;34my$grn/\033[1;31mn$grn)"
read choice
if [[ $choice = 'y' ]] ; then
clear
echo -e "$red SUBSCRIBE$blue MY$pink CHANNEL 🔔 "
echo ""
echo -e "$blue you are going on youtube "
sleep 2.0
xdg-open https://www.youtube.com/channel/UCGE02A45QZNkx-KdHrycLjg
echo ""
sleep 5.0
echo ""
echo -e "$pink Press Enter $rset"
read a1
echo ""
cd
cd h-infect
cd core
cd ncp
bash pro.sh
elif [[ $choice = 'n' ]] ; then
echo ""
cd
cd h-infect
cd core
cd ncp
bash pro.sh
fi
cd
exit