nhlfarm How do I cheat?
Reputation: 0
Joined: 19 Oct 2014 Posts: 5
|
Posted: Mon Jan 26, 2015 8:37 pm Post subject: HELP with finding Timer on FIFA |
|
|
I need help with modifying the time on FIFA 15, which is a football game.
I want to be able to end the match instantly, and a lot of people have also wanted to do this.
In order to do this, you need to find the timer, and not the visual value of the time, but I have not had success doing this yet.
Here's what I know so far:
1. You need to write a script on auto assembler, code injection
2. There are two halves in each game. Each half is 45 minutes long. And the timer will reset when you resume and start the 2nd half. (i.e. the value of the timer at 0:00 will be the same as when the time is 45:00(at the beginning of the 2nd half, not at the end of the first half)).
I managed to filter down to about 500 addresses, and found about 10 that could potential be the timer
I tried to write a a script using auto assembler and the original code was this:
jb MSVCR100.memcpy+80
repe movsd
jmp dword ptr [edx*4+MSVCR100.memcpy+170]
Any way to modify the value of this address?
Any insight would be helpful. Thanks.
|
|