Cheat Engine is a development environment focused on modding games and applications for personal use.
- Download and install the latest version of Lazarus from here.
- Run Lazarus and click on
Project->Open Project
. Selectcheatengine.lpi
from theCheat Engine
folder as the project. - Click on
Run->Build
or press SHIFT+F9.- If you want to run or debug from the IDE on Windows you will need to run Lazarus as administrator.
If you wish to contribute:
- Fork the repository on GitHub.
- Create a branch for your changes.
- Lazarus likes to make changes to files when you open them or move something around, so make sure you only stage the changes that are required for what you are trying to accomplish.
- Push your branch to your personal fork.
- Go to the original Cheat Engine repository and create a pull request:
- Click on
compare across forks
and select your fork as the head fork and your new branch.
- Click on