-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.sh
49 lines (44 loc) · 1016 Bytes
/
setup.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
clear
sleep 2
echo -e "Installing"
sleep 1
#cd /data/data/com.termux/files/usr/etc/tor
#if [[ -f "torrc" ]]
#then
pkg update -y
pkg upgrade -y
apt update -y
apt upgrade -y
pkg install python -y
apt install python
pkg install python2 -y
pkg install wget -y
pkg install lolcat -y
pip install lolcat
apt install lolcat -y
pip install install --upgrade pip
pip install requests --upgrade
pip install requests[socks]
pip install stem
pip install instagram-py
pkg install tor -y
cd
wget -O ~/instapy-config.json "https://git.io/v5DGy"
cd /data/data/com.termux/files/usr/etc/tor
cd /etc/tor
rm -rf torrc
cd $HOME/ighack
cp -r torrc /etc/tor
cp -r torrc /data/data/com.termux/files/usr/etc/tor
cd
tor
#else
#cd /data/data/com.termux/files/home/xinsta_brute
#cp -r torrc /data/data/com.termux/files/usr/etc/
echo " "
clear
echo "Ante de usar el programa revise que en otra terminal este ejecutandose tor"
echo " "
echo "Para ejecutar 'tor' inserta la misma palabra y entra e esta terminal nuevamente"
sleep 3
clear