Far Cry: Primal - Dunia 2 Cheats and more..

Upload your cheat tables here (No requests)
User avatar
Dark❶
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Mar 09, 2017 5:43 pm
Reputation: 0

Far Cry: Primal - Dunia 2 Cheats and more..

Post by Dark❶ »

[QUOTE="STN, post: 50554, member: 1"]Fixed. All credits to Sunbeam[/QUOTE]

Thanks to You and [USER=12587]@SunBeam[/USER] . ?

------------------------------

BTW , is all users are denied to see their Reaction?

Coz I get "No permission to view reactions" Err0r.

if any extra details required then let me know.



Best regards ?

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

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

Far Cry: Primal - Dunia 2 Cheats and more..

Post by STN »

Yeah, this was done to avoid abuse (someone would react negative and in return get a million negative reacts back from the angry user).

User avatar
SunBeam
Administration
Administration
Posts: 4765
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4404

Far Cry: Primal - Dunia 2 Cheats and more..

Post by SunBeam »

[USER=1]@STN[/USER]: You've credited me once in the main post, LOL. It wasn't about crediting, just thought you don't have the table; in which event I would've uploaded it.
Last edited by SunBeam on Thu Jan 01, 1970 12:00 am, edited 1 time in total.

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

Far Cry: Primal - Dunia 2 Cheats and more..

Post by STN »

[USER=12587]@SunBeam[/USER] I know, mentioned it so he doesn't think i made it.

User avatar
rambo99jose
Table Makers
Table Makers
Posts: 211
Joined: Sun Mar 18, 2018 6:24 am
Reputation: 134

Re: Far Cry: Primal - Dunia 2 Cheats and more..

Post by rambo99jose »

Game Version: 1.3.3 (CPY)

Unlimited Throwables, when it reaches 0 you won't shoot blanks :P

Code: Select all

{ Game   : FCPrimal.exe
  Version: 
  Date   : 2019-04-19
  Author : axyd

  Unlimited Throwables
}

[ENABLE]

aobscanmodule(limtproj,FCPrimal.exe,83 B9 88 00 00 00 00 0F 8F) // should be unique
alloc(newmem,$1000,"FCPrimal.exe"+4968B9C)

label(code)
label(return)

newmem:
  //cmp dword ptr [rcx+00000088],00
  jmp return

code:
  cmp dword ptr [rcx+00000088],00
  jmp return

limtproj:
  jmp newmem
  nop
  nop
return:
registersymbol(limtproj)

[DISABLE]

limtproj:
  db 83 B9 88 00 00 00 00

unregistersymbol(limtproj)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "FCPrimal.exe"+4968B9C

"FCPrimal.exe"+4968B76: 56                       -  push rsi
"FCPrimal.exe"+4968B77: 57                       -  push rdi
"FCPrimal.exe"+4968B78: 41 54                    -  push r12
"FCPrimal.exe"+4968B7A: 41 56                    -  push r14
"FCPrimal.exe"+4968B7C: 48 8D AC 24 70 FF FF FF  -  lea rbp,[rsp-00000090]
"FCPrimal.exe"+4968B84: 48 81 EC 90 01 00 00     -  sub rsp,00000190
"FCPrimal.exe"+4968B8B: 48 8B 41 40              -  mov rax,[rcx+40]
"FCPrimal.exe"+4968B8F: 49 89 CC                 -  mov r12,rcx
"FCPrimal.exe"+4968B92: 49 89 D6                 -  mov r14,rdx
"FCPrimal.exe"+4968B95: 48 8B 88 B8 00 00 00     -  mov rcx,[rax+000000B8]
// ---------- INJECTING HERE ----------
"FCPrimal.exe"+4968B9C: 83 B9 88 00 00 00 00     -  cmp dword ptr [rcx+00000088],00
// ---------- DONE INJECTING  ----------
"FCPrimal.exe"+4968BA3: 0F 8F 95 01 00 00        -  jg FCPrimal.exe+4968D3E
"FCPrimal.exe"+4968BA9: 80 B9 91 00 00 00 00     -  cmp byte ptr [rcx+00000091],00
"FCPrimal.exe"+4968BB0: 0F 85 88 01 00 00        -  jne FCPrimal.exe+4968D3E
"FCPrimal.exe"+4968BB6: E8 D5 BC EF FF           -  call FCPrimal.exe+4864890
"FCPrimal.exe"+4968BBB: 48 89 C1                 -  mov rcx,rax
"FCPrimal.exe"+4968BBE: E8 0D 4C 7A 01           -  call FCPrimal.exe+610D7D0
"FCPrimal.exe"+4968BC3: 48 8B 48 68              -  mov rcx,[rax+68]
"FCPrimal.exe"+4968BC7: 83 79 38 00              -  cmp dword ptr [rcx+38],00
"FCPrimal.exe"+4968BCB: 0F 87 6D 01 00 00        -  ja FCPrimal.exe+4968D3E
"FCPrimal.exe"+4968BD1: 4C 8D 25 88 F6 22 FE     -  lea r12,[FCPrimal.exe+2B98260]
}

MFDOOM
Novice Cheater
Novice Cheater
Posts: 21
Joined: Sun Dec 23, 2018 2:50 am
Reputation: 3

Re: Far Cry: Primal - Dunia 2 Cheats and more..

Post by MFDOOM »

Thank you for the table OP. One question tho; is there anyway to change the assigned Numpad 7 and Numpad 9 keys for the inventory editor?


Unfortunately i have a keyboard with no keypad :(

User avatar
rambo99jose
Table Makers
Table Makers
Posts: 211
Joined: Sun Mar 18, 2018 6:24 am
Reputation: 134

Re: Far Cry: Primal - Dunia 2 Cheats and more..

Post by rambo99jose »

MFDOOM wrote:
Thu May 09, 2019 2:52 am
Thank you for the table OP. One question tho; is there anyway to change the assigned Numpad 7 and Numpad 9 keys for the inventory editor?


Unfortunately i have a keyboard with no keypad :(
Microsoft On-screen keyboard, open start menu and type 'virtual keyboard'

MFDOOM
Novice Cheater
Novice Cheater
Posts: 21
Joined: Sun Dec 23, 2018 2:50 am
Reputation: 3

Re: Far Cry: Primal - Dunia 2 Cheats and more..

Post by MFDOOM »

rambo99jose wrote:
Thu May 09, 2019 2:54 am
MFDOOM wrote:
Thu May 09, 2019 2:52 am
Thank you for the table OP. One question tho; is there anyway to change the assigned Numpad 7 and Numpad 9 keys for the inventory editor?


Unfortunately i have a keyboard with no keypad :(
Microsoft On-screen keyboard, open start menu and type 'virtual keyboard'
I tried that but the game kept going to pause menu anytime i opened the onscreen keyboard.


Edit: nevermind got it to work, went to windowed mode and moved the keyboard over the game. Opened up the inventory and moved mouse until it was over keyboard, hit esc and it closed inventory and i was able to use numpad. Ty

User avatar
SunBeam
Administration
Administration
Posts: 4765
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4404

Re: Far Cry: Primal - Dunia 2 Cheats and more..

Post by SunBeam »

Yes, there is:

Image

And this: [Link]

Image

Change them to the values you want.

BR,
Sun

Mancubus
Noobzor
Noobzor
Posts: 7
Joined: Sun Jun 02, 2019 1:39 pm
Reputation: 0

Re: Far Cry: Primal - Dunia 2 Cheats and more..

Post by Mancubus »

HI all. Thanks for the table! I wnet quickly through Far Cry Primal / 5 / New Dawn threads, and neither of tables contains removing hud/hands/weapons. I assume it's just not possible to do it then in this engine this way? At least nobody was successful until now.

User avatar
SunBeam
Administration
Administration
Posts: 4765
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4404

Re: Far Cry: Primal - Dunia 2 Cheats and more..

Post by SunBeam »

Sorry, I don't really care for game photography or fly cams for movies/photos. Cheers!

User avatar
sonitaaa
Cheater
Cheater
Posts: 27
Joined: Thu Aug 08, 2019 1:29 pm
Reputation: 2

Re: Far Cry: Primal - Dunia 2 Cheats and more..

Post by sonitaaa »

woah, some cant use but I liked hehe

Aliamated
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Mar 10, 2022 8:36 am
Reputation: 0

Re: Far Cry: Primal - Dunia 2 Cheats and more..

Post by Aliamated »

Hey guys sorry to necro an old thread but is there anyway I could get my hands on this table please? I've had a look around and can't find any others but this one seems to be the most reliable. I am completely useless with CE so doing this on my own is rather difficult. The download link for this table leads to a page saying it's no longer available

If anyone could help that would be greatly appreciated.

Post Reply

Who is online

Users browsing this forum: Baidu [Spider], harnoor, imnotatroll, KasumiGoto, kks7749, le3tgam3r, matthew, Necrosx, plmanith17, RogueTech, trohed