They forgot about 5* skill move cheaters.
Cheat engine script:
Happy skilling.
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