OCR System
This section describes how the OCR system works
For more precise detections of native mod menus, WX AntiCheat uses something called an "OCR Checking".
OCR works by scanning an image and then returning any text it contains. WX AntiCheat utilises this system by taking a screenshot of the player's screen every few seconds and sending it to the OCR system for checks. If the OCR finds any suspicious text, the player gets detected.
Both the interval of taking screenshots and the suspicious word list is fully configurable!
Warning:
Please keep in mind that the OCR system can be resource intensive for some players with low-end systems! Low intervals are not recommended!
Configuration
The basic configuration includes a few options
wx.OCR = {
enable = true,
interval = 15 * 1000,
wordList = {
"suspicious",
"mod menu",
"cheat",
"some words"
}
}
enable
: (boolean) - Toggles the OCR systeminterval
: (number) - Time in ms that specifies how often to check the player's screenwordList
: (table) - List of words that the OCR system will scan for