-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstart
More file actions
72 lines (66 loc) · 1.53 KB
/
Copy pathstart
File metadata and controls
72 lines (66 loc) · 1.53 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
#!/data/data/com.termux/files/usr/bin/bash
# FB React Tools
# by まやちゃん
black='\033[1;30m'
red='\033[1;31m'
green='\033[1;32m'
yellow='\033[1;33m'
blue='\033[1;34m'
purple='\033[1;35m'
cyan='\033[1;36m'
white='\033[1;37m'
echo -e $blue" _______ ___ __ ";
echo -e $blue" / __/ _ ) / _ \___ ___ _____/ /_ ";
echo -e $blue" / _// _ | / , _/ -_) _ / __/ __/ ";
echo -e $blue"/_/ /____/ /_/|_|\__/\_,_/\__/\__/ ";
echo -e $red" Modified by まやちゃん ";
echo -e $green" Thanks to: ";
echo -e $green" https://github.com/tomiashari/fb-autoreaction";
echo -e $green" https://github.com/dfmcvn/getFBtoken ";
echo -e $green" https://github.com/tro1d/bot-reaction-gettoken";
echo -e $white"\n";
sleep 1
echo "1 ) Input nomer atu jika kamu belum install php";
echo "2 ) Input nomer dua jika kamu sudah install php";
echo "99) Input nomor ini untuk keluar";
read -p "[まやちゃん] >" act;
if [ $act = 1 ] || [ $act = 1 ]
then
apt update -y && apt upgrade -y
pkg install -y php
clear
sleep 1
php 1.php
clear
php 2.php
sleep 2
clear
php 3.php
fi
if [ $act = 2 ] || [ $act = 2 ]
then
apt update -y && apt upgrade -y
clear
php 1.php
clear
php 2.php
sleep 2
clear
php 3.php
fi
if [ $act = 99 ] || [ $act = 99 ]
then
echo -e $red'untuk kamu para pemula'
sleep 1
echo -e $red'jangan berhenti mencari ilmu'
sleep 2
echo -e $red'karna mencari topik lebih susah'
sleep 1
echo -e $red'(╥_╥)'
sleep 1
echo -e $red'sekian dari saya'
echo -e $cyan'まやちゃん '
echo -e $cyan'www.facebook.com/pudtraa7x'
sleep 2
exit
fi