Thread: C++ help?

Results 1 to 13 of 13
  1. #1
    blackdragon4661's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    7
    My Mood
    Psychedelic

    C++ help?

    I am completely brand new to C++, and was wondering if somebody could help me create body chams, not NX chams, the old skool ones with the whole body a color. Thanks.

  2. #2
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    You will need some familiarity with the d3d sdk, you will also need to know the CA strides and how to hook DIP. I recommend you go buy a C++ book and read that.

  3. #3
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Good luck with that bub!hhahaha

  4. #4
    eXaLtIc™'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    203
    Reputation
    10
    Thanks
    144
    Ok first thing is:
    [1] Get a book for C++
    [2] Ounce finished with that learn D3D
    [3] Now you can make your own ****!

  5. #5
    whatup777+'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    246
    Reputation
    11
    Thanks
    15
    Stop being mean. All it is is H00kDIPPL0X(DIP);


    Thats it. /

  6. #6
    ppl2pass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    804
    Reputation
    5
    Thanks
    111
    My Mood
    Amused
    Quote Originally Posted by whatup777+ View Post
    Stop being mean. All it is is H00kDIPPL0X(DIP);


    Thats it. /
    Fag Fag Fag! Seriously if you don't have a point to say gtfo! I fuckin hate these ridiculous three year olds that spam the threads with pointless comments.

    And I will be talking to the MPGH staff about this.
    My Unbelievable-Kill BM:
    seeplusplus - updating address
    [YOUTUBE]nWgztMVIUYY[/YOUTUBE]

  7. #7
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Quote Originally Posted by ppl2pass View Post
    Fag Fag Fag! Seriously if you don't have a point to say gtfo! I fuckin hate these ridiculous three year olds that spam the threads with pointless comments.

    And I will be talking to the MPGH staff about this.
    By saying this you are spamming the thread with pointless comments that dont relate to the thread.

  8. #8
    ppl2pass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    804
    Reputation
    5
    Thanks
    111
    My Mood
    Amused
    Quote Originally Posted by CodeDemon View Post
    By saying this you are spamming the thread with pointless comments that dont relate to the thread.
    And so are you. O_O
    My Unbelievable-Kill BM:
    seeplusplus - updating address
    [YOUTUBE]nWgztMVIUYY[/YOUTUBE]

  9. #9
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Its a bit harder than you might think.

    First of you would need to hook a vtable called DrawIndexedPrimitive and SetSteamSource. Tbe easiest way (not working anymore) would be to use a detour which takes the original function and then jumps to your function then jumps back to the original one. Then you would need to get the strides and numverticies and remove the z-buffer on them and then fill the texture with a color of your liking.

    Its a bit harder than you think becouse there is no avaliable hook for DIP and SSS that works.

    Hope you solve it out

    PS. Correct me if im wrong

  10. #10
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    Body is much easier as it is just a simple PTC command...
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  11. #11
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    The immaturity of this section is unbelievable..

    Making chams isn't really that hard, making it undetected is the part people have trouble with. Start from the basics of C++, don't jump right into hacking.

  12. #12
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    Quote Originally Posted by Void View Post
    The immaturity of this section is unbelievable..

    Making chams isn't really that hard, making it undetected is the part people have trouble with. Start from the basics of C++, don't jump right into hacking.
    Easier said than done... :\

    One language to learn is very hard D:

    Especially when I've been protected by the CLR to handle all my memory, now with CPP its all direct memory access and no garbage collector.... OH NOEZZ!!!!
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  13. #13
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by Void View Post
    The immaturity of this section is unbelievable..

    Making chams isn't really that hard, making it undetected is the part people have trouble with. Start from the basics of C++, don't jump right into hacking.
    Yes im wondering when that site is comming online...

    Most people will give up when you say the truth but DONT give up. Where do you think we started?

Similar Threads

  1. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  2. [Help Request] AFK Bot [help]
    By fet in forum Combat Arms Help
    Replies: 7
    Last Post: 04-28-2011, 03:17 AM
  3. [Help Request] Injector Admin help
    By asdfgas in forum Combat Arms Help
    Replies: 4
    Last Post: 04-27-2011, 06:12 PM
  4. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  5. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM