Posted: Sat Dec 28, 2013 5:37 pm Post subject: Timer Freezing issue
Hello. I just came from other site that told me to come here for the help.
I am currently playing Saints Row The Third. And so far I know and see, no one able to get the Freeze timer for that game. I decided to do it myself and I found the address to change the value. So I told it to freeze on that value. I went on to play the game to see if it freezing on that value. It didn't, it keep counting down.
Can you help me out how I be able to force it to stay on that value? If you are wondering about the address, it is 061B4870 as 4 bytes and trying to freeze at 30 sec.
Make sure you find the real time variable, not one used for display purposes. Try scanning for other data types and for the time in milliseconds. If you find candidates, check how often they're accessed - the time variable should be accessed very often (accessed meaning both read and written).
I don't know the game, but if you're unlucky there might be a variable that saves the start of the game/mission/level/whatever (if there's such a thing in that game), rather than a variable representing the current time.
As for "they changed the address": If "they" is your computer/OS, then yes. Make sure you find the pointer path to the time variable. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum