Page 1 of 1

Direct Process Linked CE

Posted: Sat Aug 31, 2024 2:06 pm
by pacifista
Is there a way to run Cheat Engine instances direcly connected with the game?

For example if i write a command line to the CE shortcut can i make it start directly connected with the game ?

To be honest i'm Playing some games with speed hack with shortcuts and everytime i have to go open the process

from the "Process Scan" icon and select it from the list.


Can we prepare shortcuts with direct connection? I'll just run the particular shortcut and it will run linked with the game?


For example it says 000019D0-Football Manager 2023

Playing this game with speedhack is amazingly useful but go to the CE click> select progress etc is getting annoying after 1000th time counting other games too.

Re: Direct Process Linked CE

Posted: Mon Sep 02, 2024 4:06 pm
by LeFiXER
pacifista wrote:
Sat Aug 31, 2024 2:06 pm
...
Use a script:

Code: Select all

[ENABLE]
{$LUA}
if syntaxcheck then return end
local speedToSetTo = 2.0
openProcess('<enter_process_name_here>.exe')
speedhack_setSpeed(speedToSetTo)
{$ASM}
[DISABLE]
{$LUA}
if syntaxcheck then return end
speedhack_setSpeed(1.0)