| View previous topic :: View next topic |
| Author |
Message |
peesygashford How do I cheat?
Reputation: 0
Joined: 10 Jun 2012 Posts: 4
|
Posted: Sun Jun 10, 2012 10:25 am Post subject: How do I change a time value like this? |
|
|
Well, I have some problems changing this time value because its not decreasing by a second. Can anyone help me? I'm very new to cheat engine. Look on the picture below:
i46(dot)tinypic(dot)com/iwq7me.jpg ( I am not high level enough to post url or images)
The first two numbers displays seconds, and the other two displays hundreds and thousands of seconds, or how ever you say it. I think you know what I am trying to say. The timer is decreasing by a second, yes but because it has the hundreds and thousands its very hard to find it because 37 is not the exact value. Unforently, I can not pause the game and see the timer.
|
|
| Back to top |
|
 |
nikoliazekter Newbie cheater
Reputation: 0
Joined: 08 Jun 2012 Posts: 12
|
Posted: Sun Jun 10, 2012 11:50 am Post subject: |
|
|
These values are minutes and hours, so 37 * 60 * 2= 4440. One minute has 60 seconds, not 100.
|
|
| Back to top |
|
 |
peesygashford How do I cheat?
Reputation: 0
Joined: 10 Jun 2012 Posts: 4
|
Posted: Sun Jun 10, 2012 11:54 am Post subject: |
|
|
| nikoliazekter wrote: | These values are minutes and hours, so 37 * 60 * 2= 4440. One minute has 60 seconds, not 100.  |
No it the first two numbers displays minutes.
|
|
| Back to top |
|
 |
Fresco Grandmaster Cheater
Reputation: 4
Joined: 07 Nov 2010 Posts: 600
|
Posted: Mon Jun 11, 2012 5:07 am Post subject: |
|
|
various search tips:
if the timer is decreasing that doesn't mean that the value of the address that indicates the timer is also decreasing.
you can never know how bad programmers declare as double values that goes from 0 to 60 ... serach also 4 byte 8, 2, 1, float, double ... all
some programmers encrypt the value to prevent you from finding it
2 could be 3847237 ...
a timer could have 3 or more variables (addresses) not just one
in the opposite a timer could have just one single big address (double)
value can be a multiple of 8: if 3 then 3*8=24 ... address = 24 timer 3
the easiest method:
scan type : all
unknown initial address -> increased / decreased value
there are thousands more tips... try to think them not to ask somebody else... only the programmers of the game know the source code their game, nobody else
_________________
... Fresco |
|
| Back to top |
|
 |
|