Jackbail4 / VAC-Bypass

Full VAC Bypass. Inject detected cheats and not get VAC banned.
212 stars 33 forks source link

VAC detects hooking winapi functions #5

Closed Metaphysical1 closed 2 years ago

Metaphysical1 commented 2 years ago

as the title says, vac detects jmps in winapi functions, so hooking them is not safe

Jackbail4 commented 2 years ago

Yes but this isn't a worry. The pattern scan hooks prevent this from happening.

Metaphysical1 commented 2 years ago

Yes but this isn't a worry. The pattern scan hooks prevent this from happening.

which function ? because all hooked functions have ambiguous names, or do you mean the memory reading function? readprocessmemory and such ? anyway thanks for making this public.