Results 1 to 9 of 9
  1. #1
    wolfguardiann's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    112
    Reputation
    9
    Thanks
    1
    My Mood
    Happy

    [Help]finding DMA

    well as the titlesays , how can i find a DMAadress that , everytime i logout from the game session , everytime i do anything it change adress?(using CE)

    yeah , i tryed to search and i didnt found anything so , i read alot things on the internet on about finding these , so i did this only to make sure this is the correct way ;


    load the Ce int othe game u want , bla bla, find the adress u want , for an example , an Y coordinate ( coordinate responsable for UP coordinate)

    i found it , it is a Foat adress , means that it has 20.09~~~~ , after i reading all these things on the Inet , i found that, to find a DMA , or wth its , u need to select " finding what writes to thhis adress", so afteru move , will appear some things on the box , u open it and it will give something like


    Code:
    EAX=00000000
    EBX=00000001
    ECX=00000000
    EDX=00000113
    ESI=00000200
    EDI=00000000
    EBP=0007FDB4
    ESP=0007FD64
    EIP=01002FFB
    
    Probable base pointer =0100579C
    
    01002fe9 - cmp [0100579c],000003e7
    01002ff3 - jnl 01003007
    ------>>01002ff5 - inc [000Ec]
    01002ffb - call 010028b5
    01003000 - push 01
    as u can see that arrow is pointing towards a possible pointer that is responsable for the Y coordinate, ok , u copy it , paste on note pad or so , and copy this pointers cuz it sayd that can might be the pointer responsable for the y coordinate ( Probable base pointer =0100579C)
    so u copy the adress , put on 4 bytes and search for that adress , and it will give u TONS of addres( depending on the game ) , and it start all over agai n, so , is that right ? am imdoing everything right to find my DMA adress, so i can hook it and make a flyhack?

    Tyvm , waiting for RE messages , gl good haking!.
    1) You are on the internet
    2) You are visiting MPGH
    3) You are reading my signature
    5) You didn't noticed that point 4 is missing
    6) You just checked for point 4
    7) You are smiling

    Respect List:
    aanthonyz < you will forever belong on my list!

  2. #2
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    in Cheat Engine, hit F1 or click help and search for "pointers" and you will find a guide on this. there are also youtube videos. search on youtube for "Defeat DMA"
    Last edited by kibbles18; 12-14-2010 at 04:51 PM.

  3. #3
    wolfguardiann's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    112
    Reputation
    9
    Thanks
    1
    My Mood
    Happy
    Quote Originally Posted by kibbles18 View Post
    in Cheat Engine, hit F1 or click help and search for "pointers" and you will find a guide on this. there are also youtube videos. search on youtube for "Defeat DMA"
    i alredy searched, this is why im here , only to solve this problem , like , if im doing evrything right.

    anyways thansk , i never pressed the help button , haha , tyvm , but , anyways , my question stills.. :P
    Last edited by Hell_Demon; 12-15-2010 at 06:44 PM.
    1) You are on the internet
    2) You are visiting MPGH
    3) You are reading my signature
    5) You didn't noticed that point 4 is missing
    6) You just checked for point 4
    7) You are smiling

    Respect List:
    aanthonyz < you will forever belong on my list!

  4. #4
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    1.find the address you want
    2.right click on the address in the CE table and click Find Out What Writes To This Address. if this dosent work try Find Out What Accesses This Address.
    3.go back to game make the value of original addy change
    4.in the window that popped up when you did step 2, double click on the piece of code in it (or one if there is more then one).
    5.u should see another window that says something like extra info
    6.it should say somewhere "The value of the address needed to find the pointer is "
    7.search for that address of step 6 in CE with the hex box checked.
    you now should have the static value.
    repeat if you dont

  5. #5
    wolfguardiann's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    112
    Reputation
    9
    Thanks
    1
    My Mood
    Happy
    Quote Originally Posted by kibbles18 View Post
    1.find the address you want
    2.right click on the address in the CE table and click Find Out What Writes To This Address. if this dosent work try Find Out What Accesses This Address.
    3.go back to game make the value of original addy change
    4.in the window that popped up when you did step 2, double click on the piece of code in it (or one if there is more then one).
    5.u should see another window that says something like extra info
    6.it should say somewhere "The value of the address needed to find the pointer is "
    7.search for that address of step 6 in CE with the hex box checked.
    you now should have the static value.
    repeat if you dont
    yepp! , i was acctually doing that, but , the game im trying to hack , when u make the steps 3-4 it shows like 10~11 things(adresses/values idk) , its sooo confusing... what i do when there like tons of these things?
    Last edited by wolfguardiann; 12-15-2010 at 12:45 PM.
    1) You are on the internet
    2) You are visiting MPGH
    3) You are reading my signature
    5) You didn't noticed that point 4 is missing
    6) You just checked for point 4
    7) You are smiling

    Respect List:
    aanthonyz < you will forever belong on my list!

  6. #6
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    they all will most likely help you the same. just pick one and if i dosen't work try another and so on.
    also addys that show green are most likely the ones you want

  7. #7
    wolfguardiann's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    112
    Reputation
    9
    Thanks
    1
    My Mood
    Happy
    Quote Originally Posted by kibbles18 View Post
    they all will most likely help you the same. just pick one and if i dosen't work try another and so on.
    also addys that show green are most likely the ones you want
    yeah , theres the problem , one adress leads to like 15 more, and therent any green .... , what do i do?
    1) You are on the internet
    2) You are visiting MPGH
    3) You are reading my signature
    5) You didn't noticed that point 4 is missing
    6) You just checked for point 4
    7) You are smiling

    Respect List:
    aanthonyz < you will forever belong on my list!

  8. #8
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    whats the game?

  9. #9
    wolfguardiann's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    112
    Reputation
    9
    Thanks
    1
    My Mood
    Happy
    its an mmorpg , well , i actually did a fly hack , but it got patched , so 8im making a new one, but , now its thousands of adresses , im finding my way to the pointer once more , ill reportback

    ---merged---

    yeah , i did another one , but, when i click to fly it just stop , like a button of oN and off , not to go up xD
    Last edited by Hell_Demon; 12-16-2010 at 05:50 AM.
    1) You are on the internet
    2) You are visiting MPGH
    3) You are reading my signature
    5) You didn't noticed that point 4 is missing
    6) You just checked for point 4
    7) You are smiling

    Respect List:
    aanthonyz < you will forever belong on my list!