lolo


SUBMITTED BY: Guest

DATE: March 16, 2023, 7:51 p.m.

FORMAT: Text only

SIZE: 16.2 kB

HITS: 461

  1. #by ruffu
  2. CIDdir=/etc/bot-alx && [[ ! -d ${CIDdir} ]] && mkdir ${CIDdir}
  3. Ex=/etc/bot-alx/BOT84 && [[ ! -d ${Ex} ]] && mkdir ${Ex}
  4. bar="\e[0;31m=====================================================\e[0m"
  5. DIR="/etc/http-shell"
  6. IVAR="/etc/http-instas"
  7. #if [[ ! -e ${VAR} ]]; then
  8. #IVAR="OFF"
  9. #else
  10. #IVAR="$(cat $VAR)"
  11. #fi
  12. #
  13. dirg=/etc/BOT84 && [[ ! -d ${dirg} ]] && mkdir ${dirg}
  14. dir5="/etc/BOT84"
  15. fun_ip () {
  16. if [[ -e /etc/bot-alx/IP ]]; then
  17. IP="$(cat /etc/bot-alx/IP)"
  18. else
  19. MEU_IP=$(ip addr | grep 'inet' | grep -v inet6 | grep -vE '127\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' | grep -o -E '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' | head -1)
  20. MEU_IP2=$(wget -qO- ipv4.icanhazip.com)
  21. [[ "$MEU_IP" != "$MEU_IP2" ]] && IP="$MEU_IP2" || IP="$MEU_IP"
  22. echo "$MEU_IP2" > /etc/bot-alx/IP
  23. fi
  24. }
  25. # verify
  26. msg () {
  27. BRAN='\033[1;37m' && VERMELHO='\e[31m' && VERDE='\e[32m' && AMARELO='\e[33m'
  28. AZUL='\e[34m' && MAGENTA='\e[35m' && MAG='\033[1;36m' &&NEGRITO='\e[1m' && SEMCOR='\e[0m'
  29. case $1 in
  30. -ne)cor="${VERMELHO}${NEGRITO}" && echo -ne "${cor}${2}${SEMCOR}";;
  31. -ama)cor="${AMARELO}${NEGRITO}" && echo -e "${cor}${2}${SEMCOR}";;
  32. -verm)cor="${AMARELO}${NEGRITO}[!] ${VERMELHO}" && echo -e "${cor}${2}${SEMCOR}";;
  33. -azu)cor="${MAG}${NEGRITO}" && echo -e "${cor}${2}${SEMCOR}";;
  34. -verd)cor="${VERDE}${NEGRITO}" && echo -e "${cor}${2}${SEMCOR}";;
  35. -bra)cor="${BRAN}${NEGRITO}" && echo -ne "${cor}${2}${SEMCOR}";;
  36. -bar2)cor="\e[0;31m========================================\e[0m" && echo -e "${cor}${SEMCOR}";;
  37. -bar)cor="\e[1;31m——————————————————————————————————————————————————————" && echo -e "${cor}${SEMCOR}";;
  38. esac
  39. }
  40. os_system(){
  41. system=$(cat -n /etc/issue |grep 1 |cut -d ' ' -f6,7,8 |sed 's/1//' |sed 's/ //')
  42. distro=$(echo "$system"|awk '{print $1}')
  43. case $distro in
  44. Debian)vercion=$(echo $system|awk '{print $3}'|cut -d '.' -f1);;
  45. Ubuntu)vercion=$(echo $system|awk '{print $2}'|cut -d '.' -f1,2);;
  46. esac
  47. link="https://raw.githubusercontent.com/rudi9999/ADMRufu/main/Repositorios/${vercion}.list"
  48. case $vercion in
  49. 8|9|10|11|16.04|18.04|20.04|20.10|21.04|21.10|22.04)wget -O /etc/apt/sources.list ${link} &>/dev/null;;
  50. esac
  51. }
  52. updatex(){
  53. clear
  54. #dpkg --configure -a
  55. msg -bar
  56. os_system
  57. msg -ama "$distro $vercion"
  58. echo "$distro $vercion" > /etc/bot-alx/system
  59. msg -verm " INSTALACION DE PAQUETES "
  60. msg -bar
  61. #
  62. #by rufu99
  63. msg -verd " INSTALL UPDATE"
  64. apt update -y
  65. apt list --upgradable -y
  66. msg -verd " INSTALL UPGRADE"
  67. apt upgrade -y
  68. clear
  69. msg -bar
  70. paq="jq bc curl netcat netcat-traditional net-tools apache2 zip unzip screen"
  71. for i in $paq; do
  72. leng="${#i}"
  73. puntos=$(( 21 - $leng))
  74. pts="."
  75. for (( a = 0; a < $puntos; a++ )); do
  76. pts+="."
  77. done
  78. msg -azu " instalando $i$(msg -ama "$pts")"
  79. if apt install $i -y &>/dev/null ; then
  80. msg -verd " INSTALADO"
  81. else
  82. msg -verm2 " FAIL"
  83. sleep 0.1s
  84. tput cuu1 && tput dl1
  85. msg -ama "aplicando fix a $i"
  86. dpkg --configure -a &>/dev/null
  87. sleep 0.2s
  88. tput cuu1 && tput dl1
  89. msg -azu " instalando $i$(msg -ama "$pts")"
  90. if apt install $i -y &>/dev/null ; then
  91. msg -verd " INSTALANDO"
  92. else
  93. msg -verm2 " FAIL"
  94. fi
  95. fi
  96. done
  97. sed -i "s;Listen 80;Listen 81;g" /etc/apache2/ports.conf
  98. service apache2 restart > /dev/null 2>&1 &
  99. msg -bar
  100. msg -azu "Removiendo paquetes obsoletos"
  101. msg -bar
  102. apt autoremove -y &>/dev/null
  103. echo "00" > /root/.bash_history
  104. ufw allow 80/tcp &>/dev/null
  105. ufw allow 81/tcp &>/dev/null
  106. ufw allow 8888/tcp &>/dev/null
  107. #read -p "enter"
  108. #botmen
  109. }
  110. unistall(){
  111. #dir=/etc/bot-al && [[ ! -d ${dir} ]]
  112. #SR="${dir}/sources" && [[ ! -d ${SR} ]]
  113. rm -rf ${Ex}
  114. rm -rf ${dir5}
  115. killall Botk.sh
  116. kill -9 $(ps aux |grep -v grep |grep -w "Bot.sh"|grep dmS|awk '{print $2}') &>/dev/null
  117. kill -9 $(ps aux |grep -v grep |grep -w "http-server.sh"|grep dmS|awk '{print $2}') &>/dev/null
  118. kill $(ps aux |grep -v grep |grep -w "Bot.sh") &>/dev/null
  119. rm -rf /bin/ShellBot.sh
  120. rm -rf /bin/botmx
  121. rm /bin/http-server.sh
  122. rm -rf /tmp/paq
  123. systemctl stop Btg &>/dev/null
  124. systemctl disable Btg &>/dev/null
  125. rm /etc/systemd/system/Btg.service &>/dev/null
  126. rm -rf /etc/st
  127. sleep 3
  128. clear
  129. echo "BOT DESINSTALADO"
  130. }
  131. descarga(){
  132. rm -rf .bash_history
  133. [[ ! -e ${IVAR} ]] && touch ${IVAR}
  134. wget -O /bin/http-server.sh https://www.dropbox.com/s/h2xtf70r5mg4m81/http-server.sh &>/dev/null
  135. chmod +x /bin/http-server.sh
  136. clear
  137. fun_ip
  138. wget -O /etc/bot-alx/version_new https://raw.githubusercontent.com/lacasitamx/version/master/vercion &>/dev/null
  139. v1=$(curl -sSL "https://raw.githubusercontent.com/lacasitamx/version/master/vercion")
  140. echo "$v1" > /etc/bot-alx/version
  141. echo -e "$bar"
  142. echo "DESCARGANDO ARCHIVOS KEYGEN......"
  143. echo -e "$bar"
  144. mxofc=https://www.dropbox.com/s/o3wyvhaxxb5sj8h/SCRIPTMX.zip
  145. #
  146. wget $mxofc &>/dev/null
  147. unzip SCRIPTMX.zip &>/dev/null
  148. cp SCRIPT/* ${dir5}
  149. #[[ ! -e ${dir5}/ID ]] && touch ${dir5}/ID
  150. chmod +x ${dir5}/*
  151. #
  152. rm -rf SCRIPTMX.zip
  153. rm -rf SCRIPT
  154. echo -e "$bar"
  155. echo -e "\e[1;33m DESCARGANDO BOT"
  156. echo -e "$bar"
  157. #kill -9 $(ps aux |grep -v grep |grep -w "Botk.sh"|grep dmS|awk '{print $2}') &>/dev/null
  158. [[ ! -d /etc/st ]] && mkdir /etc/st
  159. [[ ! -d /etc/st/bt ]] && mkdir /etc/st/bt
  160. wget -O /etc/st/bt/Bot.sh https://www.dropbox.com/s/deym5dsh16r6009/bot.sh?dl=0 &>/dev/null
  161. chmod +x /etc/st/bt/Bot.sh
  162. wget https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 >/dev/null 2>&1
  163. chmod +x jq-linux64 && mv jq-linux64 $(which jq)
  164. echo "ID.txt slowdns.sh ADMbot.sh C-SSR.sh Crear-Demo.sh PDirect.py PGet.py POpen.py PPriv.py PPub.py apacheon.sh blockBT.sh budp.sh dns-netflix.sh dropbear.sh fai2ban.sh message.txt openvpn.sh paysnd.sh ports.sh sockspy.sh speed.py squid.sh squidpass.sh ssl.sh tcp.sh ultrahost v2ray.sh python.py" > /etc/newadm-instal
  165. clear
  166. echo -e "$bar"
  167. echo -e "\e[1;33m INSTALACION COMPLETA"
  168. echo -e "$bar"
  169. rm -rf .bash_history
  170. #read -p "enter"
  171. #botmen
  172. }
  173. #
  174. #
  175. token_bot () {
  176. clear
  177. echo -e "$bar"
  178. echo -e " \033[1;37mIngrese el token de su bot"
  179. echo -e " \033[1;37mSi aun todavia no cuentas con un token\nValla en su telegram y busca @BotFather y pon el comando dentro del bot /newbot y despues te pedirá que pongas el nombre del bot que usted valla a querer ,por ejemplo en mi caso CONECTEDMX_BOT."
  180. echo -e "$bar"
  181. echo -n "TOKEN: "
  182. read toke
  183. echo "$toke" > ${Ex}/token
  184. echo -e "$bar"
  185. echo -e " \033[1;32mtoken Agregado con exito!" && echo -e "$bar"
  186. }
  187. admin(){
  188. clear
  189. #echo -e "$bar"
  190. #echo -e "\e[97m Aqui Agregaras el @usuario del bot sin el @., ejemplo conectedmx_bot\n y quedara configurada de esta manera http://t.me/conectedmx_bot"
  191. #echo -n "Nombre de usuario del BOT: "
  192. #read user
  193. #echo -e "\e[93m Su link del bot: \e[43m http://t.me/$user \e[0m"
  194. #echo "$user" > ${Ex}/slogan
  195. #echo -e "$bar"
  196. #echo -e " \033[1;32mslogan Agregado con exito!" && echo -e "$bar"
  197. #sleep 2s
  198. #clear
  199. echo -e "$bar"
  200. echo -e " \033[1;37mIngrese su ID de telegram \n si aun no sabe cual es su ID ingresar en el bot @conectedmx_bot ahi dale en /start para saber su id númerico ,despues de eso solo copia su id y peguelo aquí abajo.."
  201. echo -e "$bar"
  202. echo -n "ID: "
  203. read id
  204. echo "$id" > ${Ex}/Admin-ID
  205. echo -e "$bar"
  206. echo -e " \033[1;32mID Agregado con exito!" && echo -e "$bar"
  207. #read -p "enter"
  208. #botmen
  209. }
  210. start_bot(){
  211. [[ ! -e "${Ex}/token" ]] && echo "null" > ${Ex}/token
  212. PIDGE=$(ps aux|grep -v grep|grep "Bot.sh")
  213. if [[ -z $PIDGE ]]; then
  214. echo -e "[Unit]
  215. Description=Bot Service
  216. After=network.target
  217. StartLimitIntervalSec=0
  218. [Service]
  219. Type=simple
  220. User=root
  221. WorkingDirectory=/root
  222. ExecStart=/bin/bash /etc/st/bt/Bot.sh
  223. Restart=always
  224. RestartSec=3s
  225. [Install]
  226. WantedBy=multi-user.target" > /etc/systemd/system/Btg.service
  227. systemctl enable Btg &>/dev/null
  228. systemctl start Btg &>/dev/null
  229. #echo -e "============================"
  230. echo -e "$bar"
  231. echo -e "\033[1;32m BOT ACTIVADO"
  232. echo -e "$bar"
  233. #echo -e "============================"
  234. else
  235. #killall Bot.sh &>/dev/null
  236. systemctl stop Btg &>/dev/null
  237. systemctl disable Btg &>/dev/null
  238. rm /etc/systemd/system/Btg.service &>/dev/null
  239. clear
  240. echo -e "$bar"
  241. echo -e "\033[1;31m BOT DESACTIVADA"
  242. echo -e "$bar"
  243. #read -p "Presione Enter para continuar "
  244. fi
  245. }
  246. start_boti() {
  247. [[ ! -e "${Ex}/token" ]] && echo "null" > ${Ex}/token
  248. unset PIDBOT
  249. PIDBOT=$(ps aux|grep -v grep|grep "Bot.sh")
  250. if [[ ! $PIDBOT ]]; then
  251. screen -dmS Botti /etc/st/bt/Bot.sh
  252. clear
  253. echo -e "$bar"
  254. echo -e "\033[1;32m BOT ACTIVADO"
  255. echo -e "$bar"
  256. #
  257. else
  258. #killall Botk.sh
  259. kill -9 $(ps aux |grep -v grep |grep -w "Bot.sh"|grep dmS|awk '{print $2}') &>/dev/null
  260. #
  261. clear
  262. echo -e "$bar"
  263. echo -e "\033[1;31m BOT DESACTIVADO"
  264. echo -e "$bar"
  265. fi
  266. #echo "00" > /root/.bash_history
  267. #botmen
  268. }
  269. startmx1() {
  270. #unset PIDGEN
  271. PIDGEN=$(ps aux|grep -v grep|grep "http-server.sh")
  272. if [[ -z $PIDGEN ]]; then
  273. screen -dmS generador3 /bin/http-server.sh -start
  274. echo -e "============================"
  275. echo -e "\e[33m GENERADOR ACTIVADO"
  276. echo -e "============================"
  277. rm -rf .bash_history
  278. else
  279. #killall http-server.sh
  280. kill -9 $(ps aux |grep -v grep |grep -w "http-server.sh"|grep dmS|awk '{print $2}') &>/dev/null
  281. #sed -i '/http-server.sh/ d' /etc/crontab
  282. echo -e "============================"
  283. echo -e "\e[31m GENERADOR DESACTIVADO"
  284. echo -e "============================"
  285. rm -rf .bash_history
  286. fi
  287. #echo "00" > /root/.bash_history
  288. #botmen
  289. }
  290. startmx2(){
  291. PIDGEN=$(ps aux|grep -v grep|grep "http-server.sh")
  292. if [[ -z $PIDGEN ]]; then
  293. echo -e "[Unit]
  294. Description=http-server Service
  295. After=network.target
  296. StartLimitIntervalSec=0
  297. [Service]
  298. Type=simple
  299. User=root
  300. WorkingDirectory=/root
  301. ExecStart=/bin/bash /bin/http-server.sh -start
  302. Restart=always
  303. RestartSec=3s
  304. [Install]
  305. WantedBy=multi-user.target" > /etc/systemd/system/BotGen-server.service
  306. systemctl enable BotGen-server &>/dev/null
  307. systemctl start BotGen-server &>/dev/null
  308. echo -e "============================"
  309. echo -e "\e[33m GENERADOR ACTIVADO"
  310. echo -e "============================"
  311. else
  312. killall BotGen.sh &>/dev/null
  313. systemctl stop BotGen-server &>/dev/null
  314. systemctl disable BotGen-server &>/dev/null
  315. rm /etc/systemd/system/BotGen-server.service &>/dev/null
  316. clear
  317. msg -bar
  318. echo -e "\033[1;31m BotGen fuera de linea"
  319. msg -bar
  320. read -p "Presione Enter para continuar "
  321. fi
  322. }
  323. verify () {
  324. apt-get install curl -y &>/dev/null
  325. IP=$(wget -qO- ipv4.icanhazip.com)
  326. permited=$(curl -sSL "https://bitbin.it/02PUbQCZ/raw/")
  327. [[ $(echo $permited|grep "${IP}") = "" ]] && {
  328. clear
  329. bot="\n\n\n————————————————————————————\n ¡IP NO ESTA REGISTRADO! [QUITANDO ACCESO]\n CONTACTE A: @ALEXMOD80 \n————————————————————————————\n\n\n"
  330. echo -e "\e[1;91m$bot"
  331. TOKEN="2012880601:AAEJ3Kk18PGDzW57LpTMnVMn_pQYQKW3V9w"
  332. URL="https://api.telegram.org/bot$TOKEN/sendMessage"
  333. MSG=" IP NO REGISTRADO o CLONING
  334. ╔═════ ▓▓ ࿇ ▓▓ ═════╗
  335. - - - - - - - ×∆× - - - - - - -
  336. IP: $IP
  337. - - - - - - - ×∆× - - - - - - -
  338. ╚═════ ▓▓ ࿇ ▓▓ ═════╝
  339. "
  340. curl -s --max-time 10 -d "chat_id=605531451&disable_web_page_preview=1&text=$MSG" $URL &>/dev/null
  341. kill -9 $(ps aux |grep -v grep |grep -w "http-server.sh"|grep dmS|awk '{print $2}') &>/dev/null
  342. kill -9 $(ps aux |grep -v grep |grep -w "Botk.sh"|grep dmS|awk '{print $2}') &>/dev/null
  343. rm -rf /bin/http-server.sh
  344. [[ -d /etc/bot-alx ]] && rm -rf /etc/bot-alx
  345. [[ -e /bin/botmx ]] && rm -rf /bin/botmx
  346. [[ ! -d ${dir5} ]] && rm -rf ${dir5}
  347. exit 1
  348. } || {
  349. ### INTALAR VERSION DE SCRIPT
  350. v1=$(curl -sSL "https://raw.githubusercontent.com/lacasitamx/version/master/vercion")
  351. echo "$v1" > /etc/bot-alx/version
  352. }
  353. }
  354. verify
  355. if [[ ! -e /etc/paq ]]; then
  356. updatex
  357. touch /etc/paq
  358. else
  359. echo ""
  360. fi
  361. echo "00" > /root/.bash_history
  362. clear
  363. unset PID_BOT
  364. KEYI=$(ps x|grep -v grep |grep "nc.traditional")
  365. [[ ! $KEYI ]] && BOK="\033[1;31m [ ✖ OFF ✖ ] " || BOK="\033[1;32m [ ACTIVO ]"
  366. apache="$(grep '81' /etc/apache2/ports.conf | cut -d' ' -f2 | grep -v 'apache2' | xargs)" || apachep="$(grep '80' /etc/apache2/ports.conf | cut -d' ' -f2 | grep -v 'apache2' | xargs)"
  367. #
  368. PID_BOT=$(ps x|grep -v grep|grep "Bot.sh")
  369. [[ ! $PID_BOT ]] && PID_BOT="\033[1;31m [ ✖BOT✖ ] " || PID_BOT="\033[1;32m[ BOT ]"
  370. PID_GEN=$(ps x|grep -v grep|grep "http-server.sh")
  371. [[ -z $PID_GEN ]] && PID_BT="\033[1;31m [ ✖GEN✖ ] " || PID_BT="\033[1;32m[ GEN ]"
  372. [[ ! -e /etc/bot-alx/system ]] && systema="alexmod80" || systema=$(cat /etc/bot-alx/system)
  373. unset ram1
  374. unset ram2
  375. unset ram3
  376. ram1=$(free -h | grep -i mem | awk {'print $2'})
  377. ram2=$(free -h | grep -i mem | awk {'print $4'})
  378. ram3=$(free -h | grep -i mem | awk {'print $3'})
  379. echo -e "$bar"
  380. echo -e " \e[1;36m༆ \e[1;33m SCRIPT-BOT \e[1;36m༆ \e[0m"
  381. echo -e " \e[1;37m COMANDO: botmx \e[31m|| \e[1;34mKEY INSTALADAS: \e[1;33m$(cat ${IVAR})"
  382. echo -e "\e[1;36m APACHE: \e[1;32m $apache \e[1;36mKEYGEN: \e[1;32m$BOK"
  383. echo -e " \e[1;93m$systema \e[97mRam: \e[92m$ram1 \e[97mLibre: \e[92m$ram2 \e[97mUsado: \e[92m$ram3 "
  384. #echo -e "$bar"
  385. echo -e "\e[0;31m============\e[44mADMINISTRADOR BOT\e[0m\e[0;31m========================\e[0m" #53 =
  386. #echo -e "\033[1;32m[01]\033[1;36m> \033[1;32mINSTALAR RECURSOS\e[0m"
  387. echo -e "\033[1;32m [1]\033[1;36m> \033[1;33mDESCARGAR BOT VPSMX"
  388. echo -e "\e[0;31m============\e[44mTOKEN || ID || BOT\e[0m\e[0;31m=======================\e[0m" #53 =
  389. echo -e "\033[1;32m [2] \033[1;36m> \033[1;37mAGREGAR TOKEN BOT"
  390. echo -e "\033[1;32m [3] \033[1;36m> \033[1;37mAGREGAR ID ADMIN"
  391. #
  392. echo -e "\033[1;32m [4] \033[1;36m> \033[1;37mINICIAR/DETENER $PID_BOT\033[0m"
  393. echo -e "\033[1;32m [5] \033[1;36m> \033[1;37mINICIAR/DETENER $PID_BT\033[0m"
  394. #echo -e "\033[1;32m[4] \033[1;36m> \033[1;37mAGREGAR NUEVO ADMIN\033[0m"
  395. echo -e "\e[0;31m============\e[44mACTUALIZADOR\e[0m\e[0;31m=============================\e[0m" #53 =
  396. echo -e "\033[1;32m [6] \033[1;36m> \033[1;31mUNISTALL BOT.."
  397. echo -e "\033[1;32m [7] \033[1;36m> \033[1;32mACTUALIZAR BOT.."
  398. echo -e "$bar"
  399. echo -e "\e[1;32m [0] \e[36m>\e[0m \e[47m\e[30m <<ATRAS "
  400. echo -e "$bar"
  401. echo -n "$(echo -e "\e[1;97m SELECIONE UNA OPCION:\e[1;93m") "
  402. read opcion
  403. case $opcion in
  404. 0) exit 0 ;;
  405. #01) updatex ;;
  406. 1) descarga;;
  407. 2) token_bot;;
  408. 3) admin;;
  409. 4) start_bot ;;
  410. 5) startmx1 ;;
  411. 6) unistall;;
  412. 7)
  413. clear
  414. echo " DETENIENDO BOT"
  415. sleep 1.s
  416. start_bot
  417. #kill -9 $(ps aux |grep -v grep |grep -w "Botk.sh"|grep dmS|awk '{print $2}') &>/dev/null
  418. #echo " BOT DETENIDA CON EXITO"
  419. sleep 1s
  420. clear
  421. echo -e " ACTUALIZANDO BOT "
  422. sleep 1
  423. [[ ! -d /etc/st ]] && mkdir /etc/st
  424. [[ ! -d /etc/st/bt ]] && mkdir /etc/st/bt
  425. wget -O /etc/st/bt/Bot.sh https://www.dropbox.com/s/deym5dsh16r6009/bot.sh?dl=0 &>/dev/null
  426. chmod +x /etc/st/bt/Bot.sh
  427. mxofc=https://www.dropbox.com/s/o3wyvhaxxb5sj8h/SCRIPTMX.zip
  428. #
  429. wget $mxofc &>/dev/null
  430. unzip SCRIPTMX.zip &>/dev/null
  431. cp SCRIPT/* ${dir5}
  432. #[[ ! -e ${dir5}/ID ]] && touch ${dir5}/ID
  433. chmod +x ${dir5}/*
  434. #
  435. rm -rf SCRIPTMX.zip
  436. rm -rf SCRIPT
  437. echo "ID.txt slowdns.sh ADMbot.sh C-SSR.sh Crear-Demo.sh PDirect.py PGet.py POpen.py PPriv.py PPub.py apacheon.sh blockBT.sh budp.sh dns-netflix.sh dropbear.sh fai2ban.sh message.txt openvpn.sh paysnd.sh ports.sh sockspy.sh speed.py squid.sh squidpass.sh ssl.sh tcp.sh ultrahost v2ray.sh python.py" > /etc/newadm-instal
  438. wget https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 >/dev/null 2>&1
  439. chmod +x jq-linux64 && mv jq-linux64 $(which jq)
  440. rm -rf jq-linux64
  441. v1=$(curl -sSL "https://raw.githubusercontent.com/lacasitamx/version/master/vercion")
  442. echo "$v1" > /etc/bot-alx/version
  443. wget -O /bin/botmx https://www.dropbox.com/s/6fev8z8nc7rs6p7/instalbot.sh?dl=0 &>/dev/null && chmod +x /bin/botmx
  444. sleep 2
  445. clear
  446. echo -e " BOT ACTUALIZADA CON ÉXITO"
  447. sleep 1
  448. clear
  449. echo " INICIANDO NUEVAMENTE"
  450. #
  451. start_bot
  452. #screen -dmS Botti /etc/st/bt/Bot.sh
  453. sleep 1.0
  454. rm -rf .bash_history
  455. ;;
  456. esac
  457. echo -ne "enter para continuar: " && read enter
  458. botmx

comments powered by Disqus