Hitman 3 v3.170.1 (UPDATED)

Upload your cheat tables here (No requests)
Post Reply
ubi
Noobzor
Noobzor
Posts: 5
Joined: Sun Apr 16, 2023 11:03 am
Reputation: 2

Hitman 3 v3.170.1 (UPDATED)

Post by ubi »

Hello,

I just wanted to have some fun with Hitman and decided to make simple table for newest version. It's tested with v3.140 v3.170.1 EPIC version, but may work with other versions (depends on exe differences).

Functions:
- Ininite ammo
- No reload
- God mode
- God mode 2 (with damage indicators, blur, etc.)

You can combine it with Peacock and have fun with this game again.
Enjoy.
hitman3.CT
v3.140
(6.29 KiB) Downloaded 5764 times


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
Attachments
hitman3.CT
v3.170.1
(3.45 KiB) Downloaded 2621 times
Last edited by ubi on Sun Nov 12, 2023 10:01 pm, edited 1 time in total.

Aztec2012
Cheater
Cheater
Posts: 33
Joined: Sat Oct 21, 2017 1:44 pm
Reputation: 0

Re: Hitman 3 v3.140 (tested on EPIC version)

Post by Aztec2012 »

What about infinite items, invisiblity and inventory editor?

ubi
Noobzor
Noobzor
Posts: 5
Joined: Sun Apr 16, 2023 11:03 am
Reputation: 2

Re: Hitman 3 v3.140 (tested on EPIC version)

Post by ubi »

Inifnite items and invisibility would be relatively easy. Didn't have time for it, but maybe I'll look for it in my free time.
Inventory editor will probably require a lot of effort. I'm using Peacock to unlock all items, but it's very limited and it doesn't allow to edit anything during mission.

LeonKowalski
What is cheating?
What is cheating?
Posts: 2
Joined: Sun May 21, 2023 3:27 am
Reputation: 0

Re: Hitman 3 v3.140 (tested on EPIC version)

Post by LeonKowalski »

Enabling God Mode crashes the game. God Mode 2 crashes the game when taking damage.

ubi
Noobzor
Noobzor
Posts: 5
Joined: Sun Apr 16, 2023 11:03 am
Reputation: 2

Re: Hitman 3 v3.140 (tested on EPIC version)

Post by ubi »

Do you have game version 3.140?

LeonKowalski
What is cheating?
What is cheating?
Posts: 2
Joined: Sun May 21, 2023 3:27 am
Reputation: 0

Re: Hitman 3 v3.140 (tested on EPIC version)

Post by LeonKowalski »

No, sorry, 3.150.1 from May 11, 2023.

ubi
Noobzor
Noobzor
Posts: 5
Joined: Sun Apr 16, 2023 11:03 am
Reputation: 2

Re: Hitman 3 v3.170.1 (UPDATED)

Post by ubi »

Updated CT to v3.170.1 (first post)

MaZy
Noobzor
Noobzor
Posts: 10
Joined: Sun Nov 17, 2019 11:21 pm
Reputation: 1

Re: Hitman 3 v3.170.1 (UPDATED)

Post by MaZy »

Too bad for steam it does not work except the no reload

ubi
Noobzor
Noobzor
Posts: 5
Joined: Sun Apr 16, 2023 11:03 am
Reputation: 2

Re: Hitman 3 v3.170.1 (UPDATED)

Post by ubi »

Could you please check which game version you have?

vhyrix
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Apr 20, 2024 11:31 am
Reputation: 0

Re: Hitman 3 v3.170.1 (UPDATED)

Post by vhyrix »

Hello. I'm modifyed "Infinity ammo script" for v3.180.

Code: Select all

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"hitman3.exe"+7C1D09)
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
add edi,ebx

originalcode:
add r8d,edi
mov [rbp-20],r8d

exit:
jmp returnhere

"hitman3.exe"+7C1D09:
jmp newmem
nop 2
returnhere:
 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"hitman3.exe"+7C1D09:
db 44 03 C7 44 89 45 E0
//add r8d,edi
//mov [rbp-20],r8d
How about script for infinity bombs? Unfortunately, my skill is not enough to create it.

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

Re: Hitman 3 v3.170.1 (UPDATED)

Post by SunBeam »

The reason for crashes is simple: the tables attached and script above all hook/modify FIXED ADDRESSES. Which.. when the game updates.. require updating as well. Neither the table(s) or script above use scanning for arrays of bytes to dynamically find the hook spots were there a game update T_T. But then again you can always downgrade your game to the version specified here, using Steam DepotDownloader. Google it up, use steamdb to downgrade and play these versions...

If everything I said above is gibberish to you, in the sense that "I just want to cheat", then ignore this message. It's not for you.

Tippi
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Nov 10, 2024 9:39 am
Reputation: 1

Re: Hitman 3 v3.170.1 (UPDATED)

Post by Tippi »

Hi!
Attached is the same cheat table for Hitman 3 version 3.200 (2024-11-10) (Epic Games Store, don't know if Steam is also working).

All credits to ubi! I wasn't able to find the right memory addresses for myself.
But I realized that it was just neccessary to substract 20 (hex) from all addresses.
Example:
  • version 3.170: "hitman3.exe"+7C1D79
  • version 3.200: "hitman3.exe"+7C1D59
(and also B -> 9 and so on)

Tested every cheat, everythin is working.
So I finally managed Dartmoor Wrath :D
Attachments
hitman3_200.CT
(3.45 KiB) Downloaded 90 times

Tippi
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Nov 10, 2024 9:39 am
Reputation: 1

Re: Hitman 3 v3.170.1 (UPDATED)

Post by Tippi »

Here is an updated cheat table with a pseudo invisibility. Pseudo, because it behaves strange. But it is the best I could achieve.

TL;DR
You can wear weapons and walk in restricted areas with some downsides.
Most annoying: in forbidden areas, people constantly will hear you and change their behaviour.
So use it with a hotkey to disable it when not neccessary.

Often the invisibility depends on the fact if you are in an allowed area or not.

working:
* holding an unauthorized weapon visibly in your hand or carrying it on your back
* wear unauthorized disguise
* being seen performing an illegal action such as
** opening a door with a lock pick
** administer poison
* Hide in crates/cupboards while in the field of vision of non-seekers[

does not work:
* being seen performing an illegal action such as
** firing a weapon
** throwing an object at someone
** opening a door with a crowbar
* standing near a dead or unconscious person
** you are still considered a suspect
* throw an object on the ground (while standing in the field of vision)

PS: this helped me a lot in Mendoza "The Envy Contention", espacially when you have to make all 3 levels in a row with Silent Assassin Suit only.
PPS: improvements welcome :)
Attachments
hitman3_200.CT
(4.2 KiB) Downloaded 118 times

Bulldoser
Cheater
Cheater
Posts: 39
Joined: Sun Jan 21, 2024 10:04 am
Reputation: 4

Re: Hitman 3 v3.170.1 (UPDATED)

Post by Bulldoser »

Thank you

Post Reply

Who is online

Users browsing this forum: Basch, Bing [Bot], itatde, JimJonze, xRif, YandexBot