Difference between revisions of "Lua:openFileAsProcess"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
* [[Lua:getProcessIDFromProcessName|getProcessIDFromProcessName]] | * [[Lua:getProcessIDFromProcessName|getProcessIDFromProcessName]] | ||
* [[Lua:createProcess|createProcess]] | * [[Lua:createProcess|createProcess]] | ||
− |
Latest revision as of 03:24, 18 April 2018
function openFileAsProcess(fileName, is64bit)
Causes Cheat Engine to open the file with memory access as if it's a process
Function Parameters[edit]
Parameter | Type | Description |
---|---|---|
fileName | string | The name of the file to open as a process |