Having a problem.
Hello everyone.
As I always do before I work with a new hack for a new game, I always test the game by injecting an empty dll but seems like CA EU is detecting empty dll's, can anyone give me a solution to this problem?
I have tryed everything but nothing seems to be working and I have never worked with a game that detects empty dll's.
I am just bypassing d3d hooks, everything should be undetected by itself.
It's not detecting an empty DLL. It's throwing an error, because theirs nothing in the DLL that can make the game continue to run. Theirs no hooks/DLLMain etc..
They have got some functions to detect dlls, it could be a fail and they made a pattern of dllmain, or hs is looping through the modules and doesnt like the name or something. Try to unlink the dll from peb and use the hide functions spreaded over here.