Common Issues
Data Execution Prevention (DEP) Issues
Data Execution Prevention (DEP) Issues
Check DEP Support Policy
The following command will output the DEP support policy:If you’re experiencing access violations, the issue may be related to your system’s DEP configuration.
Missing Warehouse Items
Missing Warehouse Items
Root Cause
Players who reported this issue had a teleport feature that sends invalid0x50A packets to the server:6, which is an out-of-range subscript. The CUser class has the following memory structure:Memory Alignment Issue
Due to the memory layout:6:Do not use teleport features that send invalid packet data to the server, as they will corrupt your warehouse items.
File Operations Issues (GetModuleFileNameW)
File Operations Issues (GetModuleFileNameW)
The Issue
Some users experienced issues with file operations when importing the libraries instead of injecting them.The following code was implemented to handle this:Why This Happens
Whenstd::filesystem::current_path is called before the current working directory is resolved:INT16_MAX Explanation
The machine code forGetModuleFileNameW was analyzed to determine the proper buffer size:The maximum size (
INT16_MAX = 32767) is used instead of MAX_PATH to avoid limitations.Antivirus False Positives
Antivirus False Positives
VirusTotal Detections
Some antivirus software may flag the Episode 6 files as potential threats. These are false positives.What’s Being Done
Files in this repository are submitted to antivirus companies for analysis when viruses are detected during VirusTotal scans.Report False Positives
VirusTotal provides a list of false positive contacts where you can report detections to antivirus vendors.If your antivirus software is blocking the files, you may need to add an exception for the Episode 6 directory.
Cheat Engine Compatibility
Cheat Engine Compatibility
Recommended Version
It’s recommended to use Cheat Engine 7.3 because users have reported issues with newer versions.If you’re experiencing issues with Cheat Engine injection, try downgrading to version 7.3.