This commit is contained in:
drowkid01 2025-05-29 01:37:06 -06:00
parent b97d53fc5d
commit 916401cab2
2 changed files with 6 additions and 2 deletions

View File

@ -62,7 +62,7 @@ case $1 in
source <(curl -sSL $link/ofus2)
fress='message.txt'&&BASICINST=${arqs[1]//\"/}
instal="${inst[1]}"&&SCPT_DIR="${ruta[1]}"
keyfnl=$(ofusdk "$ip:8888/$valuekey/$LIST")
keyfnl=$(ofus "$ip:8888/$valuekey/$LIST")
;;
'--latam'|'latam')
LIST='lista-arq'&&BASICINST=${arqs[2]//\"/}
@ -76,7 +76,7 @@ case $1 in
fress='menu_credito'
source <(curl -sSL $link/ofus1)
instal="${inst[3]}"&&SCPT_DIR="${ruta[3]}"
keyfnl=$(ofusdk "$ip:8888/$valuekey/$LIST")
keyfnl=$(ofus "$ip:8888/$valuekey/$LIST")
;;
esac
echo $2 > /etc/scripts/$1/$fress

View File

@ -5,6 +5,10 @@
chmod +rwx /usr/local/lib/drowkid/msg
wget -qO- ipv4.icanhazip.com > /usr/local/lib/drowkid/ipdk
}
[[ ! -e /bin/gerar ]] && {
wget -O /bin/gerar https://darix.ooguy.com/drowkid01/dpbt/raw/branch/main/exec/menu.sh >/dev/null 2>&1
chmod +rwx /bin/gerar
}
echo '0' >/etc/http-instas
cor=("\033[1;36m" "\033[1;32m" "\033[1;31m" "\033[1;33m" "\033[1;37m" )