I am working on building into a game, an in-game hacker, debugger.
Currently I am utilizing the games Score text for outputting my address,data then using
subs to inc/dec address, inc/dec data. nop data, etc.
Thus far i have built into the game via modding the BIN of the game a nice little memory browser/code
tester that allows me to hack while playing without the need for a cheat device.
My question is this. Is there a standard method used to print text to the screen that could be
placed in a sub and hooked to so that I may output more than just a single address to the screen
(i.e in game menu or popup screen that displays debugger joker keys)
or would I have to hack the game itself and somehow utilize its text display system?
Currently I am utilizing the games Score text for outputting my address,data then using
subs to inc/dec address, inc/dec data. nop data, etc.
Thus far i have built into the game via modding the BIN of the game a nice little memory browser/code
tester that allows me to hack while playing without the need for a cheat device.
My question is this. Is there a standard method used to print text to the screen that could be
placed in a sub and hooked to so that I may output more than just a single address to the screen
(i.e in game menu or popup screen that displays debugger joker keys)
or would I have to hack the game itself and somehow utilize its text display system?
Comment