Thumbs downInvaild shell dll CShell.dll Error !!!

Posts 113 of 13 · Page 1 of 1
Invaild shell dll CShell.dll Error !!!
^^ why this error !!?!?
You are using LoadLibrary and you don't know how to use it right.
Btw there are still several methods of loading CShell etc.
Like @[H]aaBX Said
Or The LoadLib Isn't working anymore bec CShell is protected with themida
Quote Originally Posted by sobasoba13 View Post
Like @[H]aaBX Said
Or The LoadLib Isn't working anymore bec CShell is protected with themida
no -.- loadlib is still working..
Quote Originally Posted by Scynix View Post
no -.- loadlib is still working..
I KNow I mean The one he has
Quote Originally Posted by sobasoba13 View Post
I KNow I mean The one he has
Dude, we're talking about getting handle of CShell.dll
Quote Originally Posted by [H]aaBX View Post
You are using LoadLibrary and you don't know how to use it right.
Btw there are still several methods of loading CShell etc.
yeah i used it , and use several methods but all detected !!?
are they detected or what !? @[H]aaBX
I thought We Are talking how to load it sorry -.-
Quote Originally Posted by DarkPladin View Post
yeah i used it , and use several methods but all detected !!?
are they detected or what !? @[H]aaBX
They are definetly not detected. Try to find a way to prevent the X-Trap Detection. I wont help you any longer
Quote Originally Posted by [H]aaBX View Post
They are definetly not detected. Try to find a way to prevent the X-Trap Detection. I wont help you any longer
ok thanks anyway , i will start from here
Oi... instead of attacking the anticheat, which is never smart imo; Evade the detection by not using the checked API. Yes, GetModuleHandle is checked from ring0 to see if it is accessing CShell ( not sure about other modules ) I suggest you using a different method to transverse the module list... Good luck
Wallhack is the most easy hack that I can make, so you better try to make a d3d hack before making an advance hack with memory.
Quote Originally Posted by ~FALLEN~ View Post
Oi... instead of attacking the anticheat, which is never smart imo; Evade the detection by not using the checked API. Yes, GetModuleHandle is checked from ring0 to see if it is accessing CShell ( not sure about other modules ) I suggest you using a different method to transverse the module list... Good luck
i tried to handle it then return with its handle in a DWORD Function () like that :
Code:
DWORD WINAPI Dark(){    while(1){    
        if(!Dark)
        return (DWORD)GetModuleHandle(L"CShell.dll");
    }
        Pl();
}
do u mean that i must change the way to save the handle ?
sry 4bad english ! :/

Quote Originally Posted by Pronome191 View Post
Wallhack is the most easy hack that I can make, so you better try to make a d3d hack before making an advance hack with memory.
i want to make the hook to the mem. functions not d3d , but it is always detected !
Posts 113 of 13 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?