Page 1 of 1

DLL Injector upgrade..

PostPosted: Fri May 02, 2008 8:39 pm
by DarkZero
Well i am playing a lot of COD4
and i fount the DLL for wallhack and no recoil..

The problem is that when i join Punk Buster servers i get detected
and kicked from the server..( and if i do it more than 1s i get banned) ...

Is there anyway that i can make the DLL be INVISIBLE so it wont be
detected from PB??? ...

When i play i usually close the mhs dll window and the MHS program..
Does it make a diference if i have it opened or not?

PostPosted: Fri May 02, 2008 9:20 pm
by mezzo
it's not detecting MHS, but the DLL you injected.
So I doubt that closing MHS will have any effect whatsoever.

PostPosted: Fri May 02, 2008 9:52 pm
by DarkZero
Well i knew that... i wasnt sure ..
Still...Is there a way that we can make the
Dll's that get injected to be <<INVISIBLE>> :?:

PostPosted: Sat May 03, 2008 12:16 am
by L. Spiro
Modify them to change their CRC/MD5 each time they are injected.
Modify the size of the DLL each time it is injected.
Modify the file time and header bits each time it is injected.
Modify the build path each time it is injected.
Modify some of the code each time it is injected.

Encrypt all strings in the DLL.


L. Spiro

PostPosted: Thu May 08, 2008 6:34 pm
by DarkZero
?????????
L in thought u knew...
I am a total noob ...
How can i do all this...
I have the brain size of a nut..
Plz if u have time...explain it step by step,
so that i can undrestant it ....

PostPosted: Fri May 29, 2009 4:19 am
by tkbnj
Modify them to change their CRC/MD5 each time they are injected.
Modify the size of the DLL each time it is injected.
Modify the file time and header bits each time it is injected.
Modify the build path each time it is injected.
Modify some of the code each time it is injected.

Encrypt all strings in the DLL.


i would like to know how to do this as well, perhaps you could write a quick guide or point us in the right direction to some useful websites. would greatly appreciate any help.

PostPosted: Fri May 29, 2009 6:55 am
by L. Spiro
I know of no websites that cover this material. Figuring it out on your own is only a matter of studying the PE file format.

Any changes you make to the DLL will automatically change its MD5/CRC. Adding bytes to the end of the file changes its size and CRC/MD5 at the same time.

the rest is simply a matter of finding the data you want to change in the file and changing it. Only the header bits (magic numbers) are tricky, since they are based off certain numbers that must add up to another number.


L. Spiro