Thread: Memory Editor

Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    abuckau907's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    other side of the wire
    Posts
    1,342
    Reputation
    162
    Thanks
    239
    My Mood
    Cold
    what's different in the 2nd version?

  2. #17
    brhvitor6's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    57
    My Mood
    Amazed
    the 2nd version will be with hook and Array of b. scan, with out ReadProcessMemory and Write... This will help with anti-cheat bypass

  3. #18
    P.o.X's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    how can i red 4 byte value to a label ?

    My code :
    uint base_address = mem.baseaddress("Game.exe");
    base_address = base_address + 0x6D0CB970;
    uint address = (uint)mem.ReadPointer(base_address) + 0x68;
    address = (uint)mem.ReadPointer(address) + 0x1b4;
    address = (uint)mem.ReadPointer(address) + 0x4;
    address = (uint)mem.ReadPointer(address) + 0x9a4;
    MessageBox.Show(address.ToString("x"));

  4. #19
    abuckau907's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    other side of the wire
    Posts
    1,342
    Reputation
    162
    Thanks
    239
    My Mood
    Cold
    @P.o.X have you tested the code on 1 address to make sure it works before testing w/ 4 addr and offsets ?!

    You probably have the offsets wrong if you're getting an unexpected value. Try reading 1 addr first and make sure it can return the
    correct value before reading 4-5.
    'Some things that can be counted, don't matter. And some things that matter, can't be counted' - A.E.
    --
     

    My posts have some inaccuracies/are wrong/wrong keyword(s) used.
    They're (maybe) pretty close, and I hope they helped you, not created confusion. Take with grain of salt.

    -if you give rep, please leave a comment, else it means less.

  5. #20
    P.o.X's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by abuckau907 View Post
    <!-- BEGIN TEMPLATE: dbtech_usertag_mention -->
    @<a href="https://www.mpgh.net/forum/member.php?u=1017087" target="_blank">P.o.X</a>
    <!-- END TEMPLATE: dbtech_usertag_mention --> have you tested the code on 1 address to make sure it works before testing w/ 4 addr and offsets ?!

    You probably have the offsets wrong if you're getting an unexpected value. Try reading 1 addr first and make sure it can return the
    correct value before reading 4-5.
    Ok i made a video check it and say what i need to do,i`m not pro.

  6. #21
    Orbiter1987's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thanks for the tutorial =)

    How can I read a float number from memory using your library?

  7. #22
    abuckau907's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    other side of the wire
    Posts
    1,342
    Reputation
    162
    Thanks
    239
    My Mood
    Cold
    Quote Originally Posted by P.o.X View Post
    Ok i made a video check it and say what i need to do,i`m not pro.
    Why you no answer my question? I can't help you..

    Obviously you're finding multi-level pointers, but not reading them correctly. Start with baby steps...

    "check it and say what i need to do" - Please? No.
    Last edited by abuckau907; 02-09-2013 at 02:06 PM.
    'Some things that can be counted, don't matter. And some things that matter, can't be counted' - A.E.
    --
     

    My posts have some inaccuracies/are wrong/wrong keyword(s) used.
    They're (maybe) pretty close, and I hope they helped you, not created confusion. Take with grain of salt.

    -if you give rep, please leave a comment, else it means less.

  8. #23
    pootuba's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    1
    thx!
    so easy

  9. #24
    brhvitor6's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    57
    My Mood
    Amazed
    @Orbiter1987 floats values only on 2nd version

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Help] Undetect memory editor but hav virus
    By epan96 in forum Mission Against Terror Discussions
    Replies: 0
    Last Post: 10-30-2012, 09:48 AM
  2. [Release] Extreme Memory Editor v2
    By master131 in forum Visual Basic Programming
    Replies: 9
    Last Post: 09-08-2011, 05:55 AM
  3. [Release] Extreme Memory Editor
    By master131 in forum Visual Basic Programming
    Replies: 41
    Last Post: 05-27-2011, 03:02 PM
  4. does anyone have a memory editor?
    By mastermods in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 12
    Last Post: 08-25-2010, 09:13 AM
  5. Memory editor?
    By Allexa2 in forum Combat Arms Hacks & Cheats
    Replies: 19
    Last Post: 12-11-2008, 09:35 PM