ANSWERS: 1
  • Games are programmed in a sort of assembly language. There is a block of game data and a block of commands. If you find the command that manipulates two bytes of game data at a certain addresse, if you hack the game, you can have some other code manipulate those bytes to cheat. For example, if the bytes represent character health, then you can either shut off the command that detects player damage or you can freeze those bytes to a specific value and achieve invulnerability. If it's some sort of in-game currency, you could load the two bytes to maximum value to have more money. So, generally you will want to fix those bytes to either $00 or $FF. I'm not at all sure what you were asking, but I hope that at least helps.

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy