Lua:createProcess

From Cheat Engine
Revision as of 00:46, 5 December 2025 by Leunsel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<> Lua API Reference

function createProcess(Path, Parameters OPTIONAL, Debug OPTIONAL, BreakOnEntry OPTIONAL)

Creates a process.

Function Parameters

Parameter Type Description
Path String Path to the executable
Parameters String The parameters to give . e.g: "-cheats on"
Debug Boolean Creates the process with the windows debugger attached. (VEH and Kernel do not support launch time debugging)
BreakOnEntry Boolean If true this will cause a breakpoint to hit on entrypoint

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Process Open / Creation

Process Lists / Modules

Process Control / Target State