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 f0302ab135
commit 062c95b374
17 changed files with 173 additions and 133 deletions

View File

@ -18,12 +18,11 @@ namespace rage
buffer(_buffer),
maxlen(_length)
{
unk0
= 0;
unk1 = 0;
curlen = 0;
unk4 = 1;
flags = 0;
unk0 = 0;
unk1 = 0;
curlen = 0;
unk4 = 1;
flags = 0;
}
inline char* get_string() const