- Joined
- Apr 18, 2013
- Messages
- 1,787
- Reaction score
- 1,763
- Trophies
- 2
- Location
- on the cool side of the pillow
- Website
- lawnmeower.de
- XP
- 3,268
- Country

ahh. when you can see a specific value you generally do a specific value search. but not when it comes to timer.I did do a known value search. Think that's how I got that?
a timer is nothing more than a frame counter. if a game runs at 30fps it increase the seconds by 1 every 30th. (in mk8 or F-Zero GX, which are 60fps games, the framecounter increases the milli seconds by 16 every single frame). so we actually want to modify the frame counter.
first do a 16bit unknown value search. when the time increase do a greater than search. when the timer decreases or your restart the level do a less than search









