Legend of Korra (Eb...
 
Notifications
Clear all

Legend of Korra (Eboot, Offsets and RTM)

Page 1 / 4

Cookies
Posts: 9
Topic starter
(@Cookies)
Active RivalGamer
Joined: 9 years ago

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.

Reply
Name of the Video Game, and any other Tags
17 Replies
Posts: 0
 Anonymous
Guest
(@Anonymous)
Joined: 5 seconds ago

Nice post Cookies 🙂

Reply
jarvis123
Posts: 26
(@jarvis123)
Eminent RivalGamer
Joined: 9 years ago

nice!!!!

Reply
Cookies
Posts: 9
Topic starter
(@Cookies)
Active RivalGamer
Joined: 9 years ago

Nice post Cookies 🙂

nice!!!!

Thanks guys 🙂 - im almost done the RTM just finishing up some bugs

Reply
Posts: 0
 Anonymous
Guest
(@Anonymous)
Joined: 5 seconds ago

Thanks guys 🙂 - im almost done the RTM just finishing up some bugs

Good stuff, can't wait to see the tool. Keep up bro 🙂

Reply
Page 1 / 4