No description
Find a file
Margen67 7490e4cd17 Create FUNDING.yml
This adds a Sponsor button.
2019-09-02 21:07:35 -07:00
.github Create FUNDING.yml 2019-09-02 21:07:35 -07:00
Cheat Engine add AOBScanUnique lua command which returns only one result 2019-09-01 10:11:05 +02:00
DBKKernel implement lua command dbvm_addMemory 2019-07-24 13:19:14 +02:00
dbvm Disable GD before emulating int1 2019-07-18 11:35:53 +02:00
DBVM UEFI some debug messages related to timing 2019-07-17 00:52:50 +02:00
lua remove some debug info 2013-05-26 13:00:34 +00:00
.gitignore Add "Change Type" to structure dissect popup menu 2018-03-01 16:22:22 -06:00
appveyor.yml Enable Appveyor Continuous Integration #248 2017-11-17 15:29:02 -05:00
molumen-download-button-1-800px.png Add files via upload 2017-02-27 10:52:38 +01:00
README.md readme update 2.0.0 2019-04-01 09:01:48 +02:00

cheat-engine

Cheat Engine. A development environment focused on modding games and applications for personal use.

For the latest version: Recent CE Download

For older versions, check out https://github.com/cheat-engine/cheat-engine/releases

The forum is up/down depending on DDoS attacks. In the chance it works, you can read posts at http://forum.cheatengine.org/

Alternate websites: http://reddit.com/r/cheatengine

http://fearlessrevolution.com/index.php

You can also follow cheat engine on twitter: https://twitter.com/_cheatengine

Build Instructions

Download and install Lazarus version 2.0.0 from here

Run Lazarus and click on Project->Open Project. Select cheatengine.lpi from the Cheat Engine folder as the project.

Click on Run->Build or use SHIFT+F9.

If you want to run or debug from the IDE on Windows you will need to start Lazarus as administrator.

Contributing

If you wish to contribute, fork the repository on github. Create a branch for your changes. Lazarus likes to make changes to files just 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.

When you're done, push your branch to your personal fork. Finally 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.