Page 1 of 1

Marvel's Spider-Man: Miles Morales (steam)

Posted: Sat Nov 19, 2022 3:34 pm
by SpeedyDash
I modified a Table for Marvel's Spider-Man Remastered by ColonelRVH to get three of the cheats to work in Miles Morales but I haven't had any luck getting much else working.

The table currently has
-God mode
-Instant kill
-Unlimited Gadget Ammo


I would appreciate if someone finds a way to get unlimited venom and camo but thought I share this for while asking for more cheats.

Original table in this topic
viewtopic.php?f=2&t=21024&start=15

Re: Marvel's Spider-Man: Miles Morales (steam)

Posted: Sat Nov 19, 2022 4:30 pm
by SunBeam
^ I hope you asked ColonelRVH's approval to modify his table...

Re: Marvel's Spider-Man: Miles Morales (steam)

Posted: Sat Nov 19, 2022 8:32 pm
by IFireflyl
I'm no good with scripts, but I think I found appropriate pointers for Benchmarks and Combo.

v2.0 - Updated combo pointer. I found a scenario where it wasn't working.

Re: Marvel's Spider-Man: Miles Morales (steam)

Posted: Sat Nov 19, 2022 10:00 pm
by Rhark
MilesMorales.exe+90911F if you go to here this instruction has a lot of pointers to useful stuff in the structure of RAX.

Code: Select all

mov r13,[rax+00000128]
0xA0 [HeroHealth] -> 0x88 [Current Health]
0xA0 [HeroHealth] -> 0x80 [MaxHealth]
0x128 [Hero:HeroSpiderAssaultManager] -> 0x10C [CurrentFocus]
0x128 [Hero:HeroSpiderAssaultManager] -> 0x110 [MaxFocus]
0x140 [Hero:HeroComboCounter] - 0x58 [CurrentCombo]

To name a few. Plenty in there.