Recent content by iv2b

  1. I

    Hacking VitaCheat/FinalCheat Database

    Yeah no luck with that, i'll try to get easier codes done by the end of the week.
  2. I

    Hacking VitaCheat/FinalCheat Database

    That's neat, keep it up! Thus far all values i've found are static (if we ignore the 00100000 offset) so you may be able to skip using tempAR. Consider setting it to 25 as that's usually how many arrows you can carry when maxing quiver. :) I think i just got an idea to find the ToM/LoC floor...
  3. I

    Hacking VitaCheat/FinalCheat Database

    That means you inputted an invalid path to the file, the error shows up only after you've finished inputting everything. Currently the program demands the full path to the file, not the relative path. Putting the file in the same folder as the executable and typing in the name won't work. On the...
  4. I

    Hacking VitaCheat/FinalCheat Database

    Updated codes for Dragon's Crown 1.09 (EU, but works for US as well) Has talismans normal-infernal, max score, all common skills and all character-specific skills. _V0 All Talismans $D203 85811F00 CCCCCCCC $4001 85D01123 00000001 $001B 00000001 00000000 $D502 85811F00 CCCCCCCC $4001 85C01123...
  5. I

    Hacking VitaCheat/FinalCheat Database

    */** should be the same as ?? where it essentially skips the check for 1 byte (like the example i made earlier). Inputting */** for every byte will match anything as a result. But yeah this is just a very specific tool, i'll polish it further as the need arises but i think it's good enough for...
  6. I

    Hacking VitaCheat/FinalCheat Database

    As far as i could see the game didn't lock skills i had previously unlocked, that's weird, maybe it only happens sometimes? For byte 1-N you put the hex code of whatever you're trying to look for. For example if you're trying to look for gold you'd search for 4 bytes which contained the hex...
  7. I

    Hacking VitaCheat/FinalCheat Database

    edit It now supports wildcards, same link as above to download. Keep in mind it uses the full path to the file, not the relative path, looking into it, will edit again once i can change that. --------- It does not, but i guess it would be simple to add. Are you looking for something like...
  8. I

    Hacking VitaCheat/FinalCheat Database

    Here's a link to the tool: https://drive.google.com/file/d/1JQrGdbhPkcqcV1P0HaW1siizEKK66url/view?usp=sharing To use: open cmd/terminal and type the following: java -jar <filename.jar> You can drag the file into the terminal and it'll copy the path for you right away. Do not open it normally...
  9. I

    Hacking VitaCheat/FinalCheat Database

    I'll test the tool a bit and maybe add error detection before releasing. :) I'm using HexEdit for talismans.
  10. I

    Hacking VitaCheat/FinalCheat Database

    I ended up developing my own tool to find patterns across multiple memory dumps, i can polish it and share it if there's any demand. What it allows someone to do is to specify N .bin files, then a pattern for each one. The program will output the addresses that have the specified value for every...
  11. I

    Hacking VitaCheat/FinalCheat Database

    Since you're far from ultimate difficulty i think i'll end up getting there earlier anyway, so no worries. Looking for the address proved futile for me thus far: i had 2 characters with the first talisman unlocked and 2 characters with the first talisman locked, then switched between them...
  12. I

    Hacking VitaCheat/FinalCheat Database

    Yes and no: over the course of a run you'll fight enemies and find chests you can open, they'll always contain 1 random item ranked E-S. Killing a boss rewards you with 1-N drops, as if they were obtained from a chest. For example at the end of LoC's 2nd floor killing the boss gave me 3x A-rank...
  13. I

    Hacking VitaCheat/FinalCheat Database

    I doubt they'll work on the US version too, but hey you never know! :P Codes sometimes have a 0x00100000 offset, maybe adding players fiddles with that, i'll find out in the coming days (although i play solo anyway). If you happen to have characters that are geared for ultimate difficulty then...
  14. I

    Hacking VitaCheat/FinalCheat Database

    Looks like i've been using z05 this whole time, i'll look into z06. :P If you happen to find yourself fiddling with the game (specifically version 1.09 EU) do look whether you happen to find ways to get equipment faster or to edit equipment, had zero luck thus far. Tomorrow/tuesday i'll make...
  15. I

    Hacking VitaCheat/FinalCheat Database

    Who said i'm using a cartridge myself? :P The wierd thing is that i had 4 characters, 2 with the first talisman locked and 2 with the first talisman unlocked, then i just kept switching back and forth between them and looking for either 0 or 1, yet i'd always find garbage or no results at all...