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 |
||
| (2 intermediate revisions 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 7: | Line 7: | ||
== Examples == | == Examples == | ||
| − | < | + | <syntaxhighlight lang="lua" line> |
enableDRM() | enableDRM() | ||
| − | </ | + | </syntaxhighlight> |
{{LuaSeeAlso}} | {{LuaSeeAlso}} | ||
| − | + | {{Protection}} | |
| − | |||
Latest revision as of 00:13, 27 June 2026
Prevents normal memory scanners from reading the Cheat Engine process (kernel mode).
Function Parameters[edit]
<none>
Examples[edit]
1 enableDRM()