diff --git a/README_EN.md b/README_EN.md deleted file mode 100644 index e453b0f..0000000 --- a/README_EN.md +++ /dev/null @@ -1,57 +0,0 @@ -[![Patch Mikrotik RouterOS](https://github.com/elseif/MikroTikPatch/actions/workflows/main.yml/badge.svg)](https://github.com/elseif/MikroTikPatch/actions/workflows/main.yml) - - -**IMPORTANT:** For **testing purposes only**. Use at your own risk. Production environments require official licenses. - -By proceeding, you acknowledge that: -- You have reviewed and comprehend the legal implications and risks involved -- These tools will be used exclusively in non-production, test environments -- Production deployments shall utilize officially licensed software - -# MikroTik RouterOS Patch [[中文](README.md)] -[![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg)](./LICENSE) -[![CoC:WTFCoC](https://img.shields.io/badge/CoC-WTFCoC-brightgreen.svg)](./CODE_OF_CONDUCT.md) - -### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://telegram.me/mikrotikpatch)] [[Keygen(Telegram Bot)](https://telegram.me/ROS_Keygen_Bot)] - -### Download [Latest Patched](https://github.com/elseif/MikroTikPatch/releases/latest) iso file,install it and enjoy. -### CHR image is both support BIOS and UEFI boot mode. - -### Support online upgrade,online license,cloud backup,cloud DDNS - -![](image/install.png) -![](image/routeros.png) - -### Renew license for x86 v6.x -![](image/renew_v6.png) -### Renew license for chr -![](image/renew.png) - -![](image/arm.png) -![](image/mips.png) - -## How to use shell - install option-{version}.npk package - Enter the shell by executing /sh in the terminal. -## How to license RouterOS - After installing the option-{version}.npk package, reboot the device. The license will be activated automatically. - CHR images support online license activation -## How to use python3 - install python3-{version}.npk package - Enter the shell by executing /sh in the terminal. - run python -V -### npk.py - Sign,Verify,Create, Extract npk file. -### patch.py - Patch public key and sign NPK files -### How to Enable Container Mode Without Physical Reboot - 1. Install the option.npk package. - 2. Open a terminal and run: `system/device-mode/update container=yes` - 3. Open a new terminal and run: `system/shell cmd="reboot -f"` - -## all patches are applied automatically with [Github Action](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/). - - - - - diff --git a/README_PT.md b/README_PT.md deleted file mode 100644 index 4feb2dc..0000000 --- a/README_PT.md +++ /dev/null @@ -1,64 +0,0 @@ -[![Patch Mikrotik RouterOS](https://github.com/elseif/MikroTikPatch/actions/workflows/main.yml/badge.svg)](https://github.com/elseif/MikroTikPatch/actions/workflows/main.yml) - -# Patch para MikroTik RouterOS [[中文](README.md)] -[![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg)](./LICENSE) -[![CoC:WTFCoC](https://img.shields.io/badge/CoC-WTFCoC-brightgreen.svg)](./CODE_OF_CONDUCT.md) - -### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://telegram.me/mikrotikpatch)] [[Keygen (Bot do Telegram)](https://telegram.me/ROS_Keygen_Bot)] - -### Baixe a [ISO modificada mais recente](https://github.com/elseif/MikroTikPatch/releases/latest), instale e aproveite. -### A imagem CHR suporta modo de boot tanto BIOS quanto UEFI. - -### Suporte a atualização online, licença online, backup em nuvem e DDNS em nuvem - -![](image/install.png) -![](image/routeros.png) - -### Renovar a licença para x86 v6.x -![](image/renew_v6.png) - -### Renovar a licença para CHR -![](image/renew.png) - - -![](image/arm.png) -![](image/mips.png) - -## Como usar o shell -```bash -instale o pacote option-{versão}.npk -Execute `/sh` no terminal para entrar no Shell. -``` - -## Como licenciar o RouterOS -```bash -Após instalar o pacote `option-{version}.npk`, reinicie o dispositivo. A licença será ativada automaticamente. -Imagens CHR suportam ativação de licença online. -``` - -## Como usar o Python 3 -```bash -instale o pacote python3-{versão}.npk -Execute `/sh` no terminal para entrar no Shell. -execute `python -V` -``` - -### npk.py -```bash -Assina, verifica, cria e extrai arquivos .npk -``` - -### patch.py -```bash -Altera a chave pública e assina arquivos .npk -``` -### Como ativar o modo container sem reiniciar fisicamente -```bash -1. Instale o pacote `option.npk`. -2. Abra o terminal e execute: `system/device-mode/update container=yes` -3. Abra um novo terminal e execute: `system/shell cmd="reboot -f"` -``` -## Thanks for sponsoring -[ZMTO](https://console.zmto.com/) - -## Todos os patches são aplicados automaticamente com [GitHub Actions](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/) diff --git a/image/arm.png b/image/arm.png deleted file mode 100644 index 5f50082..0000000 Binary files a/image/arm.png and /dev/null differ diff --git a/image/install.png b/image/install.png deleted file mode 100644 index e67428d..0000000 Binary files a/image/install.png and /dev/null differ diff --git a/image/mips.png b/image/mips.png deleted file mode 100644 index 6e44fbd..0000000 Binary files a/image/mips.png and /dev/null differ diff --git a/image/renew.png b/image/renew.png deleted file mode 100644 index 7b83baf..0000000 Binary files a/image/renew.png and /dev/null differ diff --git a/image/renew_v6.png b/image/renew_v6.png deleted file mode 100644 index ad8b01c..0000000 Binary files a/image/renew_v6.png and /dev/null differ diff --git a/image/routeros.png b/image/routeros.png deleted file mode 100644 index f00456b..0000000 Binary files a/image/routeros.png and /dev/null differ