Thread: Question, :)

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    CoderDream's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    5
    My Mood
    Aggressive

    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..

  2. #2
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Why yes, yes there is.

  3. The Following User Says Thank You to Crash For This Useful Post:

    markoj (11-22-2010)

  4. #3
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Just gotta believe
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  5. #4
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    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.

  6. #5
    wassup40's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    I dont know help me
    Posts
    2,238
    Reputation
    28
    Thanks
    790
    My Mood
    Lurking
    Lol there's ptc's for bones /

  7. #6
    .L33T's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    80
    Reputation
    9
    Thanks
    49
    My Mood
    Cool
    Quote Originally Posted by wassup40 View Post
    Lol there's ptc's for bones /
    Yes, like the troll hack you got on your signature.

  8. #7
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Code:
    GetBone();

  9. #8
    CoderDream's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    5
    My Mood
    Aggressive
    Lol can anyone help me with getting the bone with ptc?

  10. #9
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by CoderDream View Post
    Lol can anyone help me with getting the bone with ptc?

    You got [img]https://download.gallery.star*****m/d.dll/1~23~236~150572/LARGE.jpg[/img]ed.

  11. #10
    CoderDream's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    5
    My Mood
    Aggressive
    Quote Originally Posted by Crash View Post

    You got [img]https://download.gallery.star*****m/d.dll/1~23~236~150572/LARGE.jpg[/img]ed.
    Lol... [img]https://download.gallery.star*****m/d.dll/1~23~236~150572/LARGE.jpg[/img]lin is no good mang .. Anyways

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

    /

  12. #11
    BSOD's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    181
    Reputation
    31
    Thanks
    35
    Code:
    DrakePush(ModelDebug_DrawSkeleton 1)

  13. The Following User Says Thank You to BSOD For This Useful Post:

    CoderDream (11-22-2010)

  14. #12
    CoderDream's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    5
    My Mood
    Aggressive
    Quote Originally Posted by BSOD View Post
    Code:
    DrakePush(ModelDebug_DrawSkeleton 1)
    No reasonable DRAKE! you.. [img]https://download.gallery.star*****m/d.dll/1~23~236~150572/LARGE.jpg[/img]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;
    };
    Last edited by CoderDream; 11-22-2010 at 06:08 PM.

  15. #13
    BSOD's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    181
    Reputation
    31
    Thanks
    35
    So you were asking for a class. I thought you were asking to display enemy skeletons. /

  16. #14
    CoderDream's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    5
    My Mood
    Aggressive
    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]

    /

  17. #15
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    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?
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

Page 1 of 2 12 LastLast