Page 1 of 1

Just Cause 4 Chaos XP Modifier

Posted: Mon Aug 10, 2020 9:12 pm
by InsecureCheetah
I've never seen any Just Cause 4 trainer with Chaos XP Modifier, so here you go

Re: Just Cause 4 Chaos XP Modifier

Posted: Tue Oct 20, 2020 4:54 pm
by ericshug
THANK YOU VERY MUCH.

Re: Just Cause 4 Chaos XP Modifier

Posted: Tue Oct 20, 2020 5:27 pm
by Lake333GLD
Thank you! I'll test it later.

Re: Just Cause 4 Chaos XP Modifier

Posted: Tue Oct 20, 2020 5:30 pm
by ericshug
code:
//Modify This Integer number if you want.
add r14d,(int)100000 // <<<<<<<<<<<<<<
add [rax+14],r14d
mov sil,01
jmp return


so how to edit,give me a example ,thanks

Re: Just Cause 4 Chaos XP Modifier

Posted: Wed Oct 21, 2020 12:55 am
by krustytoe
ericshug wrote:
Tue Oct 20, 2020 5:30 pm
code:
//Modify This Integer number if you want.
add r14d,(int)100000 // <<<<<<<<<<<<<<
add [rax+14],r14d
mov sil,01
jmp return


so how to edit,give me a example ,thanks
Change the 100000 to whatever you want. 1000 or 100000000

Re: Just Cause 4 Chaos XP Modifier

Posted: Fri Jan 22, 2021 6:25 pm
by InsecureCheetah
If it doesn't work / you are using a different version of the game. Here are all of the details. (incase you wanna trace it back on your current version)

Code: Select all

{
// ORIGINAL CODE - INJECTION POINT: "JustCause4.exe"+79B45A

"JustCause4.exe"+79B433: 48 89 46 08                    -  mov [rsi+08],rax
"JustCause4.exe"+79B437: 48 89 53 08                    -  mov [rbx+08],rdx
"JustCause4.exe"+79B43B: 48 89 17                       -  mov [rdi],rdx
"JustCause4.exe"+79B43E: 4C 8B 0E                       -  mov r9,[rsi]
"JustCause4.exe"+79B441: 4D 8B 09                       -  mov r9,[r9]
"JustCause4.exe"+79B444: 4D 8D 41 10                    -  lea r8,[r9+10]
"JustCause4.exe"+79B448: 48 8D 54 24 48                 -  lea rdx,[rsp+48]
"JustCause4.exe"+79B44D: 48 8B CD                       -  mov rcx,rbp
"JustCause4.exe"+79B450: E8 0B FF F4 FF                 -  call JustCause4.exe+6EB360
"JustCause4.exe"+79B455: 48 8B 44 24 48                 -  mov rax,[rsp+48]
// ---------- INJECTING HERE ----------
"JustCause4.exe"+79B45A: 44 01 70 14                    -  add [rax+14],r14d
"JustCause4.exe"+79B45E: 40 B6 01                       -  mov sil,01
// ---------- DONE INJECTING  ----------
"JustCause4.exe"+79B461: 48 8B 4C 24 40                 -  mov rcx,[rsp+40]
"JustCause4.exe"+79B466: 48 85 C9                       -  test rcx,rcx
"JustCause4.exe"+79B469: 74 35                          -  je JustCause4.exe+79B4A0
"JustCause4.exe"+79B46B: BF FF FF FF FF                 -  mov edi,FFFFFFFF
"JustCause4.exe"+79B470: 8B C7                          -  mov eax,edi
"JustCause4.exe"+79B472: F0 0F C1 41 08                 - lock  xadd [rcx+08],eax
"JustCause4.exe"+79B477: 83 F8 01                       -  cmp eax,01
"JustCause4.exe"+79B47A: 75 24                          -  jne JustCause4.exe+79B4A0
"JustCause4.exe"+79B47C: 48 8B 5C 24 40                 -  mov rbx,[rsp+40]
"JustCause4.exe"+79B481: 48 8B 03                       -  mov rax,[rbx]
}

Re: Just Cause 4 Chaos XP Modifier

Posted: Fri May 28, 2021 9:21 pm
by Testify
Is there any way to multiply experience gained for the grappling hook upgrades?

*EDIT* Nevermind after some digging i managed to find a script that lets you unlock all the grapple upgrades. thank you though for your Chaos XP Script