Results 1 to 4 of 4
  1. #1
    PsychicSounds's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    35
    Reputation
    8
    Thanks
    0
    My Mood
    Doh

    Writing bytes to memory without pushing down previous memory

    I have some bytes that I write to a address lets say the address is 0x577323,
    before I have changed the bytes the bytes equal 9384 29230000 and lets say I am trying to write 3774 93840000 to it. If I write that to it it pushes the 9384 29230000 down to other addresses so heres the cheat engine view

    Before
    Code:
    00577323 = 9384 29230000
    00577325 = 37 89
    00577325 = 37 89
    00577325 = 37 89
    00577325 = 37 89
    00577325 = 37 89
    After I run hack
    Code:
    00577323 = 3774 93840000
    00577325 = 93 84
    00577325 = 29 23
    00577325 = 00 00
    So my question is how do I write the memory without pushing the already written memory down?
    My Youtube
    Check it out for Dubstep, commentarys, hacks, hack tutorials and other stuffs


    List of achievments
    = finished
    = not done

    make a solitaire trainer(shutup) =
    diablo 2 trainer =

  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    i dont know what you're doing but thats not normal behavior for any type of memory writing, therefor you must be doing something very retarded.
    that, and there is no way for an addresss to take those values...
    Last edited by Hell_Demon; 06-06-2011 at 12:17 AM.
    Ah we-a blaze the fyah, make it bun dem!

  3. #3
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by Hell_Demon View Post
    i dont know what you're doing but thats not normal behavior for any type of memory writing, therefor you must be doing something very retarded.
    that, and there is no way for an addresss to take those values...
    Which is why this thread had zero replies up til yours. Because no one understood what the frick he's doing x)

  4. #4
    PsychicSounds's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    35
    Reputation
    8
    Thanks
    0
    My Mood
    Doh
    lol sorry I figured out what was happening when I was doing WriteProcessMemory I
    declared the size of the bytes by doing sizeof(bytes) when that gave the wrong value I had to type in the number of bytes manually :P
    My Youtube
    Check it out for Dubstep, commentarys, hacks, hack tutorials and other stuffs


    List of achievments
    = finished
    = not done

    make a solitaire trainer(shutup) =
    diablo 2 trainer =