Search results

  1. C

    Hacking SWITCH NOOB PARADISE - Ask questions here

    Okay, I'll give it a go & let you know how it goes. Just to confirm, my reversed username is: 65 64 A6 03 E0 C7 CC E6 Would I set BAAS_USER_ID = '6564A603E0C7CCE6', or do I need to convert to something else (I see in the example is 0x012345..
  2. C

    Hacking SWITCH NOOB PARADISE - Ask questions here

    Yeah, I'm looking at the smm2_level.py, but yes same repo :) I've got all the keys, prodinfo, & ticket already. Just this bit is stumping me haha
  3. C

    Hacking SWITCH NOOB PARADISE - Ask questions here

    Sure - here is the first couple rows (not sure why it says 00000010 and has 16 byte pairs)
  4. C

    Hacking SWITCH NOOB PARADISE - Ask questions here

    Ok - I did that & the readable text is now: Do I not care about the readable text? I know this is something nintendo only uses, so not too sure what it's supposed to look like
  5. C

    Hacking SWITCH NOOB PARADISE - Ask questions here

    Thanks for exaplaining that for me. I have a feeling that there is either something wrong with my dat file, or something wrong with these instructions... For my userID, I get the following text. The instructions say # 16 hex digits for the user_id... (Do I just put in the hex digits in...
  6. C

    Hacking SWITCH NOOB PARADISE - Ask questions here

    Thanks again for the quick reply - I only have these offsets:
  7. C

    Hacking SWITCH NOOB PARADISE - Ask questions here

    Thanks, how do I get bytes 0x20-0x28 & 0x28-0x50?
  8. C

    Hacking SWITCH NOOB PARADISE - Ask questions here

    Hi, I'm trying to get the User_Id and Password from my save data file in Super Mario Maker 2. I've pulled of the 8000000000000010 file from the Saves folder on the switch & decrypted it. I now am supposed to go into /su/baas/<guid>.dat and the userid and password should be in there...