Far Cry 5 [Engine:Dunia Engine 2]

Upload your cheat tables here (No requests)
bloodaxis
Expert Cheater
Expert Cheater
Posts: 459
Joined: Thu Apr 13, 2017 5:09 am
Reputation: 57

Re: Far Cry 5 [Engine:Dunia 2]

Post by bloodaxis »

bonzay0 wrote:
Wed Mar 28, 2018 10:25 pm
Edit2:
added No Reload (which also give u infinite ammo if u have at least 1 bullet)
The No Reload script seems to also give certain enemy snipers unlimited ammo, meaning they can spam kill you in like 0.1 second. :D

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

qweasdzxc17
Expert Cheater
Expert Cheater
Posts: 167
Joined: Wed Apr 19, 2017 10:41 am
Reputation: 79

Re: Far Cry 5 [Engine:Dunia Engine 2]

Post by qweasdzxc17 »

qweasdzxc17 wrote:
Fri Mar 30, 2018 4:42 pm
budabum wrote:
Fri Mar 30, 2018 10:18 am
Inf Ammo (Everything)

Code: Select all

{ Game   : FarCry®5
  Version: 
  Date   : 2018-03-30
  Author : budabum

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(InfAmmoBet,FC_m64.dll,75 0D 8B 57 4C 39 D3 0F 42 D3 29 57 4C 89 D3)
alloc(infammomem,$1000,InfAmmoBet)
registersymbol(InfAmmoBet)

label(code)
label(return)
label(skiphere)

infammomem:

code:
  reassemble(InfAmmoBet)   //jne 7FFAB333A14B
  mov edx,[rdi+4C]
  cmp ebx,edx
  cmovb edx,ebx
  //filtered injection
    cmp r12d, B3F8DE3E //Pistols
    jz skiphere
    cmp r12d, DB72B88A //Rifle
    jz skiphere
    cmp r12d, DB4CB05F //Grenades
    jz skiphere
    cmp r12d, 83021337 //Molotov
    jz skiphere
    cmp r12d, EC1A4BAB //Explosive Arrow
    jz skiphere
    cmp r12d, EC18BEA6 //Flame Arrow
    jz skiphere
    cmp r12d, B3F9885B //Arrow
    jz skiphere
    cmp r12d, B3F944C4 //Shotgun Shell
    jz skiphere
    cmp r12d, 1B93266E //Shotgun Flame Shell
    jz skiphere
    cmp r12d, DB707C3F //Shotgun Slug
    jz skiphere
    cmp r12d, DB75CA49 //Sniper .50 Cal
    jz skiphere
    cmp r12d, DB75EF64 //Sniper .50 Cal Piercing
    jz skiphere
    cmp r12d, DB6FDC2C //Pistol Piercing
    jz skiphere
    cmp r12d, B3F8942E //Remote Explosive
    jz skiphere
    cmp r12d, B3F9C0EB //Proximity Explosive
    jz skiphere
    cmp r12d, 8302EC24 //Throwing Knife
    jz skiphere
    cmp r12d, 83037F62 //Bait
    jz skiphere
    cmp r12d, 9AE00408 //Dynamite
    jz skiphere
    cmp r12d, 5BD2B432 //Pipe Bomb
    jz skiphere
    cmp r12d, B3FA4191 //Grenade Launcherr
    jz skiphere
    cmp r12d, B3F97273 //SMG Ammo
    jz skiphere
    cmp r12d, DB701FDD //SMG Piercing
    jz skiphere
    cmp r12d, DB72E621 //Rifle Piercing
    jz skiphere
    cmp r12d, B3F959AC //LMG Ammo
    jz skiphere
    cmp r12d, DB745A94 //LMG Piercing
    jz skiphere
    cmp r12d, 7A75CFE2 //Rocket Cluster Ammo
    jz skiphere
    cmp r12d, DB78B52A //Rocket Flame Cluster Ammo
    jz skiphere
    cmp r12d, B3F9A6CB //Rocket Launcher Ammo
    jz skiphere
    cmp r12d, B3FA1F5A //Flame Thrower Ammo
    jz skiphere
  sub [rdi+4C],edx
skiphere:
  mov ebx,edx
  jmp return

InfAmmoBet:
  jmp far infammomem //14 bytes jump
  nop
return:


[DISABLE]

InfAmmoBet:
  db 75 0D 8B 57 4C 39 D3 0F 42 D3 29 57 4C 89 D3

unregistersymbol(InfAmmoBet)
dealloc(infammomem)

{
// ORIGINAL CODE - INJECTION POINT: "FC_m64.dll"+AFDA13C

"FC_m64.dll"+AFDA118: 0F 1F 84 00 00 00 00 00  -  nop [rax+rax+00000000]
"FC_m64.dll"+AFDA120: 48 89 5C 24 08           -  mov [rsp+08],rbx
"FC_m64.dll"+AFDA125: 57                       -  push rdi
"FC_m64.dll"+AFDA126: 48 83 EC 20              -  sub rsp,20
"FC_m64.dll"+AFDA12A: 48 8B 41 40              -  mov rax,[rcx+40]
"FC_m64.dll"+AFDA12E: 48 89 CF                 -  mov rdi,rcx
"FC_m64.dll"+AFDA131: 48 83 C1 40              -  add rcx,40
"FC_m64.dll"+AFDA135: 89 D3                    -  mov ebx,edx
"FC_m64.dll"+AFDA137: FF 50 18                 -  call qword ptr [rax+18]
"FC_m64.dll"+AFDA13A: 84 C0                    -  test al,al
// ---------- INJECTING HERE ----------
"FC_m64.dll"+AFDA13C: 75 0D                    -  jne FC_m64.dll+AFDA14B
"FC_m64.dll"+AFDA13E: 8B 57 4C                 -  mov edx,[rdi+4C]
"FC_m64.dll"+AFDA141: 39 D3                    -  cmp ebx,edx
"FC_m64.dll"+AFDA143: 0F 42 D3                 -  cmovb edx,ebx
"FC_m64.dll"+AFDA146: 29 57 4C                 -  sub [rdi+4C],edx
"FC_m64.dll"+AFDA149: 89 D3                    -  mov ebx,edx
// ---------- DONE INJECTING  ----------
"FC_m64.dll"+AFDA14B: 85 DB                    -  test ebx,ebx
"FC_m64.dll"+AFDA14D: 74 15                    -  je FC_m64.dll+AFDA164
"FC_m64.dll"+AFDA14F: 44 8B 47 4C              -  mov r8d,[rdi+4C]
"FC_m64.dll"+AFDA153: 48 89 F9                 -  mov rcx,rdi
"FC_m64.dll"+AFDA156: 4C 8B 0F                 -  mov r9,[rdi]
"FC_m64.dll"+AFDA159: 41 8D 14 18              -  lea edx,[r8+rbx]
}
It works now, but its super inefficient. I can only imagine how many cpu cycles im wasting with this.

qweasdzxc17
Expert Cheater
Expert Cheater
Posts: 167
Joined: Wed Apr 19, 2017 10:41 am
Reputation: 79

Re: Far Cry 5 [Engine:Dunia Engine 2]

Post by qweasdzxc17 »

mflvs wrote:
Fri Mar 30, 2018 5:09 pm
there is already an infinite ammo script that works for all weapons :) incase you werent aware.
i also have added most of the scripts to this topic to keep it cleaner and easier to find viewtopic.php?f=4&t=6351&p=40766#p40766
Was aware, but that script didnt sit right with me, jumping over the section of code responsible subtracting stuff out of inventory. (includes key items,crafting items etc.)

mflvs
Expert Cheater
Expert Cheater
Posts: 65
Joined: Fri Mar 03, 2017 8:55 pm
Reputation: 5

Re: Far Cry 5 [Engine:Dunia Engine 2]

Post by mflvs »

yeah, also works for money :P

User avatar
gir489
RCE Fanatics
RCE Fanatics
Posts: 670
Joined: Mon May 08, 2017 4:08 am
Reputation: 494

Re: Far Cry 5 [Engine:Dunia Engine 2]

Post by gir489 »

qweasdzxc17 wrote:
Fri Mar 30, 2018 5:10 pm
It works now, but its super inefficient. I can only imagine how many cpu cycles im wasting with this.
I could optimize this out for you, but really, I noticed that the infinite ammo script I posted only prevents things from being sold that I don't want it to. I just turn it off when I need to sell stuff from my inventory.

You're not wasting much, if anything, that's like 20 cycles which on anything after Sandy Bridge is a nanosecond at most. Also, it's only called when your inventory is changed. If this was called every frame, it would be cause for concern.

The biggest time wasters on a CPU are floating point operations, which is why the industry responded by making GPUs, since they're very fast at doing FPU math.

qweasdzxc17
Expert Cheater
Expert Cheater
Posts: 167
Joined: Wed Apr 19, 2017 10:41 am
Reputation: 79

Re: Far Cry 5 [Engine:Dunia Engine 2]

Post by qweasdzxc17 »

gir489 wrote:
Fri Mar 30, 2018 5:23 pm
I could optimize this out for you, but really, I noticed that the infinite ammo script I posted only prevents things from being sold that I don't want it to. I just turn it off when I need to sell stuff from my inventory.

You're not wasting much, if anything, that's like 20 cycles which on anything after Sandy Bridge is a nanosecond at most. Also, it's only called when your inventory is changed. If this was called every frame, it would be cause for concern.

The biggest time wasters on a CPU are floating point operations, which is why the industry responded by making GPUs, since they're very fast at doing FPU math.
Well thats a relief.

I'll be posting a second version soon, if your okay with optimizing it, you could take a look at that one.

qweasdzxc17
Expert Cheater
Expert Cheater
Posts: 167
Joined: Wed Apr 19, 2017 10:41 am
Reputation: 79

Re: Far Cry 5 [Engine:Dunia Engine 2]

Post by qweasdzxc17 »

Infinite Ammo V2

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>147</ID>
      <Description>"Inf. Ammo"</Description>
      <Options moHideChildren="1"/>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>
[ENABLE]

aobscanmodule(InfAmmoBet,FC_m64.dll,75 0D 8B 57 4C 39 D3 0F 42 D3 29 57 4C 89 D3)
alloc(infammomem,$1000,InfAmmoBet)
registersymbol(InfAmmoBet)
registersymbol(checkammo)
registersymbol(checkcrafting)

label(code)
label(return)
label(skiphere)
label(docrafting)
label(checkammo)
label(checkcrafting)
label(ender)

infammomem:

code:
  reassemble(InfAmmoBet)   //jne 7FFAB333A14B
  mov edx,[rdi+4C]
  cmp ebx,edx
  cmovb edx,ebx
  //filtered injection
    cmp byte [checkammo],0
    jz docrafting
    cmp r12d, B3F8DE3E //Pistols
    jz skiphere
    cmp r12d, DB72B88A //Rifle
    jz skiphere
    cmp r12d, DB4CB05F //Grenades
    jz skiphere
    cmp r12d, 83021337 //Molotov
    jz skiphere
    cmp r12d, EC1A4BAB //Explosive Arrow
    jz skiphere
    cmp r12d, EC18BEA6 //Flame Arrow
    jz skiphere
    cmp r12d, B3F9885B //Arrow
    jz skiphere
    cmp r12d, B3F944C4 //Shotgun Shell
    jz skiphere
    cmp r12d, 1B93266E //Shotgun Flame Shell
    jz skiphere
    cmp r12d, DB707C3F //Shotgun Slug
    jz skiphere
    cmp r12d, DB75CA49 //Sniper .50 Cal
    jz skiphere
    cmp r12d, DB75EF64 //Sniper .50 Cal Piercing
    jz skiphere
    cmp r12d, DB6FDC2C //Pistol Piercing
    jz skiphere
    cmp r12d, B3F8942E //Remote Explosive
    jz skiphere
    cmp r12d, B3F9C0EB //Proximity Explosive
    jz skiphere
    cmp r12d, 8302EC24 //Throwing Knife
    jz skiphere
    cmp r12d, 83037F62 //Bait
    jz skiphere
    cmp r12d, 9AE00408 //Dynamite
    jz skiphere
    cmp r12d, 5BD2B432 //Pipe Bomb
    jz skiphere
    cmp r12d, B3FA4191 //Grenade Launcherr
    jz skiphere
    cmp r12d, B3F97273 //SMG Ammo
    jz skiphere
    cmp r12d, DB701FDD //SMG Piercing
    jz skiphere
    cmp r12d, DB72E621 //Rifle Piercing
    jz skiphere
    cmp r12d, B3F959AC //LMG Ammo
    jz skiphere
    cmp r12d, DB745A94 //LMG Piercing
    jz skiphere
    cmp r12d, 7A75CFE2 //Rocket Cluster Ammo
    jz skiphere
    cmp r12d, DB78B52A //Rocket Flame Cluster Ammo
    jz skiphere
    cmp r12d, B3F9A6CB //Rocket Launcher Ammo
    jz skiphere
    cmp r12d, B3FA1F5A //Flame Thrower Ammo
    jz skiphere
    cmp r12d, CC1A6596 //Medkits
    jz skiphere
docrafting:
    cmp byte [checkcrafting],0
    jz ender
    cmp r12d, 45CBC280 //Buffs
    jz skiphere
ender:
  sub [rdi+4C],edx
skiphere:
  mov ebx,edx
  jmp return
checkammo:
  db 00
checkcrafting:
  db 00

InfAmmoBet:
  jmp far infammomem //14 bytes jump
  nop
return:


[DISABLE]

InfAmmoBet:
  db 75 0D 8B 57 4C 39 D3 0F 42 D3 29 57 4C 89 D3

unregistersymbol(InfAmmoBet)
dealloc(infammomem)

{
// ORIGINAL CODE - INJECTION POINT: "FC_m64.dll"+AFDA13C

"FC_m64.dll"+AFDA118: 0F 1F 84 00 00 00 00 00  -  nop [rax+rax+00000000]
"FC_m64.dll"+AFDA120: 48 89 5C 24 08           -  mov [rsp+08],rbx
"FC_m64.dll"+AFDA125: 57                       -  push rdi
"FC_m64.dll"+AFDA126: 48 83 EC 20              -  sub rsp,20
"FC_m64.dll"+AFDA12A: 48 8B 41 40              -  mov rax,[rcx+40]
"FC_m64.dll"+AFDA12E: 48 89 CF                 -  mov rdi,rcx
"FC_m64.dll"+AFDA131: 48 83 C1 40              -  add rcx,40
"FC_m64.dll"+AFDA135: 89 D3                    -  mov ebx,edx
"FC_m64.dll"+AFDA137: FF 50 18                 -  call qword ptr [rax+18]
"FC_m64.dll"+AFDA13A: 84 C0                    -  test al,al
// ---------- INJECTING HERE ----------
"FC_m64.dll"+AFDA13C: 75 0D                    -  jne FC_m64.dll+AFDA14B
"FC_m64.dll"+AFDA13E: 8B 57 4C                 -  mov edx,[rdi+4C]
"FC_m64.dll"+AFDA141: 39 D3                    -  cmp ebx,edx
"FC_m64.dll"+AFDA143: 0F 42 D3                 -  cmovb edx,ebx
"FC_m64.dll"+AFDA146: 29 57 4C                 -  sub [rdi+4C],edx
"FC_m64.dll"+AFDA149: 89 D3                    -  mov ebx,edx
// ---------- DONE INJECTING  ----------
"FC_m64.dll"+AFDA14B: 85 DB                    -  test ebx,ebx
"FC_m64.dll"+AFDA14D: 74 15                    -  je FC_m64.dll+AFDA164
"FC_m64.dll"+AFDA14F: 44 8B 47 4C              -  mov r8d,[rdi+4C]
"FC_m64.dll"+AFDA153: 48 89 F9                 -  mov rcx,rdi
"FC_m64.dll"+AFDA156: 4C 8B 0F                 -  mov r9,[rdi]
"FC_m64.dll"+AFDA159: 41 8D 14 18              -  lea edx,[r8+rbx]
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>150</ID>
          <Description>"Infinite Ammo + Medkit"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Disabled
1:Enabled
</DropDownList>
          <LastState Value="0" RealAddress="7FFCCA7501CE"/>
          <VariableType>Byte</VariableType>
          <Address>checkammo</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>151</ID>
          <Description>"Infinite Craftables"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Disabled
1:Enabled
</DropDownList>
          <LastState Value="0" RealAddress="7FFCCA7501CF"/>
          <VariableType>Byte</VariableType>
          <Address>checkcrafting</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

User avatar
STN
Founder
Founder
Posts: 4431
Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3449

Re: Far Cry 5 [Engine:Dunia Engine 2]

Post by STN »

Compiled all the scripts posted so far into one cheat table in the main thread. Please continue posting scripts there as that gets the most exposure :)

viewtopic.php?f=4&t=6317

User avatar
movax
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Mar 22, 2017 11:00 am
Reputation: 0

Re: Far Cry 5 [Engine:Dunia Engine 2]

Post by movax »

Thanks to everyone involved in creating this EAC bypass. It was a lot of fun reading all the surrounding drama.

Aressian
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Mar 30, 2018 8:58 pm
Reputation: 0

Re: Far Cry 5 [Engine:Dunia Engine 2]

Post by Aressian »

Hello! I've done everything on the instructions and it asks me for an activation code :c

Marcelo
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Mar 30, 2018 9:33 pm
Reputation: 0

Re: Far Cry 5 [Engine:Dunia Engine 2]

Post by Marcelo »

Thank you brother!

RafiQ888
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Mar 30, 2018 10:27 pm
Reputation: 0

Re: Far Cry 5 [Engine:Dunia Engine 2]

Post by RafiQ888 »

I have an error (0xc0000142) and after this error is Unkown file version ... / fc_m64.dll

bonzay0
Expert Cheater
Expert Cheater
Posts: 55
Joined: Fri Sep 08, 2017 1:43 pm
Reputation: 10

Re: Far Cry 5 [Engine:Dunia 2]

Post by bonzay0 »

bloodaxis wrote:
Fri Mar 30, 2018 5:10 pm
bonzay0 wrote:
Wed Mar 28, 2018 10:25 pm
Edit2:
added No Reload (which also give u infinite ammo if u have at least 1 bullet)
The No Reload script seems to also give certain enemy snipers unlimited ammo, meaning they can spam kill you in like 0.1 second. :D
Damn... I need to check if I can bypass that somehow.
Did you try mflvs version of the no reload?

mansonipa
Noobzor
Noobzor
Posts: 6
Joined: Fri Mar 30, 2018 9:34 pm
Reputation: 0

Re: Far Cry 5 [Engine:Dunia Engine 2]

Post by mansonipa »

My comment was denied for being off topic except it pertained to exactly what this topic was and did not violate any forum rules. I guess they just silence people they don't agree with.

User avatar
gir489
RCE Fanatics
RCE Fanatics
Posts: 670
Joined: Mon May 08, 2017 4:08 am
Reputation: 494

Re: Far Cry 5 [Engine:Dunia Engine 2]

Post by gir489 »

[Link].

Post Reply

Who is online

Users browsing this forum: admantx, Blueskadoo, CriticalMomento1, DotBot, Fullcodes, GenieBer, Google Adsense [Bot], KittyKat, kjhpc, miakazumi, Numbers66, sinner2469