Difference between revisions of "Lua:enableDRM"

From Cheat Engine
Jump to navigation Jump to search
m (Syntax Highlighting.)
m
 
(One intermediate revision by the same user not shown)
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).
Line 13: Line 13:
 
{{LuaSeeAlso}}
 
{{LuaSeeAlso}}
  
=== Related Functions ===
+
{{Protection}}
* [[Lua:activateProtection|activateProtection]]
 

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