View previous topic :: View next topic |
Author |
Message |
SuspiciousG Newbie cheater
Reputation: 0
Joined: 24 Sep 2015 Posts: 14
|
Posted: Thu Sep 24, 2015 4:50 pm Post subject: Hacking timer in Football Games |
|
|
Hello, everyone! Does anyone know how to hack timer in football games, like for ex. FIFA16 or PES16? Thank you in advance.
Last edited by SuspiciousG on Tue Oct 06, 2015 10:08 am; edited 1 time in total |
|
Back to top |
|
 |
lolAnonymous Expert Cheater
Reputation: 1
Joined: 19 Jul 2015 Posts: 154
|
Posted: Thu Sep 24, 2015 8:20 pm Post subject: |
|
|
Try Unknown initial value.... for that u can see some tutorials on Google . just search for cheat engine unknown initial value tutorial....
|
|
Back to top |
|
 |
aikoncwd Grandmaster Cheater
Reputation: 23
Joined: 21 Dec 2012 Posts: 591 Location: Spain (Barcelona)
|
Posted: Fri Sep 25, 2015 1:40 am Post subject: |
|
|
Some times, timer values are stored as float/double. Try Value Type = "all" + unknow value. Then use increased/decreased value to find the timer.
_________________
Hey Hitler
Test here your skill with CheatEngine, I coded a challenge for you. Try to beat it!
HERE |
|
Back to top |
|
 |
lolAnonymous Expert Cheater
Reputation: 1
Joined: 19 Jul 2015 Posts: 154
|
Posted: Fri Sep 25, 2015 4:15 am Post subject: |
|
|
Yup Aikon is right but first try it in unknown initial value because most of timers are stored in Unknown initial value if u can't find in Unknown initial value then try all....
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Fri Sep 25, 2015 4:30 am Post subject: |
|
|
MasterHacking321 wrote: | Yup Aikon is right but first try it in unknown initial value because most of timers are stored in Unknown initial value if u can't find in Unknown initial value then try all.... |
Actually that is the same thing as AikonCWD suggested. He just suggested a different "data type", the "search type" is the same. Looks like you were confused about this, hope it clears it up for you
_________________
|
|
Back to top |
|
 |
lolAnonymous Expert Cheater
Reputation: 1
Joined: 19 Jul 2015 Posts: 154
|
Posted: Fri Sep 25, 2015 6:14 am Post subject: |
|
|
Yup Thanks STN
|
|
Back to top |
|
 |
SuspiciousG Newbie cheater
Reputation: 0
Joined: 24 Sep 2015 Posts: 14
|
Posted: Sat Sep 26, 2015 2:09 pm Post subject: |
|
|
Hmm.. I actually have tried everything that you said, guys, but it doesn't work for me.. Sometimes, by searching the value "unknown initial value" or "increased/decreased", it takes forever to scan the adresses and it freezes my whole pc. Not to mention that in the end, i always get too many adresses. Funny thing is that i can hack the score, but not the timer.
I got a question regarding timer.
Let's say that the timer says 35 : 22.
What do i expect to find in address? 35,22? 35,219235? 35? 35:22? 35 22?
Which one should I expect?
If you have any tips or tricks to get me to the main address faster, pm me! I would be really honored!
|
|
Back to top |
|
 |
aikoncwd Grandmaster Cheater
Reputation: 23
Joined: 21 Dec 2012 Posts: 591 Location: Spain (Barcelona)
|
Posted: Sat Sep 26, 2015 5:29 pm Post subject: |
|
|
SuspicousG wrote: | Hmm.. I actually have tried everything that you said, guys, but it doesn't work for me.. Sometimes, by searching the value "unknown initial value" or "increased/decreased", it takes forever to scan the adresses and it freezes my whole pc. Not to mention that in the end, i always get too many adresses. Funny thing is that i can hack the score, but not the timer.
I got a question regarding timer.
Let's say that the timer says 35 : 22.
What do i expect to find in address? 35,22? 35,219235? 35? 35:22? 35 22?
Which one should I expect?
If you have any tips or tricks to get me to the main address faster, pm me! I would be really honored! |
Did you used "all" in value type? Use "unchanged value" after using increased/decreased value without unpause the game, it clears a lot of results.
If the game is developed in .net or mono you can try to dissect and let the datacollector do the work.
For your final question: We can't know how a value is stored in memory. Developers can use infinite ways to store data in memory, for example timer = 35:22 can be stored as:
3522 (all numbers together)
35,36666666666667 (total of seconds / 60)
2122 (total of seconds)
array(35,22)
array(3,5,2,2)
...
There are infinite ways to store this data, but in lot of games, developers store timers in seconds or milliseconds. You need to try and guess the value.
_________________
Hey Hitler
Test here your skill with CheatEngine, I coded a challenge for you. Try to beat it!
HERE |
|
Back to top |
|
 |
SuspiciousG Newbie cheater
Reputation: 0
Joined: 24 Sep 2015 Posts: 14
|
Posted: Mon Sep 28, 2015 10:29 am Post subject: |
|
|
AikonCWD wrote: | Did you used "all" in value type? Use "unchanged value" after using increased/decreased value without unpause the game, it clears a lot of results. |
Yes. Firstly, i set scan type to "Unknown initial value" and then value type to "All". Then, i let timer increase a bit, and chose "Increased" Scan type, and so on.
I don't get it though... If we choose "unchanged value" as u mentioned, aren't we supposed to pause the game, so that the timer stops counting and its value doesn't change?
Can you give me an example of the whole proccess? Let's say that u start at 9:25 and u get your desired address at 25:32. What are the exact steps that u follow to get the final address? Pm me or comment here. I would really appreciate it. Thank you in advance for all your help.
|
|
Back to top |
|
 |
aikoncwd Grandmaster Cheater
Reputation: 23
Joined: 21 Dec 2012 Posts: 591 Location: Spain (Barcelona)
|
Posted: Mon Sep 28, 2015 10:38 am Post subject: |
|
|
SuspicousG wrote: | AikonCWD wrote: | Did you used "all" in value type? Use "unchanged value" after using increased/decreased value without unpause the game, it clears a lot of results. |
Yes. Firstly, i set scan type to "Unknown initial value" and then value type to "All". Then, i let timer increase a bit, and chose "Increased" Scan type, and so on.
I don't get it though... If we choose "unchanged value" as u mentioned, aren't we supposed to pause the game, so that the timer stops counting and its value doesn't change?
Can you give me an example of the whole proccess? Let's say that u start at 9:25 and u get your desired address at 25:32. What are the exact steps that u follow to get the final address? Pm me or comment here. I would really appreciate it. Thank you in advance for all your help. |
Timer = 9:25
pause
first scan -> unknowvalue + all
unpause
Timer = 9:30
pause
next scan -> increased
wait 5 seconds with the game paused, move mouse over game screen, game still paused
next scan -> unchanged value
unpause
Timer = 9:35
pause
next scan -> increased
{repeat till success}
_________________
Hey Hitler
Test here your skill with CheatEngine, I coded a challenge for you. Try to beat it!
HERE |
|
Back to top |
|
 |
SuspiciousG Newbie cheater
Reputation: 0
Joined: 24 Sep 2015 Posts: 14
|
Posted: Mon Sep 28, 2015 10:43 am Post subject: |
|
|
Okay. Got it. Thank you very much for your help! Too much appreciated! I will try it and hope it works!
|
|
Back to top |
|
 |
SuspiciousG Newbie cheater
Reputation: 0
Joined: 24 Sep 2015 Posts: 14
|
Posted: Mon Oct 05, 2015 3:37 pm Post subject: |
|
|
I knew that it wouldn't work by that way... After so may tries, it seems like it's impossible to find the right adress in FIFA16.... I always get around 10.000-15.000 adresses... Never less... This doesn't seem to work... If anyone else has any other tip, please feel free to share it with us.
|
|
Back to top |
|
 |
HotBloodedHacker Cheater
Reputation: 2
Joined: 07 Aug 2015 Posts: 49 Location: Alabama , USA
|
|
Back to top |
|
 |
lampuiho Expert Cheater
Reputation: 6
Joined: 16 Jan 2010 Posts: 122
|
Posted: Sun Oct 11, 2015 12:39 pm Post subject: |
|
|
I don't remember exactly which is which but as far as I can recall in PES, time is stored as float while in FIFA, it is stored as an integer
I could be wrong though
And yea, you could try looking at the VC RTTI and see if you could locate the match class in there.
|
|
Back to top |
|
 |
|