Legend of Korra
I'm a big Avatar fan, I hope you guys find this stuff useful.
Offsets
If you're looking for Offsets:
[HIDE]
Max Spirit Energy Points 002B9894 906500E8 God Mode 333F2C64 000000F0 Infinite HP (Naga) 002C2078 83BE0548 002C2088 93BE0544 Infinite Chi 000F1768 C07E0028 000F1780 FC201890 Infinite Items 002665A8 30A40000 Avatar Gauge Always Full - there needs to be a reset button for this. coz when you enter avatar mode you stuck in there till you finish the level... 000F5DEC 60000000 000F652C D05F0014 000F6530 60000000 000F659C C07F001C 000F65A0 FC201890 EXP Multiplier 0025FC3C 485813EC 007E1028 3E00XXXX 007E102C 921F0150 007E1030 C3FF0150 007E1034 C0230070 007E1038 FC3F0072 007E103C 7FFF242E 007E1040 4BA7EC00 Infinite Avatar State - different for gauge version more limited runs out and you can apply again as needed 00A0ACC4 43960000 00A0ACC0 00000001 00A0ACC8 43960000 MAXED BENDING - maxes out your bending levels 00A45C3C 47205000 00A45C40 47205000 00A45C44 47205000 00A45C48 47205000 00A45C08 48DE0800 00A45BA0 48DE0800 00A45BD4 48DE0800 -------- Item Slot (1) 00A45FDC 0000000C Item Slot (2) 00A45FE8 00000011 Item Slot (3) 00A45FE0 0000000C Item Slot (4) 00A45FE4 0000000C
Also anything like God Mode, Avatar state, Health should be set on a timer. so keeps getting written every few milliseconds.
How to set an offset:
(ex. GodMode which needs a timer):
private void godModeOn_Click(object sender, EventArgs e) { godModeTimer.Start(); } private void godModeOff_Click(object sender, EventArgs e) { godModeTimer.Stop(); } //Timer set to 10ms private void godModeTimer_Tick(object sender, EventArgs e) { byte[] godmode_on = new byte[] { 0x00, 0x00, 0x00, 0xF0 }; PS3.SetMemory(0x333F2C64, godmode_on); }
[/HIDE]
Eboot
Do you need an Eboot?
[HIDE]Original Eboot
Patched Eboot (For cracked versions of the game)
Debug Eboot (For TMAPI)[/HIDE]
RTM
Still fixing some issues but here are pictures:
Connection Tab:
Mods Tab:
Help/Info Tab:
PSN Full game: I'm not sure if we are allowed to post torrents, if I can then I will post a link to the full game.