Is this still working??
Does it still work?
Does it still work?
case DLL_PROCESS_ATTACH: // A process is loading the DLL.
DisableThreadLibraryCalls(hModule);
GetModuleFileName(hModule, dlldir, 512);
for (size_t i = strlen(dlldir); i > 0; i--) { if (dlldir[i] == '\\') { dlldir[i + 1] = 0; break; } }
CreateThread(NULL, 0, InitializeHook, NULL, 0, NULL);
break;
Get the base address yourself. You don't seem to have a clue what you are talking about.Quote:
Someone have BaseAdress + IDA MapFile (Unpacked EXE)? Interesting to check something.
+ If you agree send me some snippets by the PM i understand a bit of C++ and not fully noob / leecher. Will work on this and upgrade it a bit.
So, as i can see, you use the DirectX Driver in DX 11 to inject the Cheat. This is good but i miss the kernel mode.
Injecting thru memory will be detected after some days / houres. i personally will this only use on dumb testing accounts not on my main accounts.PHP Code:case DLL_PROCESS_ATTACH: // A process is loading the DLL.
DisableThreadLibraryCalls(hModule);
GetModuleFileName(hModule, dlldir, 512);
for (size_t i = strlen(dlldir); i > 0; i--) { if (dlldir[i] == '\\') { dlldir[i + 1] = 0; break; } }
CreateThread(NULL, 0, InitializeHook, NULL, 0, NULL);
break;