Homebrew [Release] AmiiPwn - Amiibo Creation Made Easy

hankchill

I Pwn n00bs.
OP
Member
Joined
Nov 5, 2005
Messages
2,338
Trophies
0
Age
38
Location
Outer Space
Website
www.hankchill.com
XP
421
Country
Canada
Hey All,

EDIT: Apparently TagMo 2.1 does all this and better, right on your Android device. No need for any additional tools. I released anyways just incase you want to play with it. For the lulz.

Introducing AmiiPwn!

image1.png


DISCLAIMER:
I am in no way responsible for how anyone uses AmiiPwn. The software was developed for the sole purpose of allowing me to use backups of my Amiibos while keeping them locked inside a display case, so I thought it would be a nice gesture to pass this onto my fellow Tempers. There is no warranty or support offered for AmiiPwn so you understand and assume any risk for using this application (although there shouldn't be any).

What is AmiiPwn?
AmiiPwn is a tool that you can use to create copies of your Amiibo figures that you own. It lets you categorize them in different series using your own Amiibo files and images, and is customizable so you don't need to wait for an update if a new Amiibo comes out.

It takes out a lot of the manual work in Amiibo creation by calculating your NTAG215 9-byte UID automatically, decrypting your Amiibo, writing the calculated UID to the Amiibo, and then re-encrypting it so it is ready to write to your NFC tag.

AmiiPwn does not contain any copyrighted material. You are responsible for providing your own Amiibo and Key files.

How to Use It:
Requirements:
  • An Android phone with NFC Enabled
  • Blank writable NTAG215 NFC Tags - These work fantastically
  • NFC TagInfo for Android - Get it Here
  • TagMo for Android - Get it Here
  • N2 Elite Software (For dumping your Amiibo figured) - Get it Here
  • Amiibo Encryption Key File - I WILL NOT tell you where to find this, you're on your own for this one.
  • Microsoft .NET 4.6 Framework
  • A Brain
Step 1) Dump Your Amiibos
Install the N2 Elite application on your Android phone. Within this application, there is a feature to dump your Amiibo data to a .bin file. Simply select this option and follow the on screen prompts to dump your Amiibo to your device. Once the Amiibo has been dumped, you can copy the .bin file from your device to your PC.

Step 2) Populate AmiiPwn with your Amiibos
AmiiPwn is pre-configured to read all of the current Amiibo that are available today. You simply need to rename your .bin file to match the name of the Amiibo in the "Data/config.cfg" file. This file can be opened by your favourite NotePad application.

For example, I dumped my Super Smash Bros. Mario Amiibo to file.bin. Inside my config file, my Amiibos are named as such:

image4.png


So I would rename my file.bin to "(SSB) Mario.bin".

Once my Amiibo file is renamed, I drop my file into the "Data/amiibo" folder.

Step 3) Add Your key.bin File
** PLEASE NOTE THAT THIS FILE CONTAINS COPYRIGHTED MATERIAL AND WILL NOT BE DISTRIBUTED **

Somewhere on the internet you can obtain a copy of the Amiibo encryption key required for AmiiPwn to function. Once you've obtained this file, rename it to 'key.bin' and place it in the "Data/" folder.

Step 4) Get your NTAG215 UID
Once you've installed NFC TagInfo on your Android, open it and follow the prompt to scan your NFC Tag. Once the tag has been scanned, press the top button labelled "Tag Information". The data you are looking for is right at the very top.

image2.png


Step 5) AmiiPwn
Launch AmiiPwn, and select your Amiibo from the "Amiibo" menu. Once selected, enter the 'UID' that you retrieved from NFC TagInfo into the NTAG215 UID fields. Once entered, click on the 'Browse' button to choose an output location and filename.

image3.png


Press 'Make Amiibo!' and let the magic happen.

If there are any issues creating your Amiibo file (such as write protection, read errors, insufficient permissions, etc) you will be alerted. If there are no errors, you'll be told the Amiibo was created successfully.

Take the output file and put it on your Android phone.

Step 6) Write the Amiibo
Install TagMo onto your Android and launch it.
In the menu, select 'Load Tag File', and choose the Amiibo file you copied over. Once it's loaded, in the menu select Write to Tag, and then place your blank NFC Tag with the UID you originally scanned onto the NFC area of your phone.

Once the write is done (it only takes a second), you have a fully functioning Amiibo.

To make another backup of your Amiibo, simply follow steps 4 5 and 6 again (without installing the applications, as they are already installed).

Customization:
AmiiPwn allows you to add in your own Amiibo data and images. The configuration file uses the JSON format (as XML sucks) for easy configuration of your series and Amiibos. Here is a simple example configuration file:

[
{
"Series" : "Super Smash Bros. Series",
"Amiibos" :
[
{"Name" : "(SSB) Mario"},
{"Name" : "(SSB) Sonic"},
{"Name" : "(SSB) Toon Link"}
]
},
{
"Series" : "Super Mario Bros. 30th Anniversary",
"Amiibos" :
[
{ "Name" : "(30th Anniversary) 8-Bit Mario Modern Color"}
]
}
]

Simply add/remove Series arrays and Amiibos in each of them, and AmiiPwn will read it upon launch. Keep in mind, if you make a mistake and the JSON parses explodes, AmiiPwn will tell you that your config is invalid and close; you'll need to fix it before opening AmiiPwn again.

Along with your Amiibos, you can customize the images displayed in the menu and in the Amiibo display box.

To customize the 'Series' menu icon, place an image file (png/jpg/jpeg/gif/bmp) of the same name of the Series in your config inside of the 'Data/series' folder.

To customize the 'Amiibo' menu icon, place an image file (png/jpg/jpeg/gif/bmp) of the same name of the Amiibo in your config inside of the 'Data/menu' folder.

To customize the 'Amiibo Display', place an image file (png/jpg/jpeg/gif/bmp) of the same name of the Amiibo in your config inside of the 'Data/images' folder.

AmiiPwn will load the images at run-time, so place your images in their respective locations before launching AmiiPwn. If no images are provided, or invalid images are provided, they will be ignored. You also do not need to worry about scaling your images; AmiiPwn will scale the images down to fit the display while maintaining their current aspect ratio.

image5.png


FAQ:
Q. I don't see any Amiibo in the Amiibo menu.
A. You need to copy your .bin files to the 'Data/amiibo' folder, and the file name needs to match the name inside the 'Data/config.cfg' file. If the file does not match, the Amiibo will not be displayed.

Q. The Amiibo Image being displayed is not correct.
A. Your Amiibo names need to all be unique. If a duplicate name is found, AmiiPwn will load the first image it comes across that matches the name inside the config file.

Q. AmiiPwn says my key.bin is invalid.
A. AmiiPwn validates the checksum of your key to ensure it's a proper keyfile; if AmiiPwn tells you it's invalid, you should probably get a new one.

Q. I get 'XXXX' error when pressing 'Make Amiibo'.
A. If there is any issue any step of the way, AmiiPwn will tell you in plain English what the problem is so you can fix it. AmiiPwn is not for you if you lack basic literary skills.

Download:
Download AmiiPwn
 
Last edited by hankchill,

YamiZee

Well-Known Member
Member
Joined
Aug 18, 2013
Messages
264
Trophies
0
Age
28
XP
1,310
Country
Finland
If it's real you released at a bad time. If it's fake then I feel bad how you wrote such a huge elaborate wall of text and pictures for something as little as an april fools joke when most people here wont believe you anyway.
 
  • Like
Reactions: DrakeLyon

hankchill

I Pwn n00bs.
OP
Member
Joined
Nov 5, 2005
Messages
2,338
Trophies
0
Age
38
Location
Outer Space
Website
www.hankchill.com
XP
421
Country
Canada
If it's real you released at a bad time. If it's fake then I feel bad how you wrote such a huge elaborate wall of text and pictures for something as little as an april fools joke when most people here wont believe you anyway.

I totally forgot it was April Fools day today.

No, this is not an April Fool's joke. I'm really releasing it. Might as well give something nice and real amidst all the fake crap that is going to be announced today!
 
  • Like
Reactions: Flame and KiiWii

Flame

Me > You
Global Moderator
Joined
Jul 15, 2008
Messages
7,269
Trophies
3
XP
18,690
checks date...

eW0iGjq.jpg

http://data:image/jpeg;base64,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


*play 1st*





*read 2nd.*

I WANT TO BELIEVE!
 

hankchill

I Pwn n00bs.
OP
Member
Joined
Nov 5, 2005
Messages
2,338
Trophies
0
Age
38
Location
Outer Space
Website
www.hankchill.com
XP
421
Country
Canada

No, you must use NTAG215. All specifications must be identical to Amiibo's specifications, right down to the byte size. NTAG215 are 540 byte tags where NTAG216 are 924 byte tags.

Lol at all the people thinking this is real.

Your foot is going to taste yummy once you eat it.

Do you have any reasons why this wont work

He probably just likes to troll :)
 

Ketchup901

Well-Known Member
Member
Joined
Nov 1, 2015
Messages
129
Trophies
0
Age
23
Location
Stockholm
XP
171
Country
Do you have any reasons why this wont work
He hasn't put any download links. Why would he not put download links if it's real.
If he hasn't completed the program, he shouldn't make a post one day before it's done, especially on this day since it will make people not believe it, if it is real.
 

hankchill

I Pwn n00bs.
OP
Member
Joined
Nov 5, 2005
Messages
2,338
Trophies
0
Age
38
Location
Outer Space
Website
www.hankchill.com
XP
421
Country
Canada
He hasn't put any download links. Why would he not put download links if it's real.
If he hasn't completed the program, he shouldn't make a post one day before it's done, especially on this day since it will make people not believe it, if it is real.

I believe they call it "creating hype" ;)

I got people excited for Rominator too way back in the day :)
 

monkey69

Well-Known Member
Newcomer
Joined
Jan 8, 2007
Messages
48
Trophies
1
XP
455
Country
United States
No reason why this should be fake. All of this is do-able, in fact, Someone Who Isn't Me may have been doing this with files available from various places.
 

Uwabami

Well-Known Member
Member
Joined
Feb 4, 2014
Messages
946
Trophies
1
XP
2,289
Country
Germany
So, what exactly does this do that TagMo 2.1 doesn't? I cloned a few Amiibos successfully without using any other app.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Purple_Heart @ Purple_Heart: i am 28 :cry: