Recent content by janai

  1. J

    Hacking How to extract save from .3sb file? Need an encrypted mario bros. 2 00000001.sav

    About .3sb file: gbatemp.net/threads/3ds-save-bank-card-will-back-up-save-data-to-pc-releases-june-8-in-japan.366849/ I dumped .3sb from cartridges but have no hacked 3DS, so I'm trying to extract them with PC I used: 3dsavetool, 3DS Save En/Decrypter, 3ds-save-tool, but none of them works The...
  2. J

    Hacking [Pokémon]How to decrypt trainer records block of gen4?

    And also I found The memory is also encrypted:unsure: I think it's easy to make a converter if I know the algorithm.
  3. J

    Hacking [Pokémon]How to decrypt trainer records block of gen4?

    PKHeX can't edit trainer records data for gen4 and gen5. I found this tool can decrypt and extract the data only for gen5 and related source is here(but I can't read:wacko:). github→suloku/BW_tool github→suloku/BW_tool/blob/06edc5d51cc6ef22e37391e7d41cac680f6a5633/BW_tool/SAV/SAV5.cs#L260
  4. J

    Hacking [Pokémon]How to decrypt trainer records block of gen4?

    The data block is included trainer records. Such as times saved/storyline completed time/times bicycled. But it's encrypted and still no tool to decrypt. I want to know the algorithm of this. Here is the offset in save data: HGSS: 44B44 to 44CF8 Pt: 461B4 to 46368 DP are not encrypted.