i followed your steps but cant launch the game it seems to know some files are not correct. (UPLAY version)
I followed the instructions and i am in the game now with Cheat Engine activated without problem. I am new at this with Cheat Engine, would appreciate if someone could help with tables.
Curious has anyone got the perk point to work I can increase it but I can't use the points if that makes any sense. It looks like it's changed Says I have 99 etc but I still only have the amount I had?
/*
aob->E8 ?? ?? ?? ?? F3 0F 10 0D ?? ?? ?? ?? 0F 2F C1 77 ?? 0F 2F F1 77
-7 bytes
*/
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"FC_m64.dll"+8CB23B6)
label(returnhere)
label(originalcode)
label(exit)
newmem+80: //this is allocated memory, you have read,write,execute access
//place your code here
pushfq
test rcx,rcx
je short _MyExit
movss xmm0,[rcx+1C]
movss [rcx+18],xmm0
_MyExit:
popfq
originalcode:
mov rcx,[rbx+50]
movaps xmm6,xmm0
exit:
jmp returnhere
"FC_m64.dll"+8CB23B6:
jmp newmem+80
nop
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"FC_m64.dll"+8CB23B6:
mov rcx,[rbx+50]
movaps xmm6,xmm0
//Alt: db 48 8B 4B 50 0F 28 F0
Works perfect for me on the Uplay version.. Already edited the money, going to edit perk points when I get home from work.. Thank you So much SunBeam and BooBoo!
Money only spot:
FC_m64.dll+AF9147A - 48 8D 48 40 - lea rcx,[rax+40]
FC_m64.dll+AF9147E - 48 8B 40 40 - mov rax,[rax+40]
lea rcx,[rax+40]
[rcx+0C] == MOney
Gets hit
when you enter the map screen
where you can see your money
sub rsp,28
//push crap
xor edx,edx
mov ecx,E28
call FC_m64.dll+22A810
test rax,rax // just to see if it's valid
je short @f
mov rdx,[rax+D90]
mov rax,[rdx]
//pop crap
add rsp,28
ret
@@:
xor eax,eax
//pop crap
add rsp,28
ret
Curious has anyone got the perk point to work I can increase it but I can't use the points if that makes any sense. It looks like it's changed Says I have 99 etc but I still only have the amount I had?
I guess it is like with the silver bars, as both are used in Arcade mode, they might be saved online, silver bars did work for me for a few minutes then the transactions failed