feat(anticheat): Anticheat bypass improvements (#2463)

- Add more metrics to bad_metrics set
- Add MM Filtering (This metric shouldnt be normally called anyway)
- Improve QD Hook to increase AC verifier delay when detected
- Removed gameskeleton hook in favor of patching ac at init
- Added tamperactions check to gameskeleton patcher
This commit is contained in:
yubie
2023-11-30 04:47:39 -05:00
committed by GitHub
parent 847a729918
commit 60887cb816
17 changed files with 173 additions and 133 deletions

View File

@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare(
gtav_classes
GIT_REPOSITORY https://github.com/Yimura/GTAV-Classes.git
GIT_TAG 3c7763fcf996f53f891e40f12bbfa8115fd612a7
GIT_TAG 9e76175d28b3de21c24a69e71bee779d704d8304
GIT_PROGRESS TRUE
CONFIGURE_COMMAND ""
BUILD_COMMAND ""