Posted: Sat May 28, 2016 11:22 am Post subject: Changing opcode location
I'm currently working on making a cheat table for a puzzle slider game (e.g. Bejeweled) where the addresses for current score, score needed to win, remaining moves, etc., change every time a new round is started. I've already found working pointers for all the values I want to manipulate. In order for a round to be counted as a win, the current score must equal the score limit exactly (i.e., you can't win by setting the score to 999,999, when the limit is only 5,000).
I want to make a code injection on the opcode that writes to the score so that as soon as that value changes, it gets set to the same value as the score limit, creating an instant victory. However, I've found that the address for this opcode changes with every startup of the game. Is it possible to create a script that will always replace the right opcode, or should I take a different approach?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum