A beginner-friendly IL2CPP base for modding and creating cheats for your game. This project is designed to help you get started quickly.
- IL2CPP Resolver: Leverage the latest IL2CPP resolver for easy game object and class manipulation.
- Kiero Hook Integration: Seamlessly hook into DirectX 11 with Kiero for rendering and ImGui.
- Hooking Functions: Hook game functions and add custom values or edit as you want.
- Memory Read/Write: easy read and write game memory.
- Windows 10/11
- Visual Studio 2022 (or later) with C++ Development tools installed.
- DirectX SDK
- Clone the repository:
git clone https://github.com/PicoShot/il2cpp-base.git
- Open the
.slnfile in Visual Studio. - Build and inject into your game!
Contributions are welcome! Feel free to fork the repository, add your features, and submit a pull request.
This project is for educational purposes only. Modifying or reverse-engineering games may violate their terms of service. Use responsibly.
- Thanks to sneakyevil for il2cpp resolver
- Thanks to IdolTheDev for his help and source code
- Thanks to EDBO for ImGui DX11 hook