Results 1 to 8 of 8
  1. #1
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful

    Exclamation How To Code A Memory Hack For Combat Arms

    Hey guys, zmansquared here. (Maybe this could be stickied for further reference.

    Ok this is how to code a simple memory hack for combat arms. Steps:

    1. Ask your self what are you trying to do?

    2. Search for the addie(s) you want to find in cshell, or game via olly, mhs, ida, etc. that correspond to what you are trying to achieve in your hack.

    3. Ok, first youll want to define the addie. Say our addies are 0x000010 and 0x000001.
    #define Ad_1 0x000010 //followed by the bytes
    #define Ad_2 0x000001 //followed by the bytes

    4. Time to write the code. it would look like this:

    if( Menu.mOpt[X].nopt > "Off" ) //X= menu number option
    {
    Memoria(( void* )( dwCShell + Ad_1 ), "//bytes, //number of bytes );
    Memoria(( void* )( dwCShell + Ad_2 ), "//bytes, //number of bytes );

    }

    5. Bytes are found by enter the addy into mhs or something then noping it. (ex) say we got this when we noped it \x90\x90\x90, then that would equal the bytes and the number of bytes would be 3. (how many times x90 occured.

    Hope This Helps!!!

    Zach


    POST QUESTIONS, i am here to help



    THANK ME!!!
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  2. The Following 3 Users Say Thank You to zmansquared For This Useful Post:

    BloodSkin (06-26-2010),haloassasin (06-28-2010),whatup777 (06-27-2010)

  3. #2
    BloodSkin's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Columbus, OH
    Posts
    353
    Reputation
    11
    Thanks
    63
    bookmarked. thanks for the killer info!

  4. #3
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    Thanks. IF anyone posts addies here ill put them into a hack for you.
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  5. #4
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    This doesnt really help anyone at all.
    What about the acutal Memoria function?

    What about locking addresses at a specific address?

  6. #5
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Post the memoria function or this is useless.
    -Rest in peace leechers-

    Your PM box is 100% full.

  7. #6
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    acid burn has the full info on his Use Full functions thread so this isn't really needed also it is incomplete..

  8. #7
    RageKnight's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    43
    My Mood
    Sleepy
    Err,
    Nice post, but ac1d_buRn already posted this....

  9. #8
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    Ok, then you can delete it.

    /close or what ever you want zoom
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

Similar Threads

  1. how to create a hack for combat arms eu?
    By d4n13l in forum Combat Arms Help
    Replies: 2
    Last Post: 05-12-2010, 05:59 AM
  2. How exactly would you program a hack for combat arms?
    By rawr2009 in forum Combat Arms Help
    Replies: 3
    Last Post: 09-24-2009, 06:11 AM
  3. im wondering how to get hacks for combat arms?
    By hackca4life in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 04-09-2009, 09:29 PM
  4. I cant find out how to use the publis hacks (for combat arms)
    By yoyo12121 in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 12-27-2008, 09:38 AM
  5. Best place to get hacks for Combat Arms?
    By Callousone in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 08-08-2008, 02:23 PM