Posted: Sat May 14, 2022 11:54 pm Post subject: Disable "Keep the current address list/code list?"
How do I disable the "Keep the current address list/code list?" window?
I need to load a table before the game loads. As I'm unaware of a automatic way to do it, so I need to.
Open the table and process list
Start game
Swap application and process until I find the game process
Open it
Minimize the game to tell cheat engine I want to keep the table
Then press the hotkey to load the script
But I'm not fast enough to minimize the game and press the "Yes" button before the game as loaded.
Also, is there a way to auto enable item when the process is attached?
Double-click the cheat table file (extension *.ct) it will load in Cheat Engine automatically. You can use process watcher or use this simple Lua script:
Code:
[ENABLE]
{$LUA}
if syntaxcheck then return end
openProcess('game_name.exe')
{$ASM}
[DISABLE]
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum