I am trying to make my base undetected again and i figure out that GetModuleHandle is detected now (Thanks @bandi12 for telling me that xtrap is checking CShell calling way)
can i use loadlibrary or loadlibraryex instead of it !!!!!
And is there any way to call the thread !!!
ty
GetModulehandle Not Dedected i do i like DWORD CShell = (DWORD)GetMouleHandleA("CShell.dll");
XTrap Checks the .dll too you can change the .dll file
Originally Posted by vinke2013
GetModulehandle Not Dedected i do i like DWORD CShell = (DWORD)GetMouleHandleA("CShell.dll");
XTrap Checks the .dll too you can change the .dll file
It's not working for CF NA - you're leeching for CF EU
It's not working for CF NA - you're leeching for CF EU
You can use crypted strings.
How To ??
Originally Posted by sobasoba13
How To ??
Use Google or check your C++ Book
Not sure if it's detected with cshell but it's ok with d3d9.dll.
while (GetModuleHandle("d3d9.dll") == NULL)
Sleep(10);
Works fine but any attempt detouring gets detected
@sobasoba13
You could always code your hacks in .net. That still works.
Originally Posted by Pingo
Not sure if it's detected with cshell but it's ok with d3d9.dll.
while (GetModuleHandle("d3d9.dll") == NULL)
Sleep(10);
Works fine but any attempt detouring gets detected @sobasoba13
You could always code your hacks in .net. That still works.
As far as I know its just detecting this string: "CShell.dll"
Originally Posted by Pingo
Not sure if it's detected with cshell but it's ok with d3d9.dll.
while (GetModuleHandle("d3d9.dll") == NULL)
Sleep(10);
Works fine but any attempt detouring gets detected
@sobasoba13
You could always code your hacks in .net. That still works.
GetModuleHandleA working so nice whit CShell.dll to
@sobasoba13 check pm's i told you some intresting thing's
Originally Posted by bandi12
GetModuleHandleA working so nice whit CShell.dll to
Ah ok..
Another thing im in the process of trying, hijacking an instruction and using the game as my timer.
Im just having issues writing to the memory, seems the game is blocking it.
It might get it to work.. If i do, i'll post it up.