Page 4 of 32

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:34 pm
by Nick0Taylor
d0nar wrote:
Wed Mar 28, 2018 7:29 pm
@Nick0Taylor try running the FarCry5.exe as admin from folder, that solved it for me
nope didnt work either it says i do not have the adequent rights to access this file

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:35 pm
by SunBeam
peebeee wrote:
Wed Mar 28, 2018 7:03 pm
Using Steam version ...did all that was said and i get:

Failed to start process for Far Cry 5

"Access is denied." 0x5
Run FarCry5.exe as Administrator.

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:35 pm
by ВРС
Nick0Taylor wrote:
Wed Mar 28, 2018 7:26 pm
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.

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:35 pm
by SunBeam
Nick0Taylor wrote:
Wed Mar 28, 2018 7:34 pm
d0nar wrote:
Wed Mar 28, 2018 7:29 pm
@Nick0Taylor try running the FarCry5.exe as admin from folder, that solved it for me
nope didnt work either it says i do not have the adequent rights to access this file
Hop on Discord and have TeamViewer open. I can assist.

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:39 pm
by psycore
I have the same problem as Nick0Taylor. and i use uplay

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:40 pm
by sebastianyyz
Thank you SunBeam, and fuck those guys from CH

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:41 pm
by SunBeam
psycore wrote:
Wed Mar 28, 2018 7:39 pm
I have the same problem as Nick0Taylor. and i use uplay
TFL1991 - Today at 10:37 PM
access denied bug was fixed with restart in my case

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:42 pm
by REDHERO
I had to reinstall the game and launch in admin, and don't install in uplay folder, it worked really well for me.

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:45 pm
by theonlypandaa
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?

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:45 pm
by SunBeam
God Mode from BooBoo:

Code: Select all

/*
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

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:46 pm
by patriautism
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!

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:49 pm
by SunBeam
Money:

Code: Select all

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

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:51 pm
by darkzonez
Loving this thanks Sunbeam!

EDIT: Does someone know the health code? is it 100 from the start? then 99-98?

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:51 pm
by SunBeam
Pseudo to Perk Points:

Code: Select all

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
Or just use either of these spots:

Code: Select all

FC_m64.dll+B887302 - 48 89 C3              - mov rbx,rax
FC_m64.dll+B887305 - 48 8B 0D 64C853F9     - mov rcx,[FC_m64.dll+4DC3B70] { [17B62ABDC00] }
FC_m64.dll+B88730C - E8 CF9009F5           - call FC_m64.dll+9203E0
FC_m64.dll+B887311 - 8B 0B                 - mov ecx,[rbx] <--
FC_m64.dll+B887313 - E8 981FF1F5           - call FC_m64.dll+17992B0
FC_m64.dll+B887318 - 84 C0                 - test al,al

FC_m64.dll+221B7FE - 49 8B 94 24 900D0000  - mov rdx,[r12+00000D90]
FC_m64.dll+221B806 - 48 8B D8              - mov rbx,rax
FC_m64.dll+221B809 - 48 8B 0D 6083BA02     - mov rcx,[FC_m64.dll+4DC3B70] { [17B62ABDC00] }
FC_m64.dll+221B810 - E8 CB4B70FE           - call FC_m64.dll+9203E0
FC_m64.dll+221B815 - 44 8B 0B              - mov r9d,[rbx] <--
FC_m64.dll+221B818 - 4C 8D 05 8DCCE201     - lea r8,[FC_m64.dll+40484AC] { [00750025] }
FC_m64.dll+221B81F - BA 0C000000           - mov edx,0000000C { 12 }
FC_m64.dll+221B824 - 48 8D 4D 58           - lea rcx,[rbp+58]
These 2 above are hit when you open the Perks menu/tab.

Re: Far Cry 5 [Engine:Dunia 2]

Posted: Wed Mar 28, 2018 7:52 pm
by d0nar
theonlypandaa wrote:
Wed Mar 28, 2018 7:45 pm
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 :roll: