Lompat ke konten Lompat ke sidebar Lompat ke footer

Tutorial Cara Menciptakan Tools Di Termux

- hello teman2  yang susah cara menciptakan tools memakai termux kali ini kasih Tutorial Cara Membuat Tools Karya Sendiri Tanpa ribet, kalau kalian bingun cara menciptakan tools sendiri tanpa santunan youtube. kali ini saya kasih tutorial nya.
  1. Bahan
1. Termux
2. Kopy
3. Bantu Copy ini Script

  2. Buka Termux 
Ketik
$ apt update
$ apt upgrade
$ pkg install nano
$ nano nama bebas

  2. Copy ini

#!/data/data/com.termux/files/usr/bin/bash
# Auto Install Tools Hack Facebook V3
# coded By Ro0TP00R

clear

blue='\e[0;34'
cyan='\e[0;36m'
green='\e[0;34m'
okegreen='\033[92m'
lightgreen='\e[1;32m'
white='\e[1;37m'
red='\e[1;31m'
yellow='\e[1;33m'

###################################################
# CTRL C
###################################################
trap ctrl_c INT
ctrl_c() {
clear
echo -e $red" GOOD BYE "
sleep 1
echo ""
echo -e $green" SILAHKAN EDIT TOOLS INI TAPI JANGAN LUPA HACK CIPTA"
sleep 1
echo ""
echo -e $yellow" SALAM NEWBY "
read enter
exit
}


echo -e $red" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo -e $red" ??" $yellow" Code"        ? ?$red":" $lightgreen"Ro0TP00R"$red">>>>>>>>>>>>"
echo -e $red" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo -e $red" ??" $yellow" YT"     ?   ??$red":" $lightgreen"Tutorial Termux AC"$red">>"
echo -e $red" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo -e $red" ??" $yellow" WA"        ?? ?$red":" $lightgreen"Banyak di Google"$red">>>>"
echo -e $red" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo -e $red" ??" $yellow" GitHun"         ? $red":" $lightgreen"Ro0TP00R777Channel"$red">>"
echo -e $red" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo -e $red" ??" $yellow" Versi"? ?$red":" $lightgreen"V3"$red">>>>>>>>>>>>>>>>>>"
echo -e $red" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"

echo ""
echo -e $cyan" Kumpulan Tools Hack Facebook"
echo -e $red" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo -e $red" ??" $green" ["$lightgreen"01"$green"]"  "$yellow" INSTALL DULU BAHAN       $red"   ??"
echo -e $red" ??" $green" ["$lightgreen"02"$green"]"  "$yellow" Fbv3     $red"                 ??"
echo -e $red" ??" $green" ["$lightgreen"03"$green"]"  "$yellow" EXIT    $red"                 ??"
echo -e $red" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo -e $white""
echo -e "?>Dipilih Harga Murah"
read -p "?-»" act;

if [ $act = 01 ] || [ $act = 01 ]
then
clear
echo -e $cyan" Install Dulu Bahan BOS!! "
sleep 1
apt update -y
apt upgrade -y
pkg install python -y
pkg install python2 -y
pip2 install requests -y
pip2 install mechanize -y
pkg install php -y
echo -e $cyan" Done Install Cuk "
fi

if [ $act = 02 ] || [ $act = 02 ]
then
clear
echo -e $cyan" Langsung Ke Git Clone "
git clone https://github.com/Ro0TP00R777Channel/fbv3
cd fbv3
python2 fbv3.py
echo -e $cyan" Done Install Cuk "
fi

if [ $act = 03 ] || [ $act = 03 ]
then
echo -e $red" Pesan Terakhir "
sleep 1
echo -e $cyan" Kalian kagum dan bertanya – tanya. Siapa Aku Sebenarnya. Inilah Aku. Orang yang pernah kalian hina dimasa lalu. "
sleep 1
echo -e $green" Ketakutan memberi kecerdasan bahkan pada orang bodoh. "
sleep 1
echo -e $lightgreen" Dalam setiap bisnis selalu ada seseorang yang tahu persis apa yang sedang terjadi. Dan orang itu harus dipecat. "
sleep 1
echo -e $okegreen" Kamu Hagai Saya. Saya Hagai Kamu."
sleep 1
echo -e $yellow" Selamat Baca :) "
sleep 1
exit
fi


Kalo udah
CTRL + X Lalu Y Lalu Enter

   4. Bash nama Tools
Contoh bash tools

Penjelasan
CTRL C

Untuk Warna Tools nya

===========================================
blue='\e[0;34'
cyan='\e[0;36m'
green='\e[0;34m'
okegreen='\033[92m'
lightgreen='\e[1;32m'
white='\e[1;37m'
red='\e[1;31m'
yellow='\e[1;33m'
===========================================

Untuk Logo

===========================================
echo -e $red" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo -e $red" ??" $yellow" Code"        ? ?$red":" $lightgreen"Ro0TP00R"$red">>>>>>>>>>>>"
echo -e $red" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo -e $red" ??" $yellow" YT"     ?   ??$red":" $lightgreen"Tutorial Termux AC"$red">>"
echo -e $red" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo -e $red" ??" $yellow" WA"        ?? ?$red":" $lightgreen"Banyak di Google"$red">>>>"
echo -e $red" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo -e $red" ??" $yellow" GitHun"         ? $red":" $lightgreen"Ro0TP00R777Channel"$red">>"
echo -e $red" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo -e $red" ??" $yellow" Versi"? ?$red":" $lightgreen"V3"$red">>>>>>>>>>>>>>>>>>"
echo -e $red" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
===========================================
Kalian Bisa Karya Sendiri

Untuk Menginstal Tools yang kita buat
===========================================
if [ $act = 02 ] || [ $act = 02 ]
then
clear
echo -e $cyan" Langsung Ke Git Clone "
git clone https://github.com/Ro0TP00R777Channel/fbv3
cd fbv3
python2 fbv3.py
echo -e $cyan" Done Install Cuk "
fi
===========================================

03 Untuk Exit Dari Script

Sumber https://masihnewby7.blogspot.com/