A modern, automated farming bot for Inazuma Eleven: Victory Road.
Designed with a sleek dark UI, ease of use, and stability in mind.
- Auto-Loop: Automatically handles level selection, battle sequences, and result screens.
- Background Lock: Detects and locks onto the game window automatically.
- Smart Recovery: Includes timeouts and retry mechanisms to prevent getting stuck.
- Deep Dark Mode: A comfortable, borderless dark theme with rounded corners.
- Multi-Language: Switch between English and Traditional Chinese instantly.
- Dashboard: Real-time stats including loop count, duration, and average time.
- Clipboard Paste: Simply take a screenshot (
Win+Shift+S) and pressCtrl+Vin the bot to set up images. No file saving required! - Single File: The bot comes as a standalone
.exe. No installation or extra folders needed.
Before running the bot, please ensure the following:
-
🖥️ Game Resolution: It is recommended to set the game resolution to 1600x900. Otherwise, the bot may fail to detect images and steps might not execute.
-
📂 Folder Path: The folder path where you place this program cannot contain Chinese characters. Please place the bot in a purely English path (e.g.,
C:\Games\InazumaBot), otherwise it may not work properly.
- Go to the Releases Page and download the latest
InazumaBot.exe. - Right-click
InazumaBot.exeand select "Run as Administrator".- Note: This is required for hotkeys and mouse control to work properly.
- Clone the repository:
git clone [https://github.com/xReiNio/Inazuma-Bot.git](https://github.com/xReiNio/Inazuma-Bot.git)
- Install dependencies:
pip install -r requirements.txt
- Run the bot:
python bot.py
-
Initial Setup:
- On the first launch, the Setup Wizard will appear.
- Select an image from the list (e.g.,
Picture1.png). - Take a screenshot of the corresponding button in your game.
- Press
Ctrl+Vin the bot to paste it. - Repeat for all images and click "Done".
-
Hotkeys:
F9: Start Bot / Start New LoopF10: Pause / ResumeESC: Stop Bot
To build the standalone .exe yourself, use PyInstaller:
pyinstaller --noconsole --onefile --icon=app.ico --name="InazumaBot" --collect-all tkinterdnd2 --add-data "app.ico;." --add-data "templates;templates" bot.py👤 Author Kartol (@xReiNio)