-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.sh
More file actions
94 lines (65 loc) · 1.78 KB
/
Copy pathsetup.sh
File metadata and controls
94 lines (65 loc) · 1.78 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
g='\033[1;32m'
p='\033[1;35m'
clear
echo -e "$g+++++++++++++++>$p[P**********]$g<+++++++++++++++++"
sleep 0.1
clear
echo -e "$g+++++++++++++++>$p[Pl*********]$g<+++++++++++++++++"
sleep 0.1
clear
echo -e "$g+++++++++++++++>$p[Ple********]$g<+++++++++++++++++"
sleep 0.1
clear
echo -e "$g+++++++++++++++>$p[Plea*******]$g<+++++++++++++++++"
sleep 0.1
clear
echo -e "$g+++++++++++++++>$p[Pleas******]$g<+++++++++++++++++"
sleep 0.1
clear
echo -e "$g+++++++++++++++>$p[Please*****]$g<+++++++++++++++++"
sleep 0.1
clear
echo -e "$g+++++++++++++++>$p[Please ****]$g<+++++++++++++++++"
sleep 0.1
clear
echo -e "$g+++++++++++++++>$p[Please W***]$g<+++++++++++++++++"
sleep 0.1
clear
echo -e "$g+++++++++++++++>$p[Please Wa**]$g<+++++++++++++++++"
sleep 0.1
clear
echo -e "$g+++++++++++++++>$p[Please Wai*]$g<+++++++++++++++++"
sleep 0.1
clear
echo -e "$g+++++++++++++++>$p[Please Wait]$g<+++++++++++++++++"
clear
echo -e "$g+++++++++++++++>$p[Please Wait]$g<+++++++++++++++++"
pkg install git -y
clear
echo -e "$g+++++++++++++++>$p[Please Wait]$g<+++++++++++++++++"
pkg install figlet -y
clear
echo -e "$g+++++++++++++++>$p[Please Wait]$g<+++++++++++++++++"
pkg install python -y
clear
echo -e "$g+++++++++++++++>$p[Please Wait]$g<+++++++++++++++++"
pkg install python2 -y
clear
echo -e "$g+++++++++++++++>$p[Please Wait]$g<+++++++++++++++++"
pkg install python3 -y
clear
echo -e "$g+++++++++++++++>$p[Please Wait]$g<+++++++++++++++++"
mkdir /sdcared/payload5
git clone https://github.com/payload5/payload5
cp payload5/payload5.zip $HOME
rm -rf payload5
unzip payload5.zip
cd payload5 && chmod +x *
cd
cp $HOME/payload5/payload.sh $HOME/usr/bin
cd
rm -rf setup.sh
clear
echo " Hello "
echo " $p open "
echo " $g payload5 "