What were some of your earliest hacking methods?
I remember before there were any known debuggers, and long before I knew any assembly, I used a very time consuming method to find the ROM addresses for the price of items, monster/enemy HP, etc (mostly for RPG's).
I would go to Gamefaqs and read a guide to find the most expensive items in the game, and then convert those prices into hex and search for every occurrence in the ROM with a hex editor. They were usually 2 byte numbers, so there were anywhere from a few, to 20 or more matches in the ROM. I would change each one in the ROM until I found the right one by going into a shop and seeing if the price had changed. Once you found the first one, the rest were pretty easy. All in all... VERY time consuming, but effective. I remember one trick I used was to number each occurrence sequentially... I would change the 1st occurrence to 01, the second to 02, etc. Then when I went into the shop, the new price of the item would tell me which occurrence had changed it.
I remember before there were any known debuggers, and long before I knew any assembly, I used a very time consuming method to find the ROM addresses for the price of items, monster/enemy HP, etc (mostly for RPG's).
I would go to Gamefaqs and read a guide to find the most expensive items in the game, and then convert those prices into hex and search for every occurrence in the ROM with a hex editor. They were usually 2 byte numbers, so there were anywhere from a few, to 20 or more matches in the ROM. I would change each one in the ROM until I found the right one by going into a shop and seeing if the price had changed. Once you found the first one, the rest were pretty easy. All in all... VERY time consuming, but effective. I remember one trick I used was to number each occurrence sequentially... I would change the 1st occurrence to 01, the second to 02, etc. Then when I went into the shop, the new price of the item would tell me which occurrence had changed it.
. Im first hacking game in snes where called Star Ocean and i hack in that game infinite gold in hex table where i making it normall(just turn on game and code in that game it was he he he i have that snes rom for this moment ha ha ha
Comment