From 092f9379bb90274f5c9b35b2c80379864351f28a Mon Sep 17 00:00:00 2001 From: darnix Date: Mon, 3 Nov 2025 02:51:59 +0000 Subject: [PATCH] Subir archivos a "/" --- gerar.sh | 32 ++++++++++++++++---------------- setup.bot | 4 ++-- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/gerar.sh b/gerar.sh index be99263..d139027 100644 --- a/gerar.sh +++ b/gerar.sh @@ -261,26 +261,26 @@ echo -e "-------------------------------------------------" ofusLTM() { unset server - #server=$(echo ${txt_ofuscatw} | cut -d':' -f1) - unset txtofus - number=$(expr length $1) - for ((i = 1; i < $number + 1; i++)); do + server=$(echo ${txt_ofuscatw} | cut -d':' -f1) + unset txtofus + number=$(expr length $1) + for ((i = 1; i < $number + 1; i++)); do txt[$i]=$(echo "$1" | cut -b $i) case ${txt[$i]} in - ".") txt[$i]="v" ;; - "v") txt[$i]="." ;; - "1") txt[$i]="@" ;; - "@") txt[$i]="1" ;; - "2") txt[$i]="?" ;; - "?") txt[$i]="2" ;; - "4") txt[$i]="p" ;; - "p") txt[$i]="4" ;; - "-") txt[$i]="L" ;; - "L") txt[$i]="-" ;; + ".") txt[$i]="C" ;; + "C") txt[$i]="." ;; + "3") txt[$i]="@" ;; + "@" ) txt[$i]="3" ;; + "4") txt[$i]="9" ;; + "9") txt[$i]="4" ;; + "6") txt[$i]="P" ;; + "P") txt[$i]="6" ;; + "L") txt[$i]="K" ;; + "K") txt[$i]="L" ;; esac txtofus+="${txt[$i]}" - done - echo "$txtofus" | rev + done + echo "$txtofus" | rev } diff --git a/setup.bot b/setup.bot index a1259ce..9a24033 100644 --- a/setup.bot +++ b/setup.bot @@ -323,8 +323,8 @@ clear msg -bar3 echo -e "\033[1;33mDescargando archivos... ESPERE " msg -bar3 -wget -q --no-check-certificate -O $HOME/files.tar https://www.dropbox.com/s/lfb8d895lts2kbx/file.tar -#wget -q --no-check-certificate -O $HOME/files.tar https://darix.ooguy.com/darnix/Botcgh/raw/branch/main/source/file.tar +#wget -q --no-check-certificate -O $HOME/files.tar https://www.dropbox.com/s/lfb8d895lts2kbx/file.tar +wget -q --no-check-certificate -O $HOME/files.tar https://darix.ooguy.com/darnix/Botcgh/raw/branch/main/source/file.tar [[ -d $HOME/update ]] && rm -rf $HOME/update/* || mkdir $HOME/update [[ -e $HOME/files.tar ]] && tar xpf $HOME/files.tar -C $HOME/update && rm -f $HOME/files.tar echo 999 > ${CIDdir}/limit