Page 1 of 1
[COMPLETED] [REQ] Just cause 4
Posted: Mon Dec 03, 2018 7:07 pm
by darkzonez

Game Name: Just cause 4
Game Engine: Avalanche's Apex engine
Game Version: v1.0
Options Required: Unlimted health, infinite ammo, stealth mode, money.
Game/Steam Website:
[Link]
Other Info: Quick,quick!
Re: [REQ] Just cause 4
Posted: Mon Dec 03, 2018 9:31 pm
by HardRom
I was able to find the initial addresses for weapon1 and weapon2 with a 4byte scan on their values. Easily done, but I don't how to AOB.
DDS is enroute with his trainer, nothing heard from CH yet... hopefully a quick release with health and ammo comes. So far, that's all I have needed.
Re: [REQ] Just cause 4
Posted: Mon Dec 03, 2018 9:33 pm
by darkzonez
HardRom wrote: ↑Mon Dec 03, 2018 9:31 pm
I was able to find the initial addresses for weapon1 and weapon2 with a 4byte scan on their values. Easily done, but I don't how to AOB.
DDS is enroute with his trainer, nothing heard from CH yet... hopefully a quick release with health and ammo comes. So far, that's all I have needed.
DDS made a trainer already but it costs money so...
Re: [REQ] Just cause 4
Posted: Mon Dec 03, 2018 9:35 pm
by HardRom
He hasn't yet released (according to my refresh spamming of his page).
Sadly, if you are disabled like myself, the cost is worth it just to be able to play.
Re: [REQ] Just cause 4
Posted: Mon Dec 03, 2018 9:38 pm
by darkzonez
HardRom wrote: ↑Mon Dec 03, 2018 9:35 pm
He hasn't yet released (according to my refresh spamming of his page).
Sadly, if you are disabled like myself, the cost is worth it just to be able to play.
He have released one.
[Link]. I won't be paying.
Re: [REQ] Just cause 4
Posted: Tue Dec 04, 2018 9:56 am
by KS212
To whoever makes a table I have only one request: Infinite Wingsuit power/boost (for the weaponized wingsuit).
Re: [REQ] Just cause 4
Posted: Tue Dec 04, 2018 10:15 am
by darkzonez
Please make a table, or a non payable trainer

Re: [REQ] Just cause 4
Posted: Tue Dec 04, 2018 11:07 am
by Asuma
I 2nd the motion.
Re: [REQ] Just cause 4
Posted: Tue Dec 04, 2018 11:12 am
by darkzonez
Asuma wrote: ↑Tue Dec 04, 2018 11:07 am
I 2nd the motion.
Hopefully fearlessrevolution does a trainer today i hope.

Re: [REQ] Just cause 4
Posted: Tue Dec 04, 2018 5:45 pm
by ishist
Asuma wrote: ↑Tue Dec 04, 2018 11:07 am
I 2nd the motion.
I 3rd and 4th this request. tables > trainers
Re: [REQ] Just cause 4
Posted: Tue Dec 04, 2018 9:03 pm
by robthebob11
I'd love to see Freeze Timer included as well. Those timed challenges sucked in JC3.
Re: [REQ] Just cause 4
Posted: Tue Dec 04, 2018 10:11 pm
by Asuma
I'd really like to see Unlimited Ammo and No Reload.
Re: [REQ] Just cause 4
Posted: Wed Dec 05, 2018 4:02 am
by jkollss
Weapon ammo clip always 100. Not AOB yet. Steam version.
Code: Select all
<AssemblerScript>
define(address,"JustCause4.exe"+912954A)
define(bytes,89 B4 B9 28 02 00 00)
[ENABLE]
assert(address,bytes)
alloc(newmem,$1000,"JustCause4.exe"+912954A)
label(code)
label(return)
newmem:
code:
mov esi,#100
mov [rcx+rdi*4+00000228],esi
jmp return
address:
jmp newmem
nop
nop
return:
[DISABLE]
address:
db bytes
// mov [rcx+rdi*4+00000228],esi
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: "JustCause4.exe"+912954A
"JustCause4.exe"+9129522: 41 57 - push r15
"JustCause4.exe"+9129524: 48 83 EC 20 - sub rsp,20
"JustCause4.exe"+9129528: 48 63 FA - movsxd rdi,edx
"JustCause4.exe"+912952B: 48 89 CB - mov rbx,rcx
"JustCause4.exe"+912952E: 45 0F B6 F1 - movzx r14d,r9l
"JustCause4.exe"+9129532: 45 89 C7 - mov r15d,r8d
"JustCause4.exe"+9129535: 8B B4 B9 DC 02 00 00 - mov esi,[rcx+rdi*4+000002DC]
"JustCause4.exe"+912953C: 41 39 F0 - cmp r8d,esi
"JustCause4.exe"+912953F: 8B AC B9 28 02 00 00 - mov ebp,[rcx+rdi*4+00000228]
"JustCause4.exe"+9129546: 41 0F 4C F0 - cmovl esi,r8d
// ---------- INJECTING HERE ----------
"JustCause4.exe"+912954A: 89 B4 B9 28 02 00 00 - mov [rcx+rdi*4+00000228],esi
// ---------- DONE INJECTING ----------
"JustCause4.exe"+9129551: 48 8B 89 E8 07 00 00 - mov rcx,[rcx+000007E8]
"JustCause4.exe"+9129558: 48 85 C9 - test rcx,rcx
"JustCause4.exe"+912955B: 74 38 - je JustCause4.exe+9129595
"JustCause4.exe"+912955D: E8 4E 8A 39 F7 - call JustCause4.exe+4C1FB0
"JustCause4.exe"+9129562: 84 C0 - test al,al
"JustCause4.exe"+9129564: 74 2F - je JustCause4.exe+9129595
"JustCause4.exe"+9129566: 83 FF 0E - cmp edi,0E
"JustCause4.exe"+9129569: 75 09 - jne JustCause4.exe+9129574
"JustCause4.exe"+912956B: 48 8D 0D 1E C2 A5 F8 - lea rcx,[JustCause4.exe+1B85790]
"JustCause4.exe"+9129572: EB 0C - jmp JustCause4.exe+9129580
}
</AssemblerScript>
Re: [REQ] Just cause 4
Posted: Wed Dec 05, 2018 5:31 am
by ArmY of 0n3
You can download and test my table >
Here
Re: [REQ] Just cause 4
Posted: Wed Dec 05, 2018 6:50 am
by DeathSharp
fearlessrevolution Trainer +11