-
Автор темы
- #1
go to main.cpp and find
and then delete it.
Made this because people are asking and apparently they cant use the debug feature.
static auto physicssimulate = (DWORD) (util :: FindSignature (("client.dll"), g_ctx.signatures.at (14) .c_str ())); hooks :: original_physicssimulate = (DWORD) DetourFunction ((PBYTE) physicssimulate, (PBYTE) hooks :: hooked_physicssimulate); |
and then delete it.
Made this because people are asking and apparently they cant use the debug feature.