danielkrupinski / VAC-Bypass

Valve Anti-Cheat bypass written in C.
MIT License
546 stars 103 forks source link

Question about SuspendThread #69

Open Wolf49406 opened 3 years ago

Wolf49406 commented 3 years ago

When exactly should i use SuspendThread? I'm playing around to inject bypass from x64 injector. My target game is x64, so here i am. I can take LoadLibraryA from another x32 process, but not from Steam. Because of SuspendThread... i guess. So will bypass work if i use SuspendThread after GetProcAddress/GetModuleHandle?

UPD: Idk, i seems ok to SuspendThread after GetProcAddress/GetModuleHandle. But dll is still injectet, is it ok?