Upload your cheat tables here (No requests)
-
pihla2
- Noobzor
- Posts: 7
- Joined: Thu Apr 27, 2017 8:38 pm
- Reputation: 0
Post
by pihla2 »
Just Cause 2
Destroy Evrything
Disarming OFF
Infinity Oxygen
Wanted LVL (Invisble)
Infinity weapons
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1
-
Attachments
-
- JustCause2.CT
- (11.46 KiB) Downloaded 366 times
-
pihla2
- Noobzor
- Posts: 7
- Joined: Thu Apr 27, 2017 8:38 pm
- Reputation: 0
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