Just Cause 2

Upload your cheat tables here (No requests)
Post Reply
User avatar
pihla2
Noobzor
Noobzor
Posts: 7
Joined: Thu Apr 27, 2017 8:38 pm
Reputation: 0

Just Cause 2

Post by pihla2 »

Just Cause 2

Destroy Evrything
Disarming OFF
Infinity Oxygen
Wanted LVL (Invisble)
Infinity weapons

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
JustCause2.CT
(11.46 KiB) Downloaded 291 times

User avatar
pihla2
Noobzor
Noobzor
Posts: 7
Joined: Thu Apr 27, 2017 8:38 pm
Reputation: 0

Re: Just Cause 2 [DISABLE] Disarming

Post by pihla2 »

[ENABLE]
alloc(Vehicle_Hijacking_Disarm_Off,2048)
label(returnhere)
label(originalcode)
label(exit)

Vehicle_Hijacking_Disarm_Off:
mov dword ptr [esi+38],03 //You can find the value as 0 - 4bytes, each step increases the value 1
mov edi,[ebp+10]

originalcode:
db 8B 46 38 8B 7D 10

exit:
jmp returnhere

007C5789:
jmp Vehicle_Hijacking_Disarm_Off
nop
returnhere:

[DISABLE]
dealloc(Vehicle_Hijacking_Disarm_Off)
007C5789:
db 8B 46 38 8B 7D 10



[ENABLE]
alloc(Unlocking_Disarm_Off,2048)
label(returnhere)
label(originalcode)
label(exit)

Unlocking_Disarm_Off:
mov [esi+3C],04
cmp eax,[esi+08]

originalcode:
db 8B 46 3C 3B 46 08

exit:
jmp returnhere

00810421:
jmp Unlocking_Disarm_Off
nop
returnhere:

[DISABLE]
dealloc(Unlocking_Disarm_Off)
00810421:
db 8B 46 3C 3B 46 08

Post Reply