Can you please add a player coordinate hack to this? Im looking all over for one.
Probably not. I get a max 2 hours a day on my PC and I've hardly played the game Spent too much time working out how to find the damn time-scale
If I find the addresses that have the players coordinates, is it possible to just modify your table with them to control the players position? I'm currently trying to figure out how to do this. But I don't really know enough.
hello does anyone know how to toggle the stealth mode on and off.... kinda hard to keep on ctrl+tab to turn it off
You have 2 options when it comes to the stealth mod, while you are crouched, or always on according to the options in the table. So, just don't set it to Always and it should only be active when you are crouched, and actually sneaking.
There is a 3rd.. you can assign a hotkey that toggles it on and off and press that (make sure its not already bound to something in the game)_
about the crouch, sometimes it makes the enemy not acting or just standing there and doing nothing at all therefore i still need to alt tab to turn it off completely.
For anyone that wants to make a player coordinate hack:
the code to disabling player movement, its this
sekiro.exe+BAD636 - movaps [rsi+00000080],xmm6
Replacing that with nop freezes your position. The data type is float. In the code list, seeing what addresses that code writes to gives you the x coordinate address (the first one) Adding 4 to the x coordinate address gives you the y, and adding 4 more gives you the z. The coordinate address changes everytime you die.