0
I wanted to know what Read Process Memory is. Because I’m trying to make a bot for a game, and I was told that I would need to use this, to see where for example the character’s life is stored in memory.
0
I wanted to know what Read Process Memory is. Because I’m trying to make a bot for a game, and I was told that I would need to use this, to see where for example the character’s life is stored in memory.
1
This is a comprehensive and complex question, but Read Process Memory
is the process of reading memory, in your case the life of the character that is stored in memory.
The first step would find the memory address, using a memory editor, for example the Cheat Engine (widely used in games).
Second step would edit the data in that memory address.
Now how to do this depends on the Programming Language you are using.
Browser other questions tagged memory
You are not signed in. Login or sign up in order to post.
Without context it’s a little complicated to answer. You don’t even say language. Is that what they’re talking about? https://msdn.microsoft.com/en-us/library/windows/desktop/ms680553(v=vs.85). aspx
– Maniero