Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 CFW and Hacks       Thread starter PSXHAX       Start date Jan 18, 2022 at 3:40 PM       13      
Status
Not open for further replies.
Today PS4 Scene developer @RF0oDxM0Dz (Twitter) added both a PS4 RDR2 ArabicGuy Menu Base and PS4 RDR2 Native Invoker to his Github repository supporting game versions 1.00, 1.13, 1.19, 1.24 and 1.29 on Jailbroken PS4 5.05-9.00 consoles with a Red Dead Redemption 2 Oysters Menu on 1.29 incoming! 🔥

Download: PS4-RDR2_ArabicGuy_Base-main.zip / PS4 RDR2 ArabicGuy Base GIT / PS4-RDR2-Native-Invoker-main.zip / PS4 RDR2 Native Invoker GIT

This comes following his previous RDR2 v1.13 / v1.19 / v1.24 PS4 Mod Menu, his ArabicGuy PS4 Menu for GTA V Updates 1.27 / 1.32 / 1.33 and the RDR 2 PS4 Base Mod Menu GUI released last week.

From the PS4 RDR2 ArabicGuy Base README.md:
PS4 RDR2 ArabicGuy Base

Executing Inside RDR2


The RDR payload will execute the native GET_CLOCK_DAY_OF_MONTH is called by RDR2 scripts.

Build:

build with this Scene-Collective ***

Credits:
  • rfoodxmodz
  • 2much4u
  • And who made this possible.
And from the PS4 RDR2 Native Invoker README.md: PS4 RDR2 Native Invoker

Executing Inside RDR2


The RDR payload will execute the native GET_CLOCK_DAY_OF_MONTH is called by RDR2 scripts.

Build:

build with this Scene-Collective ***

Credits:
  • rfoodxmodz
  • 2much4u
  • And who made this possible.
Finally, from Pastebin.com: PS4 RDR2 getGlobal function
Code:
#if GAME_VERSION == 100
#define GLOBAL_ADDR 0x872DC58
#elif GAME_VERSION == 113
#define GLOBAL_ADDR 0x8F32358
#elif GAME_VERSION == 119
#define GLOBAL_ADDR 0x90DBF18
#elif GAME_VERSION == 124
#define GLOBAL_ADDR 0x91F7F98
#elif GAME_VERSION == 129
#define GLOBAL_ADDR 0x9653EF8
#endif

unsigned long long* getGlobal(int index) {
static unsigned long long** array = (unsigned long long**)GLOBAL_ADDR;
return &array[index >> 0x12 & 0x3F][index & 0x3FFFF];
}
PS4 RDR2 ArabicGuy Menu Base and Native Invoker by RF0oDxM0Dz.jpg
 

Comments

Status
Not open for further replies.
Back
Top