Jump to content

Turning On/Off HDT via MCM???


Jay1646

Recommended Posts

Sorry for the bump but :

 

 

It's easy to add a "manual" hook to an existing Binary .exe file, using some reverse engineering tools, but it's going to be harder to do that to a DLL module, you can still try to check if there is source code of it or if it's made in c# (C# code is pretty easy to disassemble)

 

 

EDIT : Oh yeah, source code is available.

		HookArmor();
		HookWeapon();
		HookRender();
		HookHair();
		HookMessage(hDllHandle);
		HookMemory();
		DehookArmor();
		DehookWeapon();
		DehookRender();
		DehookHair();
		DehookMessage();
		DehookMemory();
Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use