View previous topic :: View next topic |
Author |
Message |
Steverzz How do I cheat?
Reputation: 0
Joined: 22 Feb 2014 Posts: 6
|
Posted: Sat Feb 22, 2014 9:50 pm Post subject: Time: Searching for Time |
|
|
How do you search for "Time" in a game.
I have tried converting time to seconds (say 3:00 is equal to 180 seconds) but that doesn't work. Then I tried milliseconds, but no go. Using "decreased value" in a scan should be a possibility but I haven't had success.
I would like to increase time in one of the levels from, say, 4:00 (four minutes) to 8:00 (eight minutes) Thanks.  |
|
Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
Posted: Sat Feb 22, 2014 10:04 pm Post subject: |
|
|
Well, what game? Time may be a type other than 4 byte integer or something else. _________________
|
|
Back to top |
|
 |
Steverzz How do I cheat?
Reputation: 0
Joined: 22 Feb 2014 Posts: 6
|
Posted: Sun Feb 23, 2014 4:38 pm Post subject: |
|
|
The PC game is "The Great Escape" by Gotham. It is based on the movie starring Steve McQueen and came out around 2004. |
|
Back to top |
|
 |
danrevella Master Cheater
Reputation: 2
Joined: 11 Jun 2008 Posts: 292
|
Posted: Mon Feb 24, 2014 7:47 pm Post subject: |
|
|
hi!
To find time:
new search 2 byte unknow value
then search for increased value.
Every time the game load use a new address so this is pointer based.
I have found time at: 2eb459a
next time it changed to 2xxx9a.
I hope this may help you. |
|
Back to top |
|
 |
Steverzz How do I cheat?
Reputation: 0
Joined: 22 Feb 2014 Posts: 6
|
Posted: Sat Mar 08, 2014 4:58 pm Post subject: |
|
|
HI: I actually found the time by searching for milliseconds. I even saw it broken down. But, changing the time and locking it doesn't do anything as Time continues to count down. Also, when I look at the Pointer, hundreds of Pointers show up, not one.  |
|
Back to top |
|
 |
danrevella Master Cheater
Reputation: 2
Joined: 11 Jun 2008 Posts: 292
|
Posted: Sat Mar 08, 2014 5:02 pm Post subject: |
|
|
Steverzz wrote: | HI: I actually found the time by searching for milliseconds. I even saw it broken down. But, changing the time and locking it doesn't do anything as Time continues to count down. Also, when I look at the Pointer, hundreds of Pointers show up, not one.  |
IMO it's better you use code injection to stop the timer. |
|
Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
Posted: Sat Mar 08, 2014 8:11 pm Post subject: |
|
|
Steverzz wrote: | HI: I actually found the time by searching for milliseconds. I even saw it broken down. But, changing the time and locking it doesn't do anything as Time continues to count down. | Then you just found a display and not the real value.
Steverzz wrote: | Also, when I look at the Pointer, hundreds of Pointers show up, not one.  | Just like when you first search for a value you'll find hundreds and not just one. Use the menus in the pointer scan window to rescan after things change. _________________
|
|
Back to top |
|
 |
grasmanek94 Master Cheater
Reputation: 0
Joined: 03 Jun 2008 Posts: 283 Location: The Netherlands
|
Posted: Sat Mar 08, 2014 8:52 pm Post subject: |
|
|
maybe it does use GetTickCount() and not a time variable? |
|
Back to top |
|
 |
|