Idleon Cheat Injector (IdleCI) is an extensible tool for injecting cheats and custom modifications into Legends of Idleon. Built with TypeScript. It leverages the Chrome DevTools Protocol to attach to the game process.
- 🎯 Inject cheats into Legends of Idleon (Steam, Windows/Linux)
- 🌐 Web UI with real-time cheat management and embedded DevTools
- ⚙️ Highly configurable: customize cheats, startup actions, and injector behavior
- 📦 Cross-platform builds: Windows and Linux binaries with all-in-one packages
- 🔒 Safe config system: keep your custom settings across updates
- 🐛 Debug mode: detailed logging for troubleshooting
- 🔄 Live updates: modify cheats and config without restarting
- Download the latest release for your OS from the Releases page
- Extract the zip file (
IdleCI-Windows-x64.zip
orIdleCI-Linux-x64.zip
) - Run the executable:
- Windows:
IdleCI-windows-x64.exe
- Linux:
./IdleCI-linux-x64
- Windows:
# Clone the repository
git clone https://github.com/Shinaii/IdleCI.git
cd IdleCI
# Install dependencies
npm install
# Build for your platform
npm run build:windows # Windows
npm run build:linux # Linux
- Start Legends of Idleon (Steam version)
- Run the injector:
# Windows IdleCI-windows-x64.exe # Linux ./IdleCI-linux-x64
- Access the Web UI at http://localhost:8080
- Configure cheats through the web interface or edit
config.custom.example.js
Option | Description |
---|---|
-d, --debug |
Enable debug logging |
-c, --config <path> |
Use custom config file |
--help |
Show help information |
Examples:
# Run with debug mode
IdleCI-windows-x64.exe -d
# Use custom config
IdleCI-windows-x64.exe -c my-config.js
# Debug with custom config
IdleCI-windows-x64.exe -d -c my-config.js
- Copy
config.custom.example.js
to your preferred name - Edit the file to customize:
- Startup cheats
- Cheat configurations
- Injector settings
- Web UI port
- Real-time cheat management
- Live configuration editing
- Embedded Chrome DevTools
- Version information
- Health status monitoring
- Node.js 18+
- npm or bun
- TypeScript (installed via npm)
# Platform-specific builds
npm run build:windows
npm run build:linux
# Development mode
npm run dev # TypeScript
bun run bun:dev # Bun (faster)
Run with -d
flag for detailed logging:
IdleCI-windows-x64.exe -d
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
This tool is for educational and personal use only. Use at your own risk. The authors are not responsible for any bans, data loss, or other consequences resulting from use of this software. Legends of Idleon is property of Lavaflame2.
- iBelg - Original Developer
- Creater0822 and valleymon - Contributors
- MrJoiny (Disputate) - Core functionality
- Shinaii - TypeScript rewrite, full refactor and new WebUI