theHunter: Call of The Wild

Upload your cheat tables here (No requests)
GingerCat
Cheater
Cheater
Posts: 41
Joined: Tue May 25, 2021 11:49 am
Reputation: 4

Re: theHunter: Call of The Wild

Post by GingerCat »

liuxmark3 wrote:
Thu Jun 24, 2021 3:34 am
GingerCat wrote:
Tue Jun 22, 2021 8:45 am
Here is the one I use. every thing works.

It has the following:

Auto-Waypoint from AlexS
Trophy from AlexS
Speed from AlexS
Highlight animals
Calm Animals
Internal game time
Zero Current Backpack Weight
Highlighted animals Will make other players' screens flicker
I've played with my friends on multiplayer with it on and it didn't do anything on their side.

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

liuxmark3
Novice Cheater
Novice Cheater
Posts: 17
Joined: Tue Jun 22, 2021 12:01 am
Reputation: 0

Re: theHunter: Call of The Wild

Post by liuxmark3 »

GingerCat wrote:
Thu Jun 24, 2021 11:14 am
liuxmark3 wrote:
Thu Jun 24, 2021 3:34 am
GingerCat wrote:
Tue Jun 22, 2021 8:45 am
Here is the one I use. every thing works.

It has the following:

Auto-Waypoint from AlexS
Trophy from AlexS
Speed from AlexS
Highlight animals
Calm Animals
Internal game time
Zero Current Backpack Weight
Highlighted animals Will make other players' screens flicker
I've played with my friends on multiplayer with it on and it didn't do anything on their side.
Can you introduce the function of animal navigation。idk

Djizox
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Jul 15, 2020 12:34 pm
Reputation: 0

Re: theHunter: Call of The Wild

Post by Djizox »

Spoiler
ctl3d32 wrote:
Sat Jul 04, 2020 6:19 pm
Tables for game version 1863225, 1867324, 1928209 and 1939208.

What it has:

a) weapon mod: no sway, no recoil, gravity disabled for bullets & arrows
b) improved option to highlight animals (works like wallhack): living animals are green, dead ones are magenta, spotted (tagged) animal highlight style is preserved as default, high weight animals are highlighted in red (default is 0.95 (95%) of max weight, but can be changed by the user in the table).
c) one hit kill
d) added some tagged (spotted) animal information.
e) added zero backpack current weight
f) added internal game time
g) added sneak data ( heartbeat, visibility, etc...), although it seems to make no difference.
h) respawned animals will have max weight. That means that male animals will give you diamond.
i) Disable Animal AI

Update 1
[New] Disable Animal AI
[Fix] Removed gravity compensation for arrows.

Update 2
[New] respawned animals will have max weight script is back

Update 3
[New] Table updated for game version 1867324

Update 4
[New] Table updated for game version 1928209
[New] Cheat Engine 7.2 is required.
[New] Added an option to highlight in red: male, female or both.
[New] Added an option to toggle Animal AI on and off.
[New] Added an option to toggle highlight, but it is not working as intended. It won't reflect changes in the game if it is not forced, like when trying to tag the animal.
[New] Due to some changes in the game code, the option "Respawned animals will have max weight" is not working like before and needs verification.

Update 5
[New] Table updated for game version 1939208
[Fix] Minor fix that prevented tagged animal to glow
[Fix] "Respawned animals will have max weight" is working again

Update 6
[Fix] Highlight can now be disabled. It takes around 20 seconds to take effect
[Fix] Improved "Disable Animal AI" option

PS 1: increasing trophy rating grants Diamond.

PS 2: Do not buy the "TAG perk" for it will make the highlight animal script not work properly.

Does this still get updated? new version number 2007727
Great work BTW :D love it :D

tsjlih1994
Novice Cheater
Novice Cheater
Posts: 18
Joined: Tue Jun 15, 2021 6:09 pm
Reputation: 0

Re: theHunter: Call of The Wild

Post by tsjlih1994 »

[/quote]
I don't quite understand where you mean to change the color, here is the green color.

Code: Select all

highlight_blue:
  mov [rax+2D8],(float)0.0
  mov [rax+2DC],(float)0.0
  mov [rax+2E0],(float)1.0
to

Code: Select all

highlight_blue:
  mov [rax+2D8],(float)0.0
  mov [rax+2DC],(float)1.0
  mov [rax+2E0],(float)0.0
to find float color you need to take rgb color
eg rgb(0, 255, 0) take the highest value is 255
and divide each r g b values by this high value
out
0.0f,1.0f,0.0f
[/quote]

When i change anything I get
WARNING! Not all code is injectable.
(Error in line 16 (cmp qword [base_curr_spotted],0) :This instruction cant be compiled)
Are you sure you want to edit this?

Goujyn
Cheater
Cheater
Posts: 25
Joined: Sun Oct 29, 2017 5:10 pm
Reputation: 1

Re: theHunter: Call of The Wild

Post by Goujyn »

GingerCat wrote:
Tue Jun 22, 2021 8:45 am
Here is the one I use. every thing works.

It has the following:

Auto-Waypoint from AlexS
Trophy from AlexS
Speed from AlexS
Highlight animals
Calm Animals
Internal game time
Zero Current Backpack Weight
does not work for me.

in fact, it crashes my cheat engine when i try.

Does ANYONE know of a actual up to date CoTW cheat table that lets me calm animals down? All i want is to just lower their supernatural senses to something more normal

platok777
Noobzor
Noobzor
Posts: 8
Joined: Sat Mar 21, 2020 10:52 pm
Reputation: 0

Re: theHunter: Call of The Wild

Post by platok777 »

tsjlih1994 wrote:
Sat Jun 26, 2021 4:37 am
When i change anything I get
WARNING! Not all code is injectable.
(Error in line 16 (cmp qword [base_curr_spotted],0) :This instruction cant be compiled)
Are you sure you want to edit this?
use notepad or text editor to change this.

freestly
Cheater
Cheater
Posts: 25
Joined: Thu Sep 20, 2018 10:03 am
Reputation: 1

Re: theHunter: Call of The Wild

Post by freestly »

Tables does not work for me.
need update.

tsjlih1994
Novice Cheater
Novice Cheater
Posts: 18
Joined: Tue Jun 15, 2021 6:09 pm
Reputation: 0

Re: theHunter: Call of The Wild

Post by tsjlih1994 »

[/quote]
use notepad or text editor to change this.
[/quote]

Thankyou!!

liuxmark3
Novice Cheater
Novice Cheater
Posts: 17
Joined: Tue Jun 22, 2021 12:01 am
Reputation: 0

Re: theHunter: Call of The Wild

Post by liuxmark3 »

Goujyn wrote:
Sat Jun 26, 2021 4:47 am
GingerCat wrote:
Tue Jun 22, 2021 8:45 am
Here is the one I use. every thing works.

It has the following:

Auto-Waypoint from AlexS
Trophy from AlexS
Speed from AlexS
Highlight animals
Calm Animals
Internal game time
Zero Current Backpack Weight
does not work for me.

in fact, it crashes my cheat engine when i try.

Does ANYONE know of a actual up to date CoTW cheat table that lets me calm animals down? All i want is to just lower their supernatural senses to something more normal
Will be updated on the 29th, can it still be used?

tsjlih1994
Novice Cheater
Novice Cheater
Posts: 18
Joined: Tue Jun 15, 2021 6:09 pm
Reputation: 0

Re: theHunter: Call of The Wild

Post by tsjlih1994 »

liuxmark3 wrote:
Sun Jun 27, 2021 4:23 pm
Goujyn wrote:
Sat Jun 26, 2021 4:47 am
GingerCat wrote:
Tue Jun 22, 2021 8:45 am
Here is the one I use. every thing works.

It has the following:

Auto-Waypoint from AlexS
Trophy from AlexS
Speed from AlexS
Highlight animals
Calm Animals
Internal game time
Zero Current Backpack Weight
does not work for me.

in fact, it crashes my cheat engine when i try.

Does ANYONE know of a actual up to date CoTW cheat table that lets me calm animals down? All i want is to just lower their supernatural senses to something more normal
Will be updated on the 29th, can it still be used?
This version works perfect for me with the latest update. you might try uninstalling your cheat engine and reinstalling using the latest version

killertxe
Novice Cheater
Novice Cheater
Posts: 22
Joined: Sat Dec 14, 2019 10:01 pm
Reputation: 1

Re: theHunter: Call of The Wild

Post by killertxe »

can you update?

dakjar
Noobzor
Noobzor
Posts: 10
Joined: Tue Mar 30, 2021 1:26 pm
Reputation: 4

Re: theHunter: Call of The Wild

Post by dakjar »

with the games latest update none of the cheats work need updating please

liuxmark3
Novice Cheater
Novice Cheater
Posts: 17
Joined: Tue Jun 22, 2021 12:01 am
Reputation: 0

Re: theHunter: Call of The Wild

Post by liuxmark3 »

tsjlih1994 wrote:
Mon Jun 28, 2021 11:25 pm
liuxmark3 wrote:
Sun Jun 27, 2021 4:23 pm
Goujyn wrote:
Sat Jun 26, 2021 4:47 am


does not work for me.

in fact, it crashes my cheat engine when i try.

Does ANYONE know of a actual up to date CoTW cheat table that lets me calm animals down? All i want is to just lower their supernatural senses to something more normal
Will be updated on the 29th, can it still be used?
This version works perfect for me with the latest update. you might try uninstalling your cheat engine and reinstalling using the latest version
Unavailable after the game update today,plz.i can take my money

freestly
Cheater
Cheater
Posts: 25
Joined: Thu Sep 20, 2018 10:03 am
Reputation: 1

Re: theHunter: Call of The Wild

Post by freestly »

The latest version in DLC

Can't Highlight Animals
Can't Calm Animals
Can't no recoil
Can'tno spread
Can't one hit kill

wait for update

Goujyn
Cheater
Cheater
Posts: 25
Joined: Sun Oct 29, 2017 5:10 pm
Reputation: 1

Re: theHunter: Call of The Wild

Post by Goujyn »

hopefully they actually DO update and haven't abandoned it

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Baofu, coccolino, Google [Bot], Google Adsense [Bot], Lukacross, Mr. Seth Marshall, naisu, nyx, Rinkorin, Skyx14, Sov, Vodos, wildwolf29