This commit is contained in:
drowkid01 2025-05-28 05:15:15 -06:00
parent 2848dc5271
commit 0c704bae0f

View File

@ -111,8 +111,8 @@ local varl='https://darix.ooguy.com/drowkid01/dpbt/raw/branch/main'
[[ ! -e /bin/ShellBot.sh ]] && wget -O /bin/ShellBot.sh https://darix.ooguy.com/drowkid01/dpbt/raw/branch/main/otros/ShellBot.sh >/dev/null 2>&1
[[ ! -e /bin/http-server.sh ]] && wget -O /bin/http-server.sh https://darix.ooguy.com/drowkid01/dpbt/raw/branch/main/exec/http-dk.sh && chmod +x /bin/http-server.sh
[[ ! -d /etc/CAT-BOT ]] && mkdir -p /etc/CAT-BOT || rm -rf /etc/CAT-BOT/*
chmod +rwx /bin/ShellBot.sh /bin/http-server.sh
wget -O /etc/CAT-BOT/BotGen.sh "${varl}/exec/BotGen.sh" >/dev/null 2>&1
chmod +rwx /bin/ShellBot.sh /bin/http-server.sh /etc/CAT-BOT/BotGen.sh
unset admin
while read admin; do
read -p $'\e[1;30m[•] \e[1;34mIngresa tu ID: \e[1;36m' id
@ -121,7 +121,8 @@ while read admin; do
read -p $'\e[1;30m[•] \e[1;34mIngresa el token: \e[1;36m' token
[[ -z $token ]] && token='7980942317:AAHVTvcJDHuvYzEkauzQYB1ARf_9OEYQKlU'
data="$id|$token"
done <<< $(echo -e "$data")
data+="${#admin}"
done <<< "$data"
[[ -z $admin ]] && admin="$id|$token"
clear&&clear
wget -O /bin/gerar $varl/exec/menu.sh >/dev/null 2>&1