EA forgot about something

07/02/2017 17:22 Aranaktu#1
They forgot about 5* skill move cheaters.
Cheat engine script:
Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"FIFA17.exe"+8170BCA) 
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
pushf

originalcode:
mov ecx,r9d
lea rdi,[rax+rcx*8]
cmp rcx, 33
jne exit
mov [rdi], #4
jmp exit

exit:
popf
jmp returnhere

"FIFA17.exe"+8170BCA:
jmp newmem
nop
nop
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"FIFA17.exe"+8170BCA:
mov ecx,r9d
lea rdi,[rax+rcx*8]
//Alt: db 44 89 C9 48 8D 3C C8
Happy skilling.
07/02/2017 17:29 danielhop#2
is 5 star weakfoot possible too???
07/02/2017 18:14 DavidLuizLOL#3
not helping.. people will report you but thanks anyway
07/02/2017 19:04 gudek#4
Quote:
Originally Posted by pawelek212 View Post
They forgot about 5* skill move cheaters.
Cheat engine script:
Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"FIFA17.exe"+8170BCA) 
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
pushf

originalcode:
mov ecx,r9d
lea rdi,[rax+rcx*8]
cmp rcx, 33
jne exit
mov [rdi], #4
jmp exit

exit:
popf
jmp returnhere

"FIFA17.exe"+8170BCA:
jmp newmem
nop
nop
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"FIFA17.exe"+8170BCA:
mov ecx,r9d
lea rdi,[rax+rcx*8]
//Alt: db 44 89 C9 48 8D 3C C8
Happy skilling.

Dude thnx for telling it!! Now we can all report and forward this to ea so they will fix it in next week or two. Btw if you found out anything else pls tell so EA will be able to fix it.
07/02/2017 19:07 lms2top#5
5* Weakfoot would be great too! :D

People are so fucked up, they come to Cheats forums to complain and cry.
07/02/2017 19:29 gudek#6
Quote:
Originally Posted by lms2top View Post
5* Weakfoot would be great too! :D

People are so fucked up, they come to Cheats forums to complain and cry.
It would be, but shame EA will fix it in a week or so :( .
07/02/2017 20:04 Seyhey#7
@[Only registered and activated users can see links. Click Here To Register...] why you changed this much this year ? you was making trainers and now you are helping ea ?
(it's good tho, nice <3 )
07/03/2017 14:20 Aranaktu#8
Quote:
Originally Posted by Seyhey View Post
@[Only registered and activated users can see links. Click Here To Register...] why you changed this much this year ? you was making trainers and now you are helping ea ?
(it's good tho, nice <3 )
I'm still making trainers. Some of them were public (career mode cheat table) and some of them were not.
Publishing source code probably doesn't help them that much. They know exactly where the problem is. I just simply want to check how fast they can fix "new" cheat.

Quote:
Originally Posted by gudek View Post
Dude thnx for telling it!! Now we can all report and forward this to ea so they will fix it in next week or two. Btw if you found out anything else pls tell so EA will be able to fix it.
It's EA, they will not fix it in week or two. xD

5* weak foot, 5* skill moves, and 120cm Height:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"FIFA17.exe"+8170BCA)
label(returnhere)
label(originalcode)
label(Height)
label(SkillMoves)
label(WeakFoot)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
pushf

originalcode:
mov ecx,r9d
lea rdi,[rax+rcx*8]
cmp rcx, 27
je Height
cmp rcx, 33
je SkillMoves
cmp rcx, 4A
je WeakFoot
jmp exit

Height:
mov [rdi], #120 // Height
jmp exit

SkillMoves:
mov [rdi], #4 // SkillMoves
jmp exit

WeakFoot:
mov [rdi], #5 // WeakFoot
jmp exit


exit:
popf
jmp returnhere

"FIFA17.exe"+8170BCA:
jmp newmem
nop
nop
returnhere:




[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"FIFA17.exe"+8170BCA:
mov ecx,r9d
lea rdi,[rax+rcx*8]
//Alt: db 44 89 C9 48 8D 3C C8
07/03/2017 15:35 .Krusty#9
Quote:
Originally Posted by pawelek212 View Post
I'm still making trainers. Some of them were public (career mode cheat table) and some of them were not.
Publishing source code probably doesn't help them that much. They know exactly where the problem is. I just simply want to check how fast they can fix "new" cheat.


It's EA, they will not fix it in week or two. xD

5* weak foot, 5* skill moves, and 120cm Height:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"FIFA17.exe"+8170BCA)
label(returnhere)
label(originalcode)
label(Height)
label(SkillMoves)
label(WeakFoot)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
pushf

originalcode:
mov ecx,r9d
lea rdi,[rax+rcx*8]
cmp rcx, 27
je Height
cmp rcx, 33
je SkillMoves
cmp rcx, 4A
je WeakFoot
jmp exit

Height:
mov [rdi], #120 // Height
jmp exit

SkillMoves:
mov [rdi], #4 // SkillMoves
jmp exit

WeakFoot:
mov [rdi], #5 // WeakFoot
jmp exit


exit:
popf
jmp returnhere

"FIFA17.exe"+8170BCA:
jmp newmem
nop
nop
returnhere:




[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"FIFA17.exe"+8170BCA:
mov ecx,r9d
lea rdi,[rax+rcx*8]
//Alt: db 44 89 C9 48 8D 3C C8
Do you have something for sprint speed?
07/03/2017 19:19 Aranaktu#10
nope.
07/04/2017 04:10 Seyhey#11
Quote:
Originally Posted by lms2top View Post
Can you make an trainer with this script an post it here?
He gave you the script, that's better lol
07/05/2017 23:03 erman1339#12
How does this work dude?