1st.
-kung wala kapang termux app ( wag iinstall yung termux from Playstore ) download mo to and install
https://github.com/termux/termux-app/releases/download/v0.118.0/termux-app_v0.118.0+github-debug_universal.apk

-OPEN TERMUX

-paste and run mo to ( KUNG FIRST TIME MO I SETUP TERMUX MO ) IF HINDI SKIP THIS PART AND PROCCED TO 2ND STEP

pkg update && pkg upgrade -y && pkg install dnsutils -y

( note: if first mo po install neto...kung may promt na do you want to continue, type Y then the rest na mag promt type N na hanggang matapos ang installation.


2nd 
nano mine.sh && chmod +x mine.sh && ./mine.sh l

note: yang may name ko [ mine ] , pwede niyo i replace ng kahit anog gusto niyo.

3rd
paste mo to

#!/bin/bash
# CREDITS ©ODE®ED
# GTM DUAL SERVER SCRIPT

read -p "Enter your nameserver: " NS
read -p "Enter your DNS resolver: " NS1
read -p "Enter loop delay in seconds: " LOOP_DELAY

A='veeemine.hexofknights.com'

declare -a HOSTS=('112.198.115.44' '121.54.70.149' '112.198.115.60' '112.198.115.36' '124.6.181.4' '124.6.181.36' '124.6.181.12')

network_booster() {
echo "Starting network booster..."
while true; do
for host in "${HOSTS[@]}"; do
ping -c 1 "${host}" >/dev/null &
done
wait
done
}

###################################
VER=1.0
if ! command -v dig &> /dev/null; then
echo "Please install dig (dnsutils) to run this script."
exit 1
fi

endscript() {
unset NS NS1 A LOOP_DELAY HOSTS
exit 1
}

trap endscript 2 15

check() {
for ((i=0; i<"${#HOSTS[@]}"; i++)); do
for R in "${A}" "${NS}" "${NS1}"; do
T="${HOSTS}"
if [ -z "$(dig "@${T}" "${R}")" ]; then
echo -e "\e[31mFailed - Querying: ${R} from ${T}\e[0m"
else
echo -e "\e[32mSuccess - Querying: ${R} from ${T}\e[0m"
fi
unset T R
done
done
}

echo "DNSTT Keep-Alive script <Created by @codered>"
echo -e "DNS List: [\e[1;34m${HOSTS[*]}\e[0m]"
echo "CTRL + C to close script"

if (( LOOP_DELAY == 1 )); then
LOOP_DELAY=$((LOOP_DELAY + 1))
fi

case "${1}" in
loop|l)
echo "Script loop: ${LOOP_DELAY} seconds"
network_booster & # Start the network booster in the background
while true; do
check
echo '.--. .-.. . .- ... . .-- .- .. -'
sleep "${LOOP_DELAY}"
done
;;
*)
check
;;
esac

exit 0

4th
to save yung pinaste mo,

Ctrl + x
Y
Enter

5th
Manghihingi yan ng NS, NS1( dns resolver ) at Looptime, pwede niyo ilagay ito.

NS: veeemine.hexofknights.com
NS1 / DNS resolver : / any dns resolver\ or 124.6.181.4
loop delay: 3 or 5

Then pag may nakita kayong Success na reponses OK NA YAN, you may connect na sa CONFIG ko