How do I revert some changes? I just wanted to have more sugars and now I have 99 Healing Gourds. I can change the amount of healing gourds to the amount I want to have? Nevermind, I already found a way to fix it. For anyone who want to know, disable the infinite items after you active it and have 99 of all items then disable and use the items you don't want to have 99 and for healing gourds for example, it goes to 10, then after you use up to the max amount you had before, when you rest you'll receive the amount of healings gourds you had before.
Hi I have activated many of the codes so I don't know what is causing this but every time I go near somewhere every loaded entity dies,how can I disable that?
hey! im sorry im still working on this it needs different reverse engineering tools and writing c++ code so this my most challenging journey hope u understand that its not that easy!
with that script u cant get just 1 infinite item but u can take that item value and put it in the cheat table and freeze it so u can have it infinite only if ur willing to make few steps for it 1. right click on the infinite script select "change script" 2. in line 3 copy the allocation should look like this: "sekiro.exe"+C3CF50 then close the script 3. in cheat engine click on "Memory View" then right click on any instructions that already highlighted then click "Go to address" 4. paste the allocation line then click OK then it take u to the items/materials opcode right click on it then click "find out what addresses this instruction accesses" then a small list will open now in game use that yashariku sugar u must have 2 or 3 after u waste one the value should appear in the list now pause the game and double click on the value to put in the cheat table there u have it u can double click on the value and change it to 99 or simply freeze it by checking the box.
Thank you for the table! I would like to ask for your help about something.
Towards the end of the game, you meet up with Owl on top of the Ashina Castle. He offers you the choice to obey the Iron Code or break it. If you choose either one you're not able to go back to the other choice. But everytime you die to the boss, you have to speak with him to initiate the fight.
I was wondering if I could develop a script to reverse the decision? To go back to the 2 decisions he gives you? How can I create a script for that?
hey man so do u have any old save so u can load it before meeting the owl? if not then its hard to figure it out i really never tried that before but its interesting so to find it must search for characters dialogue function in disassembler i will try if i find anything about this one and mess with the jmps
right click on Inf item script select "change script" then change the instruction value under originalcode: current one is #10 or #20 change it to 1 or 2 then close script and test it
Thanks for the table, it is awesome. How did you get the unique array of bytes for auto parry? Also, what are those pointers addressing, and how can I find similar ones myself?
actually i did followed all CE steps tutorials and i learn a basic asm x86 and arm both are good so my journey starts from here so to make ur own cheat you must follow first 7 steps of CE especially step 7 the code injection there when u write ur code for the example: ammo / health but first of course you must find the code then use step 7 so start with step 1/2/3/4 u will not regret it believe me you just need to put the time and enjoy the searching!
Thanks, bro! I actually went through the first seven steps, and you're right. It’s pretty fun. But I’m just curious about how you found the addresses for the auto parry script. It doesn’t seem like a simple value like health or ammo. I’m wondering if it’s possible to track a specific effect on the player or enemy, and if so, how? Since effects can be really short-lived, like just a blink, what’s the best approach to finding them?
i found auto parry using code filter tool in CE it works like changed & unchanged but for functions not values so lets say when i parry enemy i click "code has been executed" and i will get like 200 results for the functions i said code has executed and next thing im gonna do is not parrying enemy but make some movements for character and his camera etc, then i hit "code has not been executed" that's when u filter out useless functions that similar with parrying but its not actual parry so i repeat the process until i get 10/6 results and there u find ur code in disassembler and see how it behaves if u familiar with assembly language it will be much better for you to understand what the push,pop,lea, registers like: eax,ecx,rbx etc hope this will be helpful Cheers!
214 comments
in my VIDEOS page
only if ur willing to make few steps for it
1. right click on the infinite script select "change script"
2. in line 3 copy the allocation should look like this: "sekiro.exe"+C3CF50 then close the script
3. in cheat engine click on "Memory View" then right click on any instructions that already highlighted then click "Go to address"
4. paste the allocation line then click OK then it take u to the items/materials opcode right click on it then click "find out what addresses this instruction accesses" then a small list will open now in game use that yashariku sugar u must have 2 or 3 after u waste one the value should appear in the list now pause the game and double click on the value to put in the cheat table there u have it u can double click on the value and change it to 99 or simply freeze it by checking the box.
Thank you for the table! I would like to ask for your help about something.
Towards the end of the game, you meet up with Owl on top of the Ashina Castle. He offers you the choice to obey the Iron Code or break it.
If you choose either one you're not able to go back to the other choice. But everytime you die to the boss, you have to speak with him to initiate the fight.
I was wondering if I could develop a script to reverse the decision? To go back to the 2 decisions he gives you? How can I create a script for that?
For the sake of testing I speedran to Owl using cheats in another save.
Here's a link to that file:
https://drive.google.com/file/d/15zsJhdGtkm7Nn4df7kfx_juRQMxPh9KA/view
What I would like to do is find out is which parameters I need to modify in this dummy save file. And then modify them in my main save file.
change it to 1 or 2 then close script and test it
actually i did followed all CE steps tutorials and i learn a basic asm x86 and arm both are good so my journey starts from here so to make ur own cheat you must follow first 7 steps of CE especially step 7 the code injection there when u write ur code for the example: ammo / health but first of course you must find the code then use step 7 so start with step 1/2/3/4 u will not regret it believe me you just need to put the time and enjoy the searching!
push,pop,lea, registers like: eax,ecx,rbx etc hope this will be helpful Cheers!