Search results

  1. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    Those 4 bytes are part of the pokemon.
  2. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    I know a lot of people disagree with me (on what grounds I have no idea, but then again, people re-elected bush) but there's no proof that it's HMAC-MD5. If you haven't even figured it out yet, how can you know what it is o_O It's a hash of some sort... that's all that's known, period. I...
  3. Zaneris

    Hacking Have we seen anyone getting banned for hacking the 3DS?

    If anyone were to be banned I'll probably be one of the first ones and it hasn't happened yet so I'll keep you posted, lol.
  4. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    Nor am I optimistic... there's a lot of optimistic people following the same steps I took, but eventually coming to realize the exact same roadblock.
  5. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    I believe you misunderstood me, this still currently isn't possible. Packet injection is easy, we just can't get the 3DS to accept the packets due to the hash. It could be anything with any type of secret key on who knows what data... HMAC-MD5 HMAC-SHA1 Truncated AES-CBC AES-CTR Any...
  6. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    I use the windivert api
  7. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    Yes it does, blocking a packet and injecting it back on its way works fine, so it's not an issue with the injection method... In fact my dumper is actively doing that.
  8. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    Lulip0pz supposedly, but sketchy proof... a lvl 100 shiny gredinja
  9. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    List of things I've tried and haven't panned out: Injecting a modified pokemon from the expected pokemon so PID matches. Using a pokemon dumped from another trainer so PID matches. Changing 2 bits in the pkx so the checksum also matches. So... what remains? In the zero data EAD0 packets, when...
  10. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    Just to be clear, the Shedinja on there still doesn't prove anything other than a Shedinja was trained to level 100... Both Shedinja and Ninjask are obtainable in X and Y. Also the hash isn't a random string... nor is it random. (My belief is that the hash works in a similar way to the CCMP...
  11. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    Can you tell us how the hash is generated? I've been working on it for awhile with no success... I don't see how you could successfully inject anything without it, except a fluke of it happening to be what it was supposed to be...
  12. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    Found some matching ones.. I should note the UDP headers didn't match. ead001000000a1af93008c0004008b3d086c8d37bfd2bc9e556f8373ddfc ead001000000a1af93008c0004008b3d086c8d37bfd2bc9e556f8373ddfc ead001000000a1af93008c0004008b3d086c8d37bfd2bc9e556f8373ddfc...
  13. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    Your network isn't configured correctly and/or you're using something like connectify or virtual router which won't work. 14kB of 0 data packets captured so far to the same IP, not a single one with a matching "checksum"
  14. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    omg, can you get the destination address/mac? That might be what it's salted with, and/or the packet ID?
  15. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    That should work fine, and just make sure internet sharing is enabled on the adapter connected to the router.
  16. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    No, at some point in your network config, the PC has to be the sole path to the internet unless you're using ARP poisoning.
  17. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    Having 2 ethernet adapters is of course the simplest way... 3DS ) ) Router -> PC -> Modem -> Internet Another... 3DS ) ) Router -> PC ) ) Router -> Modem -> Internet ... Another ... 3DS ) ) Router -> PC ) ) Mobile Device ) ) Internet and the last option is through ARP Poisoning...
  18. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    Built an x86 version, not sure if it works though, it's part of my original post.
  19. Zaneris

    Hacking Pokémon X/Y Dumper and Editor

    No, it won't run on the x86/32bit version of Windows 7... I didn't know anyone used that. I could always create an x86 version, just might take me a bit to get around to it. p.s. A 32 bit operating system limits you to never being able to use more than 4GB of RAM...