Recent content by nurofen

  1. N

    Emulation [RELEASE] Cemu - Wii U emulator

    Zumba fitnes world party loads, but doesn't respond to inputs, so I can't get in game. The opening video looks really good.
  2. N

    Emulation [RELEASE] Cemu - Wii U emulator

    https://web.archive.org/web/20000229110944/http://www.ultrahle.com/ I found an adaptoid the other day, perhaps I can use that with Cemu?
  3. N

    Emulation [RELEASE] Cemu - Wii U emulator

    Thanks, got it working
  4. N

    Emulation [RELEASE] Cemu - Wii U emulator

    What version of the Game do you have? EUR? is it a loadiine version? I am asking because mine crashes after the title screen. Thanks
  5. N

    Hacking DIY amiibo cards

    Really impressed, I was going to do this with my android app. Now I don't have to.
  6. N

    Hacking DIY amiibo cards

    Well I finally got it working last night. I have created a modified version of the python script from @Supercool330 , many thanks to him. It basically only decrypts and encrypts and takes the same parameters each time even though they may not be used. You will need two binary key files, the...
  7. N

    Hacking DIY amiibo cards

    Thanks, I don't suppose you can give the md5 of the locked secret file?
  8. N

    Hacking DIY amiibo cards

    As I say, I am pretty close. I think I understand, but really need a few more clues / help from @Supercool330 as he has got this to work. Basically I understand using the 'unfixed infos' key and hashing against 0x011:0x034,0x0A0:0x208,0x034:0x054,0x000:0x008 and 0x054:0x080 to produce the...
  9. N

    Hacking DIY amiibo cards

    Thanks, but I need the 'Locked secret' key file, not the 'Unfixed infos'.
  10. N

    Hacking DIY amiibo cards

    I am stuck again, I think I am getting closer, but I want to check my keys file (The locked secret one, not the unfixed infos) can someone help me out here, maybe an md5 checksum or something?
  11. N

    Hacking DIY amiibo cards

    That's great, I think the problem still lies with being able to change the UID of an amiibo (to the UID of the new tag) and be able to encrypt it properly. Also I believe that if certain 'lock' bit have been set, then the tag is not fully rewritable. - But don;t take my word for it, I'm no expert.
  12. N

    Hacking DIY amiibo cards

    "The missing piece however is in fact using the locked secret keys to generate another derived keyset, and then using the hmac key from that keyset to hash the last two pieces hashed for the key at 0x80 (0x00 to 0x08 and 0x54 to 0x80)" Unfortunately I don't really understand this, I have a kind...
  13. N

    Hacking DIY amiibo cards

    I think I have a way of writing to a tag using android, however I haven't got my head around the final encrypting stage yet, so it if of no use.
  14. N

    Hacking DIY amiibo cards

    Hi, I am after some help again. I am eventually trying to write an android app to write NTAG215 tags. At the moment I am seeing the responses I get back from using the app amiiWrite, but I have hit a problem. I can't seem to get past the authentication stage when the part of the program uses...
  15. N

    Hacking DIY amiibo cards

    Is there any chance you can share your app, just so we are ready when everything else is sorted? auto Thanks for this, once I get my tags this will be really useful.