What's really missing in this cheat table? In my opinion, most important things like player edit are already there. More advanced stuff will require more knowledge from the user. There are people who are never used CE before, so I don't think it's an option.
Currently, I don't have any plans for the upcoming update, but it doesn't mean that this cheat table will be never updated. It's just spontaneous, sometimes I just woke up, I've got an idea for something I'm trying to implement it.
But, being honest, it's just quite boring me. I'm making various cheats for the same game from 3 years and at this stage, it's not worth for me. I'm not learning anything new, I don't have almost any money for that (I appreciate all donations, but 10 euro per month will not change my life ) and these russian "hackers" who are using my work (probably) to cheat in FUT... At this moment I'm spending all my time resources on fifa tracker project to make it better and monetize my work somehow, but it doesn't look optimistic too. So yea, it looks like that this journey is slowly coming to an end. I hope that this answer will be more satisfying to you.
I understand. but at least publish the version you changed
Is there a way to "younger" the whole playerdatabase or something like this? For example if I want to play a R2G and start in League 3 but still want to have Ronaldo, Messi & co around 3 years later, were they did not decrease like hell, simply because they got older..
I know that I can edit the birthday myself if they are in mine team, but I dont know if its possible to do so, while they are simply in the game?
Is there a way to "younger" the whole playerdatabase or something like this? For example if I want to play a R2G and start in League 3 but still want to have Ronaldo, Messi & co around 3 years later, were they did not decrease like hell, simply because they got older..
I know that I can edit the birthday myself if they are in mine team, but I dont know if its possible to do so, while they are simply in the game?
If you add player to your transfer hub, you can change his "birthdate" even if he isn't in your club. [Link]
i have a problem now all the matches i play is set to 3:00 pm i have to enter match setting and change the time
so any help in order to be back to normal (random time i mean)
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"FIFA18.exe"+1BB76E1)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
mov eax, 6DE2
originalcode:
cmp eax,00006DE2
exit:
jmp returnhere
"FIFA18.exe"+1BB76E1:
jmp newmem
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"FIFA18.exe"+1BB76E1:
cmp eax,00006DE2
//Alt: db 3D E2 6D 00 00