Page 1 of 1

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 3861 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.