forked from OnlineHacKing/FreeFire-Phishing
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRun-Ngrok
More file actions
41 lines (33 loc) · 869 Bytes
/
Copy pathRun-Ngrok
File metadata and controls
41 lines (33 loc) · 869 Bytes
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
#!/bin/bash
echo ""
echo""
clear
echo""
echo -e "\e[1;96m===================================================== > > >\e[m "
echo " "
printf "\e[1;31m[\e[0m\e[1;92m01\e[0m\e[1;31m] \e[0m\e[1;37;44m Termux \e[0m "
echo
printf "\e[1;31m\e[0m\e[1;92m\e[0m\e[1;31m \e[0m\e[1;37;44m\e[0m"
echo
printf "\e[1;31m[\e[0m\e[1;92m02\e[0m\e[1;31m] \e[0m\e[1;37;41m Linux \e[0m "
echo
printf "\e[1;31m\e[0m\e[1;92m\e[0m\e[1;31m \e[0m\e[1;37;44m\e[0m"
echo " "
echo -e "\e[1;96m===================================================== > > >\e[m "
echo ""
echo ""
read -p $'\e[1;40m\e[31m[\e[32m*\e[31m]\e[32m You Want to Choose System : \e[1;91m (1/2) : \e[0m' option
echo""
echo""
echo""
if [[ $option == *'1'* ]]; then
echo""
cd /data/data/com.termux/files/usr/bin/
./ngrok http 4444
fi
if [[ $option == *'2'* ]]; then
echo""
cd /usr/bin/
./ngrok http 4444
fi
echo