Posted: Sat Jun 06, 2026 8:28 am Post subject: How to cheat in game clock
So there is a simulator game where I start my the day at 8am, every second in game equals to 1 minute.
I want to freeze the clock but can't figure out how to do it.
I have already tried converting the clock to a number so here is what I did that didn't work.
The hour is 1pm so I did 13 hours to minutes and that is 780 so 780 seconds in game so I did value between 780 to 781 and I didn't find anything and yes I did float/double.
Any clue what to do?
There's an infinite number of ways time could be stored.
You can try unknown initial value and changed / unchanged scans if the game is accumulating time continuously. If the game is storing a time point for when the day started and calculating the duration between that time point and now, the only persistent value you can search for is the time point that was stored at the start of the day. Even then, that might be an immutable value that gets reallocated when you start a new day, making searching for it nearly impossible. _________________
I don't know where I'm going, but I'll figure it out when I get there.
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