Question, :)

Posts 115 of 21 · Page 1 of 2
Question, :)
Hello, Is there a method to get the bone of an enemy? This question relates to the ESP. And If I can get the bone the boxes would be nearly perfect. Thanks bye Coders have a Dream and so do /me..
Why yes, yes there is.
Just gotta believe
Quote Originally Posted by whatup777 View Post
Just gotta believe
He asked if there was a way and I told him there was because there is.
Lol there's ptc's for bones /
Quote Originally Posted by wassup40 View Post
Lol there's ptc's for bones /
Yes, like the troll hack you got on your signature.
Code:
GetBone();
Lol can anyone help me with getting the bone with ptc?
Quote Originally Posted by CoderDream View Post
Lol can anyone help me with getting the bone with ptc?

You got ed.
Quote Originally Posted by Crash View Post

You got ed.
Lol... lin is no good mang .. Anyways

struct Bone
{
int Head;
int Chest;
int Nuts;
int Legs;
};

/
Code:
DrakePush(ModelDebug_DrawSkeleton 1)
Quote Originally Posted by BSOD View Post
Code:
DrakePush(ModelDebug_DrawSkeleton 1)
No reasonable DRAKE! you.. LIN

Code:
class Bone
{
public:
	char head[1];
	__int32 iHead;  
	char chest[2];
	__int32 iSternum;	
	__int32 iShoulder;	
	char Nut[1];
	float nuts;				
	char Legs[2];
	__int32 iLeftLeg;
        __int32 iRightLeg;	
	D3DXVECTOR3 Pos;
	char Feet[1];
	__int32 iFeet;
};
So you were asking for a class. I thought you were asking to display enemy skeletons. /
Quote Originally Posted by BSOD View Post
So you were asking for a class. I thought you were asking to display enemy skeletons. /
Yes, For esp and Aimbot but o well, Drake I also want to see there bones
[php]
class CBone
{
public:
char Body[7]
int Skull;
int Chest;
int LArm;
int RArm;
int Nuts;
int LLeg;
int RLeg;
};
[/php]

/
Quote Originally Posted by CoderDream View Post
Yes, For esp and Aimbot but o well, Drake I also want to see there bones
[php]
class CBone
{
public:
char Body[7]
int Skull;
int Chest;
int LArm;
int RArm;
int Nuts;
int LLeg;
int RLeg;
};
[/php]

/
Why would it be an Int?
Posts 115 of 21 · Page 1 of 2

Post a Reply

Tags for this Thread

None

Need help?