Hight-Jump Without Error =]]z

Posts 1626 of 26 · Page 2 of 2
How To Download This Cheat? Please Reply Me...
The offset 0x380 is not correct for ZM/Biohazard as there is another class used for the player pointer.
Here's a function that calls a virtual function in the class instead (giving correct player object pointers for all game modes) :
Code:
//offset pattern (CShell) : C6 46 ?? 00 0F 84 ?? ?? ?? ?? 8B 11 8B 42 [??] FF D0 50 E8
__declspec(naked) LTObject *GetPlayerObject(void *pClient) // pClient = (void*)dwPlayer
{
	__asm
	{
		MOV ECX, [ESP+4] //pClient
		MOV EAX, [ECX] //pClient->vtable
		MOV EAX, [EAX+0x58] //pClient->vtable->GetObject (currently offset 0x58)
		CALL EAX
		RETN
	}
}
ComboDance and what program you use to make this hack ? C++ , dev C++ or any program else
:3 ***** would you please give me string of high jump
Quote Originally Posted by thanhhan31 View Post
Thank you, it work prefectly
Where Did You put The Code ?
Quote Originally Posted by ipoygwapo View Post
Where Did You put The Code ?
visual studio....
Quote Originally Posted by ipoygwapo View Post
Where Did You put The Code ?
Copy and paste to Notepad. then save with Name.Dll and inject to crossfire!
tutorial? please not working in cfna
I did not understand anything you give some link to download the old link you give
where do I paste these codes? please I want to be a hacker and no one wants to help me
So i only need to rename it to .dll with notepad and inject it?
Posts 1626 of 26 · Page 2 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?