Page 1 of 1

Crysis3 +1 [game version 1.0]

Posted: Thu Jul 20, 2017 11:12 am
by STN
Made by mgr.inz.Player

Just quick table with only one option (don't have this game).

Game version: 1.0
EXE: rld fix v2

Options:
- infinite energy

Note:
If it stop working, go to main menu then "resume game".
(I don't have time for level 7 pointerscan and more)





EDIT:
Few useful informations.

structure 1 (nanosuit energy structure):
0x00 - float - energy
0x40 - float - maximum energy

So, you can search for energy much faster with this trick:
1) in-game, wait until energy is full
2) do first scan. Value type: grouped, Value: f:100.0 w:60 f:100.0, FIRST SCAN
3) back in game, do "super jump". And immediately press pause
4) in CE. Value: f:90.0 w:60 f:100.0, NEXT SCAN
5) probably only one address found, add it to table. It should add two addresses
6) first one is your current energy, second one - maximum energy.
7) change both to 9001 (or 999999, your call)
(note: I assume that super jump always take 10.0% of energy)


structure 2 (arrows)
0x00 - 4 byte - arrows quantity
0x08 - 4 byte - maximum


You can search for arrows much faster with this trick:
1) in-game, you have 9 arrows (or 3 arrows, explosive)

2) do first scan. Value type: grouped, Value: 4:9 w:4 4:9, FIRST SCAN
(or Value: 4:3 w:4 4:3, FIRST SCAN)

3) back in game, use one arrow

4) in CE Value: 4:8 w:4 4:9, NEXT SCAN
(or Value: 4:2 w:4 4:3, NEXT SCAN)

5) back in game, use one arrow

6) in CE Value: 4:7 w:4 4:9, NEXT SCAN
(or Value: 4:1 w:4 4:3, NEXT SCAN)

7) probably only one address found, add it to table. It should add two addresses

8) first one is your arrow quantity, second one - maximum.

9) change both values to 999

10) switch to other weapon, then equip your bow again.