Difference between revisions of "Lua:activateProtection"
Jump to navigation
Jump to search
m (Syntax Highlighting.) |
m (Added related function template.) |
||
| Line 24: | Line 24: | ||
{{LuaSeeAlso}} | {{LuaSeeAlso}} | ||
| + | |||
| + | {{Protection}} | ||
Latest revision as of 20:50, 26 June 2026
Enables basic protection for the Cheat Engine process.
This prevents basic memory scanners from opening the Cheat Engine process. This protection is limited and is generally not very useful against more advanced tools.
Function Parameters[edit]
This function has no parameters.
Returns[edit]
This function does not return a value.
Examples[edit]
1 activateProtection()
1 activateProtection()
2
3 print("Basic Cheat Engine process protection has been enabled")