Difference between revisions of "Lua:enableDRM"

From Cheat Engine
Jump to navigation Jump to search
m (Added related function template.)
m
 
Line 1: Line 1:
 
[[Category:Lua]]
 
[[Category:Lua]]
'''function''' enableDRM()
+
{{CodeBox|'''function''' enableDRM() ''':''' void}}
  
 
Prevents normal memory scanners from reading the Cheat Engine process (kernel mode).
 
Prevents normal memory scanners from reading the Cheat Engine process (kernel mode).

Latest revision as of 00:13, 27 June 2026

<> Lua API Reference

function enableDRM() : void

Prevents normal memory scanners from reading the Cheat Engine process (kernel mode).

Function Parameters[edit]

<none>

Examples[edit]

1 enableDRM()

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Process Protection

Function Encoding