Difference between revisions of "Lua:enableDRM"

From Cheat Engine
Jump to navigation Jump to search
(Created page with 'Category:Lua '''function''' enableDRM() Prevents normal memory scanners from reading the Cheat Engine process (kernel mode). {{LuaFunctionParametersNone}} == Examples == <…')
 
m (Syntax Highlighting.)
Line 7: Line 7:
  
 
== Examples ==
 
== Examples ==
<pre>
+
<syntaxhighlight lang="lua" line>
 
enableDRM()
 
enableDRM()
</pre>
+
</syntaxhighlight>
  
 
{{LuaSeeAlso}}
 
{{LuaSeeAlso}}

Revision as of 16:25, 25 June 2026

function enableDRM()

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

Function Parameters

<none>

Examples

1 enableDRM()

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Related Functions