Quote:
Originally posted by Kaimetsu
That's all they do? I thought they must actively modify the player's x and y position etc too.
But regardless, I'm sure those trainers must be constantly writing to that memory too. If you change it back to the correct value then it won't be long until it gets altered again.
|
They don't change the player's x and y position, lol. Since the original walking speed is "hardcoded" into the .exe they just change the value (memory writing if you will). Like I said, get it on a timer (wait that's VB >.<). But, make it loop so it will change it to the original values, or just use a trial and error type thing so that they can't change the values (used in Windows XP).