View previous topic :: View next topic |
Author |
Message |
rediew How do I cheat?
Reputation: 0
Joined: 19 Oct 2005 Posts: 3 Location: Rio de Janeiro, Brazil
|
Posted: Wed Oct 19, 2005 8:19 pm Post subject: variable: time freezing |
|
|
hi. on the Game Feeding frenzy, there is a time mode.
I wanted to find the time address so i could lock it or add time..
but I CANT FIND IT! i tried float, double, 4-byte.. with exact, or decreased search!
anyone could help me? i use a Winxp pro, and CE 5.11;
i think this also would be useful for other games with decreasing time limits.
thanks
|
|
Back to top |
|
 |
Tsongkie Newbie cheater
Reputation: 0
Joined: 24 Sep 2005 Posts: 16
|
Posted: Wed Oct 19, 2005 10:53 pm Post subject: |
|
|
hmmm first try a 1 to 10000 search (Range) then sieve with Decreased
if it doesnt work then try a 1 to 10000 search (Range) then sieve with Increased...
my last resort is the changed/unchanged search routine
|
|
Back to top |
|
 |
rediew How do I cheat?
Reputation: 0
Joined: 19 Oct 2005 Posts: 3 Location: Rio de Janeiro, Brazil
|
Posted: Thu Oct 20, 2005 8:47 pm Post subject: |
|
|
yeah, but WHAT IS THE TYPE OF THE VARIABLE that games use to store time values??????
is it integer?? is it Float?? is it double??
so i can search for 1~10K??
|
|
Back to top |
|
 |
Tsongkie Newbie cheater
Reputation: 0
Joined: 24 Sep 2005 Posts: 16
|
Posted: Sat Oct 22, 2005 6:30 pm Post subject: |
|
|
well try integer first then float
|
|
Back to top |
|
 |
rediew How do I cheat?
Reputation: 0
Joined: 19 Oct 2005 Posts: 3 Location: Rio de Janeiro, Brazil
|
Posted: Sun Oct 23, 2005 4:31 pm Post subject: |
|
|
no success.
i tried both integer and float values...
i also tried values in the milisecond range (integer search for ranges between the seconds (<10000, >11000, meaning between 10 and 11 seconds..
PLease, HELP MEE!!
IM DESPARATE!!!
|
|
Back to top |
|
 |
Tsongkie Newbie cheater
Reputation: 0
Joined: 24 Sep 2005 Posts: 16
|
Posted: Wed Oct 26, 2005 10:11 am Post subject: |
|
|
for what version is this?
some groups has been able to do a +5 trainer on this
|
|
Back to top |
|
 |
The_MAZZTer Newbie cheater
Reputation: 0
Joined: 25 Oct 2005 Posts: 11 Location: THE INTERNETS
|
Posted: Wed Oct 26, 2005 2:56 pm Post subject: |
|
|
There is no easy way of telling how a game stores a time variable. However, you can assume the game stores 0:00:00 or whatever as 0 (4 bytes) and search for that when the timer runs out. Restart the timer and search for increased value, then search for decreased value every couple of seconds. Start a new round and do increased value, etc. It might take a while, but this method would encompass a few of the ways it might store the value.
_________________
|
|
Back to top |
|
 |
Happy_person36 Newbie cheater
Reputation: 0
Joined: 25 Oct 2005 Posts: 14
|
Posted: Sat Oct 29, 2005 9:12 am Post subject: ... |
|
|
It might be 4 bit most applications use 4 bit.
|
|
Back to top |
|
 |
|