Sabtu, 20 April 2013

Cheat Engine


Download Cheat Engine
March 22 2013:Polish translation update
dawio966 has updated the polish translation files. You can get them here


February 25 2013:Spanish/Castilian traslation files:
Manuel I. has updated his translation files and also attached a tutorial in spanish on how to use cheat engine.
Spanish/Castilian(es_ES) translation files
Again, just extract to your languages\ subfolder in the Cheat Engine folder, and adjust the .ini file if your windows language is not spanish


January 30 2013:Polish translation
dawio966 has provided us with the polish translation files for Cheat Engine. You can get them here


September 13 2012:forcedinjection plugin
Some people have been asking me why they can't use the speedhack in Chrome. That is because the chrome child process has no disk access (Limited user and untrusted mandatory level). It's pretty easy to make it usable again by changing a flag in the config, or just getting a different browser.
But for those that couldn't get it to work, or those that wish to know more about plugins, I've made a plugin for Cheat Engine showing off how to make a hybrid plugin that uses both the lua framework and the exposed plugin api to rewire the injectDLL routine (more specifically, the functions it uses) so that it can force load a dll into the target process without the process having disk access.

Download link: forcedinjection.rar
How to use:
Extract the files anywhere.
In cheat engine go to settings->plugins
Click add new
Find the plugin .dll for the Cheat Engine version you use. (32 bit: -i386, 64-bit: -x86_64)
Once it is in the list check the checkbox left of it and click ok.

And if everything went right it's now functional and you should be able to do a speedhack on the target process. One thing to note about this plugin is that when it gets loaded, it will target itself. Even when restarting cheat engine. This is because it needs to rewrite itself. I could have done it without, but it shouldn't be an issue.
For those interested, the sourcecode of this plugin can be found in the SVN