Thread: Memory help

Results 1 to 6 of 6
  1. #1
    garupede's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Location
    WHERE'S DA PUSSY
    Posts
    40
    Reputation
    10
    Thanks
    55
    My Mood
    Twisted

    Memory help

    Hi guys,
    I need your help: basically I know how to use C/C++ ( well I couldn't actually work as coder lmao but I know a bit ). My level allows me to code different stuffs from what is strictly linked to the memory. I mean, to code hacks you have to work with memory: I wanna try editing some stuffs and before I wanted to edit a trainer to change kills, deaths, points and stuffs ( in the barracks of teknomw3 ): something easy ( that most of you could code in few minutes perhaps ) but that get me into this way of coding. But, once I find the specific cell where a component is, that is the same everytime? For example, I found that the number of kills is contained into the cell 0x005C ( just an example ), will this cell always be used for this use? Or it changes everytime. If it changes, how can edit something which works everytime?
    Thanks to whoever will help me.

  2. The Following User Says Thank You to garupede For This Useful Post:

    manu2405_ (02-07-2017)

  3. #2
    Tightmarrow's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    40
    Reputation
    31
    Thanks
    21
    Try to restart the game and see if you can still edit it properly, if not, do a pointerscan with cheat engine then just use the offsets to write to it.

  4. #3
    garupede's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Location
    WHERE'S DA PUSSY
    Posts
    40
    Reputation
    10
    Thanks
    55
    My Mood
    Twisted
    Okay wait I am not understanding ahah sorry..
    for example, I found the cell where Minacraft put the red flowers, so I put them at 100; if I close Minecraft and then I open it again and I pick up a red flower, if I modify the cell where the red flowers were in the old gameplay, will my flowers get modified this time too?
    This is what I meant for " how memory works ".

  5. #4
    Tightmarrow's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    40
    Reputation
    31
    Thanks
    21
    Quote Originally Posted by garupede View Post
    Okay wait I am not understanding ahah sorry..
    for example, I found the cell where Minacraft put the red flowers, so I put them at 100; if I close Minecraft and then I open it again and I pick up a red flower, if I modify the cell where the red flowers were in the old gameplay, will my flowers get modified this time too?
    This is what I meant for " how memory works ".
    Well I've never heard of anything called cells so I guess that's why I don't get it.

  6. #5
    RoPMadM's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    __asm
    Posts
    226
    Reputation
    12
    Thanks
    251
    My Mood
    Cynical
    What do you mean by "cell"?

    You can find inter alia the following terms in memory editing:
    addresses(0x44AD6890), offsets(0x20D), values(100, 0.29, etc.)

    There are static addresses wich won't change after a game restart.
    And there are dynamic addresses wich will be calculated by the game process.
    If your address is changing after a game restart you need to do a pointerscan or calculate it by yourself.



    EDIT:
    If you don't know how memory works you should first learn basics of C++ and check how RAM is beeing used.


    Last edited by RoPMadM; 12-30-2016 at 09:08 AM.

  7. #6
    garupede's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Location
    WHERE'S DA PUSSY
    Posts
    40
    Reputation
    10
    Thanks
    55
    My Mood
    Twisted
    Quote Originally Posted by RoPMadM View Post
    If you don't know how memory works you should first learn basics of C++ and check how RAM is beeing used.
    Yeah this is raccomanded in my case I guess..

Similar Threads

  1. [Help Request] c++ need help about read/write process memory
    By nepafter37 in forum C++/C Programming
    Replies: 15
    Last Post: 04-08-2016, 01:00 AM
  2. [Solved] Reading Memory Help?
    By unSatisfied in forum C# Programming
    Replies: 3
    Last Post: 12-20-2015, 04:12 PM
  3. [Help Request] READ MEMORY AHK HELP
    By fzr90 in forum Battlefield 4 Help
    Replies: 0
    Last Post: 11-18-2015, 10:22 AM
  4. [Help Request] Help writing to memory.
    By kinibayVIP4 in forum Crossfire Coding Help & Discussion
    Replies: 10
    Last Post: 04-16-2013, 09:49 AM
  5. help memory violation
    By ironman in forum WarRock - International Hacks
    Replies: 10
    Last Post: 08-21-2007, 06:48 PM