Proceeding the
Minecraft Trial PoC,
PS4 Cross-Play Expansion,
Bedrock Servers Emulator and
Minecraft Dungeons update I've (
NeluZacherks on Twitter) been working on a project using
Minecraft PS4 2.06 on
Firmware 7.02 with
Android 1.14.60v with the goal being to support
Jailbroken PS4 consoles.
Here I've found what are bypassing sign in with PSN on FW 7.02 and my game is updated to 2.06 (1.14.60v)... it's better to use
IDA PRO for more experience:
SIGNIN WITH PSN:
Code:
OFF 0x00D137F0 [74 08] jz short loc_D137FA
SIGNIN WITH MICROSOFT ACCOUNT:
Code:
ON 0x00D137F0 [75 08] jnz short loc_D137FA
ENABLE TO CHANGE YOUR SKIN:
Code:
OFF 0x001D6038D [74 1B] jz short loc_1D603AA
ON 0x001D6038D [75 1B] jnz short loc_1D603AA
And also a really helpful function for changing the names of hud into debug, it's much more easy to see and compare what are they doing and how are they named.
DEBUG NAMED TABS TEXT:
Code:
OFF 0x002D44FC5 [0F 84 AC 01 00 00] jz loc_2D45177
ON 0x002D44FC5 [0F 85 AC 01 00 00] jnz loc_2D45177
Basically I need to connect to a function that makes it to work called in
IDA network.thirdparty.connect, after when I signed in with a Microsoft account it shows that if you enable Debug Named Tabs Text and are going to tab FRIENDS in mc you can see that it already changed to
networkWorld.no_thirdParty_label.has_subscription.
Once I did it worked but don't remember what I changed, below is a screenshot my tester sent me showing I was online once.
Next here's an example between Minecraft on
Android...