Results 1 to 8 of 8
  1. #1
    Nathan's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    In a magical place
    Posts
    6,113
    Reputation
    394
    Thanks
    363

    How to search for basic offsets (addresses)

    Okay, since I've seen this question come arround like 50 times already, I thought I'd make a thread about it.
    I'm using an small app I made just as an example.

    1) Open up CE.
    2) Open up the process you want to memoryedit
    3) Choose your target process (MW3 is "iw5mp.exe" for MP and "iw5sp.exe" for SP)


    4) Now search for the value of the thing you want to change and hit "First scan"


    5a) Now change the value of the thing you want to change (for example kill someone in MW3) and hit "Next scan"


    5b) Keep on repeating step 5a until you have less than 10 addresses left
    6) Now add all the found addresses into your address box.


    7) Now change the value to whatever you like (or if you have more than 1, change them all, and see what ones are the correct ones)


    And you're done.

    Tell me if I need to be clearer in some things, because I know I'm shit at explaining stuff.

    @twitter/@Moto, I suggest you sticky this, as it has been asked a lot. But you two decide if it will be stickied

    Next time I'll explain how to get your addresses into C#/VB.net
    Last edited by Nathan; 11-10-2011 at 01:56 PM.

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

    giniyat101 (11-10-2011),lolbie (11-10-2011)

  3. #2
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    Nice tut man
    I love it when people keep their agreements /sarcasm ftw

  4. #3
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    nice tut, but you forgot to tell how to convert those addys to offsets (it is not hard anyway..)


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  5. #4
    igooor's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    I did the exact same thing (before reading your post) and I found address for stuff like Kills, Deaths etc...
    So I changed values of Kills, XP, Death, ... in CE and I saw the changes in barracks !
    But all the changes (except XP) came back to their "normal" value (before my changes) after playing one round online.
    Anyone has an explanation for this ?

  6. #5
    igooor's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by giniyat101 View Post
    nice tut, but you forgot to tell how to convert those addys to offsets (it is not hard anyway..)
    Hum, as you can see in my previous post, I know how to use CE but, what offsets are for ? Can't we just use addresses ? Why convert them into "offsets" ?

  7. #6
    aIW|Convery's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2,875
    Reputation
    124
    Thanks
    604
    My Mood
    Cynical
    Quote Originally Posted by igooor View Post
    Hum, as you can see in my previous post, I know how to use CE but, what offsets are for ? Can't we just use addresses ? Why convert them into "offsets" ?
    If you were making a hack that checks the HP of all players would you want to do it like this:

    client1 = 0x0A420C2
    client2 = 0x0B72940
    client3 = 0x0ff00f00
    etc.

    or

    DWORD client[18];
    for(int c = 0; c < 18; c++)
    {
    client[c] = 0x0329C4 + (c * 0x342);
    }

  8. #7
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Quote Originally Posted by aIW|Convery View Post
    If you were making a hack that checks the HP of all players would you want to do it like this:

    client1 = 0x0A420C2
    client2 = 0x0B72940
    client3 = 0x0ff00f00
    etc.

    or

    DWORD client[18];
    for(int c = 0; c < 18; c++)
    {
    client[c] = 0x0329C4 + (c * 0x342);
    }
    lol, don't even bother Convery.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  9. #8
    aIW|Convery's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2,875
    Reputation
    124
    Thanks
    604
    My Mood
    Cynical
    Quote Originally Posted by master131 View Post
    lol, don't even bother Convery.
    Hehe, we are in the MW3 section so here people will be grateful for my support instead of whining about what project I work with :3
    They'll maybe even forget that I banned like 3k of their friends =P

Similar Threads

  1. [Help] How to find for Korean WarRock Address
    By karma2 in forum WarRock Hack Source Code
    Replies: 7
    Last Post: 01-07-2012, 10:46 PM
  2. How to search for addies [Using OllyDbg]
    By TeRMiN4T0R™ in forum CrossFire Help
    Replies: 6
    Last Post: 04-29-2011, 03:14 PM
  3. Tutorial - How to use Visual Basics 6 (vb6) for WarRock hacks
    By Oneirish in forum Visual Basic Programming
    Replies: 17
    Last Post: 05-26-2008, 07:24 AM
  4. Explain searching for infinite ammo address?
    By americanguy in forum WarRock Korea Hacks
    Replies: 3
    Last Post: 05-27-2007, 07:58 AM
  5. How Would I Search For Boxes?
    By Luigid in forum WarRock - International Hacks
    Replies: 3
    Last Post: 04-23-2007, 09:10 PM