Difference between revisions of "Lua:enableDRM"
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}} | ||
| − | + | {{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()