Find Class Esp Struct PointBlank

Posts 16 of 6 · Page 1 of 1
Find Class Esp Struct PointBlank
how to find a struct class esp
please teach me to look for it

class RenderContext
{
public:
RenderData * pRenderData;
unknown4 char [1076]; // Please give me a string to search for this
D3DXVECTOR3 bone;
D3DXVECTOR3 bone1;
D3DXVECTOR3 bone2;
};

class RenderData
{
public:
unknown0 char [2400]; // please give me a string to search for this
D3DXMATRIX ViewMatrix;
D3DXMATRIX ProjMatrix;
D3DXMATRIX GetWorldMatrix;
D3DXMATRIX WorldView [80];
};

I ask the members here
in i3GfxDx.dll

Code:
i3RenderContext::GetWorldMatrix(void) //0x1320
i3RenderContext::GetViewMatrix(void) //0x0020
i3RenderContext::GetProjectMatrix(void) //0x0060
how to put up to the source, how bro?
please help me

- - - Updated - - -

whether this kind of installation?
source
class RenderData
{
public:
char unknown[0x1320];
D3DXMATRIX ViewMatrix;
D3DXMATRIX ProjectMatrix;
D3DXMATRIX WorldMatrix;
};
Up
up
up
Please Help Me Master
Teact me please
im ' New
Quote Originally Posted by sutorrinaldi View Post
Up
up
up
Please Help Me Master
Teact me please
im ' New
class CRenderContext
{
public:
char _0x0000[32];
D3DXMATRIX ViewMatrix; //0x0020
D3DXMATRIX ProjectMatrix; //0x0060
char _0x0001[4736];
D3DXMATRIX WorldMatrix; //0x1320
};

Credits to: Jackal- and etc.
Posts 16 of 6 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?