File information

Last updated

Original upload

Created by

Debugg0x064

Uploaded by

Debugg0x064

Virus scan

Safe to use

Tags for this mod

214 comments

  1. Phoenixyboy
    Phoenixyboy
    • member
    • 1 kudos
    Locked
    Sticky
    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.
  2. Debugg0x064
    Debugg0x064
    • supporter
    • 16 kudos
    Locked
    Sticky
    Hey guys i recommend using Hotkeys for each script its more easy to activate them with 1 key in game must watch the video tutorial 
    in my VIDEOS page 
  3. GoldSoroush
    GoldSoroush
    • member
    • 0 kudos
    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?
    1. Debugg0x064
      Debugg0x064
      • supporter
      • 16 kudos
      hey i think you activated "Break all enemies guard & poison them" script that's why they all die and you can change this script value 
  4. sismachok
    sismachok
    • member
    • 0 kudos
    sry, i asked a question that was already answered below and idk how to delete a comment
  5. myura45
    myura45
    • member
    • 0 kudos
    Can u add enemy spawner like cheat table menu elden ring bro ? I will pay you , do you have discord ? 
    1. Debugg0x064
      Debugg0x064
      • supporter
      • 16 kudos
      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!  
  6. JustinAji
    JustinAji
    • member
    • 0 kudos
    hey , is there any way i can set only a specific item to infinite , like just the yashariku sugar ?
    1. Debugg0x064
      Debugg0x064
      • supporter
      • 16 kudos
      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. 
  7. Kakarotto232
    Kakarotto232
    • member
    • 0 kudos
    How do I set my Attack power according to my self?
    1. Debugg0x064
      Debugg0x064
      • supporter
      • 16 kudos
      you mean the damage multiplier cheat? if so there is a README comment on how to use it 
  8. UurGlt
    UurGlt
    • member
    • 0 kudos
    Hello Debugg0x064.

    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?
    1. Debugg0x064
      Debugg0x064
      • supporter
      • 16 kudos
      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 
    2. UurGlt
      UurGlt
      • member
      • 0 kudos
      Hey man, thanks for looking into it! Unfortunately I didn't backup my main save before meeting Owl. 

      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.
  9. Kisu174
    Kisu174
    • member
    • 0 kudos
    i need help because it game me max level and i dont know how to reverse it
    1. Debugg0x064
      Debugg0x064
      • supporter
      • 16 kudos
      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  
    2. Kisu174
      Kisu174
      • member
      • 0 kudos
      it did not work the level is still stuck in 1073 i have no idea how i can get it back to normal
    3. Kisu174
      Kisu174
      • member
      • 0 kudos
      i also used give me more loot and jump to fly if it helps somehow
  10. Kisu174
    Kisu174
    • member
    • 0 kudos
    i used specific infinite item and it gave me inf item but also max level 1073 and how can i revert the level i didnt use anything else
  11. MonoChromqtic
    MonoChromqtic
    • member
    • 0 kudos
    Does damage multiplier work in reflections?
    1. Debugg0x064
      Debugg0x064
      • supporter
      • 16 kudos
      you mean in reflections of strength bosses? if so yup of course
    2. MonoChromqtic
      MonoChromqtic
      • member
      • 0 kudos
      yep that is what I meant. Thank you!!
  12. ElectroWizard00
    ElectroWizard00
    • member
    • 0 kudos
    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?
    1. Debugg0x064
      Debugg0x064
      • supporter
      • 16 kudos
      hey man glad to share this mod!

      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! 
    2. ElectroWizard00
      ElectroWizard00
      • member
      • 0 kudos
      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?
    3. Debugg0x064
      Debugg0x064
      • supporter
      • 16 kudos
      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! 
    4. ElectroWizard00
      ElectroWizard00
      • member
      • 0 kudos
      Got it! That makes sense. Appreciate the breakdown, cheers!