Results 1 to 13 of 13
  1. #1
    iphuc's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    2

    Making CHAMS ONLY!

    Hi there I'm wanting to learn how to JUST MAKE CHAMS ONLY! So I hope there is someone out there to walk me down my FIRST hack. I've been watching some C++ videos and stuff like that on how to hack and stuff. So if anyone has some spare time on their hands, PLEASE I would LOVE a helping hand! Thanks in advance!

  2. #2
    nigger's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    224
    Reputation
    64
    Thanks
    95
    da answer iz PushToConsole("SkelModelStencil 1"); brace yo'self foo'!

  3. #3
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Code:
    void chams(){
    const char* chams = "SkelModelStencil 1";
    __asm PUSH chams
    __asm MOV EAX, 0x48B5B0
    __asm CALL EAX
    __asm ADD ESP, 4
    }
    Should work... If not, go fuck yourself
    Also @******
    Last edited by Saltine; 10-27-2012 at 09:08 PM.

    Oh no! Vortex is gay!

  4. The Following User Says Thank You to Saltine For This Useful Post:

    Assassin_ (10-30-2012)

  5. #4
    legendy's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Los Angeles
    Posts
    16
    Reputation
    10
    Thanks
    6
    My Mood
    Aggressive
    Since i haven't seen people reply to this thread with real help i feel the need on providing some information for you.

    You will need decent knowledge on C++.
    You will need to know how hooking and detouring works.
    Basic Reverse engineering knowledge.

    hook a engine function to render ( don't do it on a common function since anti cheats might detect it fast ) try to use your brain and find something less common that will allow you to render.

    this if for d3d Chameleon walls.

    or simply do as above find a function to render and call the SendToConsole function to call the engine built in chams.

  6. #5
    -Bl00d-'s Avatar
    Join Date
    Sep 2011
    Gender
    female
    Location
    Imma girl what about it?
    Posts
    481
    Reputation
    10
    Thanks
    53
    My Mood
    Twisted
    1.Hook DrawIndexedPrimitive
    2. disable Z buffer
    3 draw chams with CA stride (i think its 44)
    4 keep it undetected... cough detour cough
    5 own

    also may want to use a do once loop for colored chams or your gonna lagg like a bitch

  7. #6
    Shadow`'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    MN
    Posts
    636
    Reputation
    74
    Thanks
    3,014
    My Mood
    Relaxed
    Quote Originally Posted by -Bl00d- View Post
    1.Hook DrawIndexedPrimitive
    2. disable Z buffer
    3 draw chams with CA stride (i think its 44)
    4 keep it undetected... cough detour cough
    5 own

    also may want to use a do once loop for colored chams or your gonna lagg like a bitch
    Lol... a detour has nothing to do with DrawIndexedPrimitive hooks being undetected.
    Currently coding applications in Java and C++.

    "It is change, continuing change, inevitable change, that is the dominant factor in society today. No sensible decision can be made any longer without taking into account not only the world as it is, but the world as it will be." -Isaac Asimov

  8. #7
    nigger's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    224
    Reputation
    64
    Thanks
    95
    Quote Originally Posted by Shadow` View Post
    Lol... a detour has nothing to do with DrawIndexedPrimitive hooks being undetected.
    Yo Use hotpatching if you wants ta do uh DIP hook what 'chew thinkin' man?

  9. #8
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Just write your relative jump to the 5 bytes before the function and then set the first 2 instructions to JMP SHORT.

    Oh no! Vortex is gay!

  10. The Following User Says Thank You to Saltine For This Useful Post:

    -Bl00d- (10-30-2012)

  11. #9
    nigger's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    224
    Reputation
    64
    Thanks
    95
    Quote Originally Posted by Saltine View Post
    Just write your relative jump to the 5 bytes before the function and then set the first 2 instructions to JMP SHORT.
    I will bust a cap in yo ass foo'

  12. #10
    -Bl00d-'s Avatar
    Join Date
    Sep 2011
    Gender
    female
    Location
    Imma girl what about it?
    Posts
    481
    Reputation
    10
    Thanks
    53
    My Mood
    Twisted
    lmao i was so drunk s last light at least i something right haha
    . idk what i was a doing with the detour crap lol

  13. #11
    98MustangGt's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    shouldnt even need the stride, disable z buffer, color the textures u want colored, enable z buffer, color them with another

  14. #12
    supremejean's Avatar
    Join Date
    Jun 2012
    Gender
    female
    Posts
    32
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by 98MustangGt View Post
    shouldnt even need the stride, disable z buffer, color the textures u want colored, enable z buffer, color them with another
    How is it going to know what to color without strides?

  15. The Following User Says Thank You to supremejean For This Useful Post:

    -Bl00d- (10-30-2012)

  16. #13
    -Bl00d-'s Avatar
    Join Date
    Sep 2011
    Gender
    female
    Location
    Imma girl what about it?
    Posts
    481
    Reputation
    10
    Thanks
    53
    My Mood
    Twisted
    Quote Originally Posted by supremejean View Post
    How is it going to know what to color without strides?
    good to see someone learning the old skool

  17. The Following User Says Thank You to -Bl00d- For This Useful Post:

    supremejean (11-01-2012)

Similar Threads

  1. How to make Chams for Warrock
    By Str8Thimo in forum Game Hacking Tutorials
    Replies: 4
    Last Post: 03-07-2012, 07:27 PM
  2. MAKING CHAMS HACK...
    By 95king in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 09-21-2008, 12:08 PM
  3. How do i make chams?
    By Rico760 in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 08-31-2008, 09:33 PM
  4. Who now how to make cham hack
    By sammie3 in forum Combat Arms Hacks & Cheats
    Replies: 9
    Last Post: 08-31-2008, 10:58 AM
  5. Can you make chams out of a cheat engine?
    By 12egoldi in forum Combat Arms Hacks & Cheats
    Replies: 29
    Last Post: 08-29-2008, 09:35 PM