Hight-Jump Without Error =]]z

Posts 115 of 26 · Page 1 of 2
Hight-Jump Without Error =]]z
Work Without Client Error:
Code:
	class LTObject
	{
		public:
		char _0x0000[4];
		LTVector BoxMin;				
		LTVector BoxMax;				
		char _0x001C[128];
		LTVector Scale;					
		char _0x00A8[4];
		unsigned int Type;				
		char _0x00B0[8];
		LTVector Dimentions;			
		char _0x00C4[12];
		LTVector ModelCullingPosition;	
		char _0x00DC[4];
		LTVector Position;				
		LTRotation Rotation;			
		LTVector Velocity;				
		LTVector GlobalForceOverride;	
		char _0x0114[8];
		LTVector Acceleration;			

	};
Code:
unsigned long dwPlayer	= *(unsigned long*)(g_CShell + wPlayerPointer);
dwPlayerInfo* IsPlayer	= (dwPlayerInfo*)dwPlayer;
if(GetModuleHandleA("Object.dll") && dwPlayer != NULL)
{
	if(MovingToUpSize == 1)
	{
		unsigned long pLTObject = *(unsigned long*)(dwPlayer + 0x380);
		LTObject* MyObject = (LTObject*)pLTObject;
		if(GetAsyncKeyState(VK_SPACE) < 0)
		{
			float GoUp = MyObject->Position.y;
			MyObject->Position.y = GoUp + 35.0f;
		}
	}
}
Oh my, seems like the great BOT is still here
where I need put that cod*??
unsigned long pLTObject = *(unsigned long*)(dwPlayer + 0x380);

what is this?
Quote Originally Posted by _Mike92 View Post
unsigned long pLTObject = *(unsigned long*)(dwPlayer + 0x380);

what is this?
The offset to local player object instance inside CPlayerClntBase.
Quote Originally Posted by _Mike92 View Post
unsigned long pLTObject = *(unsigned long*)(dwPlayer + 0x380);

what is this?
Is pLayerLocalClient.
Can you help me unpack Cshell ?
Giúp mình unpack file cshell với bạn, mình sử dụng loadlib mà nó báo lỗi, bạn có skype hay fb gì cho mình xin mình học hỏi với.
Thank you, it work prefectly

... @*****

Code:
if (GetAsyncKeyState(0x20) )
{
	if (!IsReady)
	{
		pEngine>pLTClientShell->pPlayerLocal->Object->Pos.y += 10.0f;
	}
}
Copy & Paste to ur project then compiler!
Quote Originally Posted by don charles pascua View Post
Where do i put this sir?
This isn't a hack on it's own, it's a coding language that can be compiled into a hack.
hope you get that.
***** sr :v but can you give me the tool inject hack file :v i just a new bie in C++

- - - Updated - - -

***** sr :v but can you give me the tool inject hack file :v i just a new bie in C++
Quote Originally Posted by MEB :3 View Post
***** sr :v but can you give me the tool inject hack file :v i just a new bie in C++

- - - Updated - - -

***** sr :v but can you give me the tool inject hack file :v i just a new bie in C++
search in forum CrossFire Spammers, Injectors and Multi Tools or use simple perx injector in GG
Gonna try it soon
Great Job
Posts 115 of 26 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?