Additional Info
|
I want to hack a game called SuperFighters so I did.
I want to hack the hp and found its health hex code but whenever I try to add a new fresh opcode to replace 100 with 5000(since 88 27 takes up to spots) but when I do, the game doesn't load. Any solutions? Thank you! Also the hex editor I am using is HXD Opcode: 5e a2 02 24 (64) 68 a2 02 ^Health |
Additional Info
|
you can try keep the bytes the same (i.e. yours is 2 bytes, original is 1?) find the highest number with 1byte long hex
|
Additional Info
|
The highest you can go is 127, not the number I was looking for, but thanks for the post. Any more help would be appreciated.
|
Additional Info
|
Quote from: "JPURSPTLIEN" The highest you can go is 127, not the number I was looking for, but thanks for the post. Any more help would be appreciated.sorry to bump, but I answered already so I want to fin helping. On CE if you find the address of the hp first, then find what writes to this address and go into the assembler view you can change the (-)hp value and NOP it |