Search found 16 matches
- Wed Apr 26, 2023 11:24 am
- Forum: Tool Downloads
- Topic: [Lua] Cheat Engine Table Dev Tools
- Replies: 0
- Views: 22788
[Lua] Cheat Engine Table Dev Tools
A Cheat Engine Lua plugin that adds an item to the main menu, "Dev Tools", with the following sub menu items. Just put this script in the auto run folder. Generate Cheats List Remove All Unnamed Structures Remove All Structures Disable All Memory Records Disable All Memory Records Without ...
- Wed Apr 26, 2023 11:22 am
- Forum: Cheat Engine Extension Downloads
- Topic: [Lua] Lua Script Template Engine ("compiled templates")
- Replies: 0
- Views: 22066
[Lua] Lua Script Template Engine ("compiled templates")
Lua Script Template Engine ("compiled templates") For Auto Assembler Templates see this post. This is a Lua script template engine that compiles/renders templates, the template engine is based off this blog post. You can access variables and run lua code in the templates using the appropri...
- Wed Apr 26, 2023 11:15 am
- Forum: Site and Forum Votes
- Topic: [Vote] Should we allow trainers?
- Replies: 2
- Views: 22174
[Vote] Should we allow trainers?
Should we allow trainers?
- Wed Apr 26, 2023 11:08 am
- Forum: Site Discussion and Questions
- Topic: Syntax Highlighting Added
- Replies: 0
- Views: 22132
Syntax Highlighting Added
I got the syntax highlighting with highlighjs working. But I had to add new code block BBcode elements, i.e. [codebox][/codebox] and [c][/c]. And they work a bit different than the default code block. But I like the way this one is setup to be collapsed and expand to the full code when needed. The m...
- Tue Apr 25, 2023 7:42 pm
- Forum: Cheat Engine Tutorials
- Topic: Cheat Engine Tutorial Guide (x32) - Part 3
- Replies: 0
- Views: 22765
Cheat Engine Tutorial Guide (x32) - Part 3
This is my first try at video tutorials, and any feedback would be appreciated. Cheat Engine Basics Playlist This video is for beginners mostly, but could be useful for anyone learning to use Cheat Engine. In this video I go over some basic concepts needed when working with Cheat Engine, and some ge...
- Tue Apr 25, 2023 7:42 pm
- Forum: Cheat Engine Tutorials
- Topic: Cheat Engine Tutorial Guide (x32) - Part 2
- Replies: 0
- Views: 10245
Cheat Engine Tutorial Guide (x32) - Part 2
Cheat Engine Tutorial Guide (x32) - Part 2 Continued from: Cheat Engine Tutorial Guide (x32) - Part 1 Step 5 When you start step 5 you should see the form looking like this. Image So first find the value then add it to the address list. Go ahead and save the table and the password at this point, jus...
- Tue Apr 25, 2023 7:42 pm
- Forum: Cheat Engine Tutorials
- Topic: Cheat Engine Tutorial Guide (x32) - Part 1
- Replies: 0
- Views: 10344
Cheat Engine Tutorial Guide (x32) - Part 1
Cheat Engine Tutorial Guide (x32) - Part 1 for 64 bit see: https://wiki.cheatengine.org/index.php?title=Tutorials:Cheat_Engine_Tutorial_Guide_x64 So let's go through the Cheat Engine Tutorial (x32). So open Cheat Engine, then in the main menu select help then select Cheat Engine Tutorial. Image Then...
- Tue Apr 25, 2023 7:39 pm
- Forum: Lua Tutorials
- Topic: [Video] Cheat Engine Lua Module
- Replies: 0
- Views: 23068
[Video] Cheat Engine Lua Module
Cheat Engine Lua Module In this video I go over setting up a Lua module and how to import it as Cheat Engine table file. -------- -------- CE Table Require -------- local tableLuaFilesDirectory = 'luaFiles' local fileExt = '.lua' function CETrequire(moduleStr) if moduleStr ~= nil then local localTab...
- Tue Apr 25, 2023 7:37 pm
- Forum: Lua Tutorials
- Topic: CE Lua Basics
- Replies: 0
- Views: 9879
CE Lua Basics
CE Lua Basics Lua interaction is done a few ways in Cheat Engine. You have the Lua Engine that you can access from the memory view form by selecting Tools then selecting Lua Engine. You can debug the scripts written here by setting a breakpoint by clicking next to the line numbers. This is mostly us...
- Tue Apr 25, 2023 7:29 pm
- Forum: Cheat Engine Tutorials
- Topic: Finding Values - Integers
- Replies: 0
- Views: 9556
Finding Values - Integers
Finding Values - Integers The most basic thing to do with Cheat Engine is to find Values to change or freeze. So let's go over how to find some integer values. Any game will work but I will be using Windows Solitaire. And Windows Solitaire is a good game for integers. If unsure how to attach to the ...