From 518c4940d78afe79345d0f1899315dfbedb5c6cf Mon Sep 17 00:00:00 2001 From: darnix1 <146903037+darnix1@users.noreply.github.com> Date: Thu, 8 May 2025 16:21:20 -0600 Subject: [PATCH] Update LATAM --- LATAM | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/LATAM b/LATAM index 92c5184..a4bef87 100644 --- a/LATAM +++ b/LATAM @@ -323,27 +323,27 @@ Install_key() { } ofus() { unset server - 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]="-" ;; - esac - txtofus+="${txt[$i]}" - done - echo "$txtofus" | rev - } + #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]="-" ;; + esac + txtofus+="${txt[$i]}" + done + echo "$txtofus" | rev + } verificar_arq() { case $1 in "menu.sh" | "message.txt") ARQ="${SCPdir}/" ;;