Super Runabout Time Hack ?
Posted: Thu Dec 09, 2021 4:26 pm
Hi, does anyone know how to modify the Time of the game's missions?
So we can drive around town.
So we can drive around town.
Code: Select all
find
42 1a b2 61 01 71 12 2b 19 d5 1b d4 52 68 9c 38
replace
42 1a b2 61 01 71 12 2b 19 d5 1b d4 0f d8 18 48
Code: Select all
find
01 71 48 24 08 8d 12 25 25 d5 52 63 01 73
replace
00 e1 48 24 08 8d 12 25 25 d5 52 63 00 e3
Code: Select all
find
20 34 07 89 ff 74
replace
(always 0)
20 34 07 89 00 e4
or always started value
20 34 07 89 09 00