• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[C]Basic NameESP patch for jul08

Status
Not open for further replies.
Newbie Spellweaver
Joined
Aug 22, 2010
Messages
34
Reaction score
56
If you have problems on your gunz, the players are using NameESP for win clan wars, etc ...

This is a little patch, in your .dll anti-hack create a thread of this function :

Code:
CreateThread( 0, 0, (LPTHREAD_START_ROUTINE)ZAntiNameESP, 0, 0, 0 );

The function :

Code:
[COLOR="Blue"]void[/COLOR] ZAntiNameESP()
{
	[COLOR="Blue"]while[/COLOR]( [COLOR="Blue"]true[/COLOR] )
	{
		[COLOR="Blue"]if[/COLOR]( *(DWORD*)0x403209 != 0xCC0004C2 || *(WORD*)0x40A31F != 0x08EB )
		{
			// ban here
		}
	
		Sleep( 1000 );
	}
}

I hope help some one.
 
Last edited:
Status
Not open for further replies.
Back
Top