by Cody900 » Fri Nov 06, 2009 9:41 am
Well, I only know how to do it for Destroyer.
For a 4 char name, the 2 bytes for max health is at 0x000000DB, the 4 bytes preceding it (at 0x000000D7) is your current health, I think. It's 96432C01 for a basic level 1 alive Destroyer (2C01 being the max health). If you're dead, those 4 bytes will all be 00, change them to all some random values, and you should be able to continue. You can change either of 4 bytes, and it should work, you don't have to change all of them. Sometimes you'll only continue at 0 health, 1 hit will kill you again, sometimes you can start with max health. I don't know what the exact values are needed to start with what health, someone else can figure that out, but setting them all to 65 works.
The location for Destroyer will be 2 bytes forward/backwards for every character longer/shorter your name is. I have no idea about Vanquisher or Alchemist.