This commit is contained in:
parent
945b7ededd
commit
948f007821
30
exec/menu.sh
30
exec/menu.sh
@ -51,10 +51,38 @@ DIR='/etc/http-shell'&&keY="$valuekey"
|
||||
link='https://darix.ooguy.com/drowkid01/dpbt/raw/branch/main/exec/ofus'
|
||||
case $1 in
|
||||
'scriptdk1'| '--scriptdk1' | '--scriptcgh')
|
||||
unset -v ofus
|
||||
LIST=$(echo 'NewVPS-'|rev)&&BASICINST=${arqs[0]//\"/}
|
||||
fress='menu_credito'&&SCPT_DIR='/etc/scripts/scriptdk1'
|
||||
instal="${inst[0]}"
|
||||
unset
|
||||
#!/bin/bash
|
||||
#=> scriptdk1
|
||||
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]="x";;
|
||||
"x")txt[$i]=".";;
|
||||
"5")txt[$i]="s";;
|
||||
"s")txt[$i]="5";;
|
||||
"1")txt[$i]="@";;
|
||||
"@")txt[$i]="1";;
|
||||
"2")txt[$i]="?";;
|
||||
"?")txt[$i]="2";;
|
||||
"4")txt[$i]="0";;
|
||||
"0")txt[$i]="4";;
|
||||
"/")txt[$i]="K";;
|
||||
"K")txt[$i]="/";;
|
||||
esac
|
||||
txtofus+="${txt[$i]}"
|
||||
done
|
||||
echo "$txtofus" | rev
|
||||
}
|
||||
|
||||
keyfnl=$(ofus "$ip:8888/$valuekey/$LIST")
|
||||
;;
|
||||
'--vpsmx'|'vpsmx')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user