Code:
Game Code/ID : YVTE 7BAECEA9
For the fun of it, here are different versions of an infinite life code. I hope it will not confuse too many peoples... :
1) As it uses the C4 code type, this code will
only work on the real AR v1.54 (or higher I suppose), the trainer toolkit (with the AR v1.52 or 1.54), and I guess NitroHax. 17 lines total.
Code:
Infinite Life *
C4000000 00000000
00000054 000040E4
C0000000 00000003
C4000000 00000000
D9000000 0000003C
D4000000 00000004
D6000000 0000003C
D3000000 0209DA40
60000000 00000000
B0000000 00000000
DC000000 000040E4
60000000 00000000
B0000000 00000000
00000104 00000060
D2000000 00000000
* It should work for every warrior (tested with 3 warriors up to level 2).
2) The same code without the C4 code type, a bit longer (15 more lines, for a wooping 32 lines !) and less interessing to do, but that will work for everyone.
Code:
Infinite Life *
6209DA40 00000000
B209DA40 00000000
DC000000 000040E8
F2000000 00000004
62000000 00000000
B0000000 00000000
00000104 00000060
D2000000 00000000
6209DA40 00000000
B209DA40 00000000
DC000000 000040EC
F2000000 00000004
62000000 00000000
B0000000 00000000
00000104 00000060
D2000000 00000000
6209DA40 00000000
B209DA40 00000000
DC000000 000040F0
F2000000 00000004
62000000 00000000
B0000000 00000000
00000104 00000060
D2000000 00000000
6209DA40 00000000
B209DA40 00000000
DC000000 000040F4
F2000000 00000004
62000000 00000000
B0000000 00000000
00000104 00000060
D2000000 00000000
* It should work for every warrior (tested with 3 warriors up to level 2).
3) Asm hack. Works on anything that holds the AR code handler, and is way faster to execute than any regular code. 14 lines.
Code:
Infinite Life *
023FE074 012FFF11
E0000000 00000058
E92D0007 E3A02060
E59F0044 E5900000
E3500000 0A00000C
E2800901 E59010E8
E3510000 15812104
E59010EC E3510000
15812104 E59010F0
E3510000 15812104
E59010F4 E3510000
15812104 E8BD0007
E12FFF1E 0209DA40
023FE074 E3520003
* It should work for every warrior (tested with 3 warriors up to level 2).