http://soccergaming.com/showpost.php?p= ... stcount=21
FIFA 17 - Career mode Table
Re: FIFA 17 - Career mode Table
Does anyone have a list of IDs for celebrations, fk styles, etc. ?
There was one in the old CE topic but has since been removed.
There was one in the old CE topic but has since been removed.
Re: FIFA 17 - Career mode Table
hidexiii wrote: I found some information about your cheat table we can edit free kick style and penalty style, running celebra and finishing celebra. I tested and it's work you should try. you can see description in my attachment picture.
you can change like that:
free kick styles
0 Default
1 Far from ball (Roberto carlos) must be
2 90 degrees (beckham) must be
3 Hand high on hips (pirlo) must be
4 Hand low on hips (messi and must be cahalnoglu)
5 Straight run (lampard)
6 Slow buildup (Suarez and must be Pjanic)
7 Deep breath (ronaldo)
8 Technique (Juninho pernambucano)
9 Samba (Ronaldinho)
10 Wide stance (bale)
Penalty kick style:
1 Default
3 Stand tall
4 Deep breath (ronaldo)
5 Hand on hips, head down
6 Wide stance
7 Medium stance
8 Staggered stance
9 Wide stance, arm down
10 Relaxed
Re: FIFA 17 - Career mode Table
Amazing work with this table!
I got two questions tho
In Unknownvalues; what does the 62 option do? I know its unknown, but maybe you might have an idea
Will there be an option to choose captain in the future, this would come in handly when playing Player Carreer Mode.
Thanks
I got two questions tho
In Unknownvalues; what does the 62 option do? I know its unknown, but maybe you might have an idea
Will there be an option to choose captain in the future, this would come in handly when playing Player Carreer Mode.
Thanks
Re: FIFA 17 - Career mode Table

UPDATE - 03.05.2017
- Player Edit is now unlocked for everyone
- Now you can edit player stats via ingame player editor
Download:
Code: Select all
https://mega.nz/#!MB91UB4Z!ybXqtImBH_SYipUd5uS3nXdwmwFwh-lsa216V2HGfJk
I have no idea what '62' is. I'm too lazy to compare values from FIFA database with that.geege132 wrote: ↑Wed May 03, 2017 5:16 pmAmazing work with this table!
I got two questions tho
In Unknownvalues; what does the 62 option do? I know its unknown, but maybe you might have an idea
Will there be an option to choose captain in the future, this would come in handly when playing Player Carreer Mode.
Thanks
I'll add 'choose captain' to my long TODO list.
Last edited by Aranaktu on Thu May 04, 2017 11:14 am, edited 1 time in total.
Re: FIFA 17 - Career mode Table
Newest version has bug Aranktu.
When you go to your formation then back, the main menu dissapeared and u only can save then exit.
Can you check and also where can i download all the older version?

When you go to your formation then back, the main menu dissapeared and u only can save then exit.
Can you check and also where can i download all the older version?

Re: FIFA 17 - Career mode Table
UPDATE - 04.05.2017
- Hotfix (http://i.imgur.com/0WeKP2f.png).
- Hotfix (http://i.imgur.com/0WeKP2f.png).
Code: Select all
https://mega.nz/#!MB91UB4Z!ybXqtImBH_SYipUd5uS3nXdwmwFwh-lsa216V2HGfJk
https://mega.nz/#F!xV03EI5C!kMY6JbVZw4iwYyoJZCOYmA
Re: FIFA 17 - Career mode Table
Hello my friend Aranaktu and congratulations for your excellent work!!! I have a question... How can I save all my choices in Cheat Engine so don't have to set them everytime again and again? Thank you for your time!!!
Re: FIFA 17 - Career mode Table
With .lua script.
Code: Select all
getAddressList().getMemoryRecordByDescription("x").Active=true
In Cheat Engine main window click on "Table" -> "Show cheat table lua script" or press "CTRL + ALT + L" -> Copy and paste this lua script (This is my lua script to activate Training everyday, 5 star skill moves etc.):
Code: Select all
function AutoAttach()
local ProcessName = "FIFA17.exe"
local ProcessName_Trial = "FIFA17_TRIAL.exe"
local UseAutoActivator = true
local ProcIDNormal = getProcessIDFromProcessName(ProcessName)
local ProcIDTrial = getProcessIDFromProcessName(ProcessName_Trial)
if ProcIDNormal ~= nil then
openProcess(ProcessName)
timer_setEnabled(AutoAttachTimer, false)
AutoActivator(UseAutoActivator)
elseif ProcIDTrial ~= nil then
openProcess(ProcessName_Trial)
timer_setEnabled(AutoAttachTimer, false)
AutoActivator(UseAutoActivator)
end
end
function AutoActivator(UseAutoActivator)
if UseAutoActivator ~= true then
return
end
getAddressList().getMemoryRecordByDescription("ActivateItFirst").Active=true
getAddressList().getMemoryRecordByDescription("Training sim - A").Active=true
getAddressList().getMemoryRecordByDescription("Training Everyday").Active=true
getAddressList().getMemoryRecordByDescription("Reveal player data").Active=true
getAddressList().getMemoryRecordByDescription("SCOUT_REPORT_PLAYERS = 15").Active=true
getAddressList().getMemoryRecordByDescription("Only 16yo players").Active=true
getAddressList().getMemoryRecordByDescription("Reveal ovr and pot").Active=true
getAddressList().getMemoryRecordByDescription("PRIMARY_ATTRIBUTES_RANGE = [10, 20]").Active=true
getAddressList().getMemoryRecordByDescription("SECONDARY_ATTRIBUTES_RANGE = [10, 20]").Active=true
getAddressList().getMemoryRecordByDescription("Disable Morale").Active=true
getAddressList().getMemoryRecordByDescription("In-Game Hacks").Active=true
getAddressList().getMemoryRecordByDescription("Home - 5 stars skill moves").Active=true
getAddressList().getMemoryRecordByDescription("Away - 5 stars skill moves").Active=true
getAddressList().getMemoryRecordByDescription("transfer.ini").Active=true
end
AutoAttachTimer = createTimer(nil)
timer_onTimer(AutoAttachTimer, AutoAttach)
timer_setInterval(AutoAttachTimer, 1000)
timer_setEnabled(AutoAttachTimer, true)
And now when you will open the table it will ask you something like "this table contains lua script, do you want to execute it?" and just press "yes" or "yes to all" and you should be auto attached to the game process with activated scripts.
Re: FIFA 17 - Career mode Table
Send a message to inbox New CE table add JobOffers & TransfersTranfer.iniAranaktu wrote: ↑Thu May 04, 2017 11:20 amUPDATE - 04.05.2017
- Hotfix (http://i.imgur.com/0WeKP2f.png).
Code: Select all
https://mega.nz/#!MB91UB4Z!ybXqtImBH_SYipUd5uS3nXdwmwFwh-lsa216V2HGfJkhttps://mega.nz/#F!xV03EI5C!kMY6JbVZw4iwYyoJZCOYmA
Re: FIFA 17 - Career mode Table
Sorry if its out of topic. But what more we can do with table? i mean, more versions will come right?
Re: FIFA 17 - Career mode Table
The last table works strange.
The Cheat Engine always lags when I activate it, for some reasons open "In-Game Hacks" section..
It seems that "Transfer Window" section stopped working - transfers don't happen at all!
After I made several saves it somehow activated one of the options of "Youth Players" section.
Does anyone has such problems?
The Cheat Engine always lags when I activate it, for some reasons open "In-Game Hacks" section..
It seems that "Transfer Window" section stopped working - transfers don't happen at all!
After I made several saves it somehow activated one of the options of "Youth Players" section.
Does anyone has such problems?
Re: FIFA 17 - Career mode Table
ohh.. I forgot to remove my lua script for auto activating things in table before I released it. I'll fix it tomorrow.Voron wrote: ↑Mon May 08, 2017 12:47 pmThe last table works strange.
The Cheat Engine always lags when I activate it, for some reasons open "In-Game Hacks" section..
It seems that "Transfer Window" section stopped working - transfers don't happen at all!
After I made several saves it somehow activated one of the options of "Youth Players" section.
Does anyone has such problems?
Meanwhile you can open table -> Press "CTRL + ALT + L" to edit lua script. -> replace:
Code: Select all
local UseAutoActivator = trueCode: Select all
local UseAutoActivator = falseRe: FIFA 17 - Career mode Table
Just a heads up that FIFA17 has updated and it appears to cause the game to crash when the table is activated. If you have the time to update the table that would be greatly appreciated thank you 
Who is online
Users browsing this forum: ChorizoConWebo, Google [Bot], justiny, TheByteSize




