Page 1 of 2
Hitman 3 v3.170.1 (UPDATED)
Posted: Sun Apr 16, 2023 11:19 am
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 7423 times
Re: Hitman 3 v3.140 (tested on EPIC version)
Posted: Sun Apr 16, 2023 3:06 pm
by Aztec2012
What about infinite items, invisiblity and inventory editor?
Re: Hitman 3 v3.140 (tested on EPIC version)
Posted: Tue Apr 18, 2023 7:11 am
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.
Re: Hitman 3 v3.140 (tested on EPIC version)
Posted: Sun May 21, 2023 3:28 am
by LeonKowalski
Enabling God Mode crashes the game. God Mode 2 crashes the game when taking damage.
Re: Hitman 3 v3.140 (tested on EPIC version)
Posted: Tue May 23, 2023 6:04 pm
by ubi
Do you have game version 3.140?
Re: Hitman 3 v3.140 (tested on EPIC version)
Posted: Sat May 27, 2023 12:33 am
by LeonKowalski
No, sorry, 3.150.1 from May 11, 2023.
Re: Hitman 3 v3.170.1 (UPDATED)
Posted: Sun Nov 12, 2023 10:02 pm
by ubi
Updated CT to v3.170.1 (first post)
Re: Hitman 3 v3.170.1 (UPDATED)
Posted: Tue Dec 26, 2023 4:08 am
by MaZy
Too bad for steam it does not work except the no reload
Re: Hitman 3 v3.170.1 (UPDATED)
Posted: Thu Dec 28, 2023 11:54 pm
by ubi
Could you please check which game version you have?
Re: Hitman 3 v3.170.1 (UPDATED)
Posted: Sat Apr 20, 2024 11:40 am
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.
Re: Hitman 3 v3.170.1 (UPDATED)
Posted: Mon Oct 07, 2024 1:45 pm
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.
Re: Hitman 3 v3.170.1 (UPDATED)
Posted: Sun Nov 10, 2024 9:47 am
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

Re: Hitman 3 v3.170.1 (UPDATED)
Posted: Fri Nov 15, 2024 8:55 am
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

Re: Hitman 3 v3.170.1 (UPDATED)
Posted: Fri Nov 15, 2024 10:34 am
by Bulldoser
Thank you
Re: Hitman 3 v3.170.1 (UPDATED)
Posted: Fri Dec 20, 2024 5:25 pm
by madjackal
Any update for V3.210 ?
Thx