-
Автор темы
- #1
C++:
char dllpath[512];
if (true) sprintf_s(dllpath, sizeof(dllpath) - 1, "C:/test.dll");
if (pid)
{
if (strstr(proccessname, "csgo.exe"))
{
while (!GetModuleHandleExtern("serverbrowser.dll", pid))
{
Sleep(500);
}
}
CreateRemoteThreadMethod(pid, dllpath);
}
return 0;