Thanks for the work! Is it possible to create a script that changes the armor values and mix-and-match the armor perks? Example: medium armor with 50% explosive resistance + servo-assisted on an engineering kit armor. They won't add transmog so this would be amazing.ZoDDeL wrote: ↑Sat Apr 20, 2024 4:41 pmit affects only you because the stuff is clientside.
the only slightly difference may be the instant mission complete + instant shuttle (if you the host of the lobby)
you just did not read the guide how to use a table / script in HD2.Jokersrwild wrote: ↑Sat Apr 20, 2024 4:29 amFirst just wanted to say thanks so much for your work.... and now if I can create a little more I am getting the same error as several others who have attempted to use the table. When I attempt to use AIO Full-cheat or most other scripts I get the module not found error and when I attempt AIO Semi-Legit I get "the array of byte named speeeeed could not be found" I searched the thread but done see any specific solution that applies to the circumstances im experiencing. When the table attaches to the game I get address values for both game.dll and This is C around the 18000000 range. However the value for the this is C gets a block and character that is constantly changing (not sure if relevant). Any tips would be appreciated. If not I will continue to hunt for a workable table either way thanks for your work.
read the guide...
go back to the post and look what weapons are whitelisted...
if a weapon is not whitelisted it get reduced / zero damage like all the enemy attacks. thats intended.
first you need to know the weapon ID (if you ask how to add them you dont know how to get the ID anyway...)
then you add a line with the compare to that ID and a line for the jump to super
cmp [rcx+00],#1234 // the weapon
je dmg_Super // the jump to super damage modifier block (penetration + damage multiplier)
or a line to jump to code if the weapon should stay default
je dmg_code // jump to code to not change anything on the weapon
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1