Difference between revisions of "Lua:enableDRM"
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 == | ||
| − | < | + | <syntaxhighlight lang="lua" line> |
enableDRM() | enableDRM() | ||
| − | </ | + | </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()