Smash Amiibo Cheat Tool 3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox 3DS homebrew | title = Smash Amiibo Cheat Tool | image = https://dlhb.gamebrew.org/3dshomebrew/SmashAmiiboCheatTool.jpg|250px | type = Hack Utilities | version = v2....")
 
m (Text replacement - "Category:Homebrew utility applications on 3DS" to "")
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = Smash Amiibo Cheat Tool
|title=Smash Amiibo Cheat Tool
| image = https://dlhb.gamebrew.org/3dshomebrew/SmashAmiiboCheatTool.jpg|250px
|image=Smashamiibocheattool2.png
| type = Hack Utilities
|description=Hack your amiibos in a tap.
| version = v2.0
|author=Ordim3n
| licence = Mixed
|lastupdated=2017/01/27
| author = Ordim3n
|type=Utilities
| website = https://github.com/Ordim3n/Smash-Amiibo-Cheat-Tool
|version=2.0
| download = https://dlhb.gamebrew.org/3dshomebrew/SmashAmiiboCheatTool.rar
|license=Mixed
| source = https://dlhb.gamebrew.org/3dshomebrew/SmashAmiiboCheatTool.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/smashamiibocheattool3ds.7z
|website=https://github.com/Ordim3n/Smash-Amiibo-Cheat-Tool
|source=https://github.com/Ordim3n/Smash-Amiibo-Cheat-Tool
}}
}}
Smash Amiibo Cheat Tool, or SAHT, is a (N)3DS/2DS homebrew that have the ability to hack your Smash Amiibos. Based off the libctru NFC example.
'''Note:''' It is not possible to modify the Amiibo's identity.
==User guide==
===Prerequesites===
* If you are on O3DS, you need the NFC reader/writer and CFW.
* An amiibo which is already setup for smash.
===Menu===
{| class="wikitable" style="width: 900px;"
|-
! style="width: 25%;"| Hack
| Simple and quick way to buff your amiibo's stats to 200 everywhere.
|-
! Restore Backup /<br> Bruteforce appdata writing
| Restore a backup if previously backed up by the Hack function or the Only dump appdata function/Writes a modified appdata to the bruteforced amiibo.
|-
! Only dump appdata /<br> Bruteforce appdata dump
| Only dumps a backup file/Dumps the appdate of the bruteforced amiibo.
|-
! Custom file writing
| Writes /Smash amiibo cheat tool/write.amiibo to the amiibo.
|-
! Appdata Randomizing
| Randomizes the appdata of your amiibo (bruteforcing supported), this can be used for grinding rewards in smash for example.
|-
|}
===Tagstates===
{| class="wikitable" style="width: 900px;"
|-
! style="width: 25%;"| 1
| Stopped scanning for Amiibos/NFC tags.
|-
!2
| Currently scanning for Amiibos/NFC tags.
|-
!3
| An Amiibo/NFC tag has been found.
|-
!4
| Usually happens after tagstate 3, Amiibo/NFC tag out of range.
|-
!5
| The Amiibo's/NFC tag's data successfully loaded.
|-
|}
===Retuned values===
{| class="wikitable" style="width: 900px;"
|-
! style="width: 25%;"|0xC8A17628
| The amiibo haven't been setup yet.
|-
!0xC8A17638
| Smash data haven't been found.
|-
!0xC8C1760C and 0xC8A17618
| The amiibo is corrupted.
|-
!0x00000000
| Everything's fine.
|-
|}
==Media==
'''[POC] Smash amiibo hacking tool: Restoring backup''' ([https://www.youtube.com/watch?v=XUL5K_HNqnY Olivia Ducharme]) <br>
<youtube>XUL5K_HNqnY&t=6s</youtube>
<youtube>XUL5K_HNqnY&t=6s</youtube>


= Smash Amiibo Cheat Tool =
==Compatibility==
 
This tool doesn't work on O3DS with 3DSX version.
Hack your amiibos in a tap. Based off the libctru NFC example


== Menu ==
==Changelog==
'''v2.0'''
* Small path change (again). the folder at the root of the sd card is now /SACT instead of ``/Smash Amiibo Cheat Tool`.
* Custom bottom screen picture, same format as splashes, goes in /SACT/scan.bin.
* You can now randomize appdata.
* You can now bruteforce appids, that means that you will be able to have compatibility with more games.


Hack: Simple and quick way to buff your amiibo's stats to 200 everywhere Restore Backup / Bruteforce appdata writing: Restore a backup if previously backed up by the <code>Hack</code> function or the <code>Only dump appdata</code> function / Writes a modified appdata to the bruteforced amiibo Only dump appdata / Bruteforce appdata dump: Only dumps a backup file / Dumps the appdate of the bruteforced amiibo Custom file writing: Writes <code>/Smash amiibo cheat tool/write.amiibo</code> to the amiibo Appdata Randomizing: Randomizes the appdata of your amiibo (bruteforcing supported), this can be used for grinding rewards in smash for example
'''v1.3'''
* Name of your amiibo instead of "Your amiibo".
* Save directory format changed to /Smash Amiibo Cheat Tool/[UID]_[Name]/.
* LED color codes.
* Change custom moves.
* Removed launching smash (basically, the code wasn't working).


== Tagstates ==
'''v1.1'''
* You can now launch smash from the "Press to START to continue" menu by pressing simultaneously L and R.


1: Stopped scanning for Amiibos/NFC tags 2: Currently scanning for Amiibos/NFC tags 3: An Amiibo/NFC tag has been found 4: Usually happens after tagstate 3, Amiibo/NFC tag out of range 5: The Amiibo's/NFC tag's data successfully loaded
'''v1.0'''
* The first public release of the Smash Amiibo Hacking Tool.


== Retuned values ==
==Credits==
Yellows8 - Documentation on smash amiibo data.


0xC8A17628: The amiibo haven't been setup yet 0xC8A17638: Smash data haven't been found 0xC8C1760C and 0xC8A17618: The amiibo is corrupted 0x00000000: Everything's fine
MarcusD - Helping me with some code issues.


== Credits ==
Thunder Kai - All the graphics.


Yellows8 : Documentation on smash amiibo data MarcusD: Helping me with some code issues Thunder Kai: All the graphics Yudowat, CloudedSun, Fug/leni, jasgx, Karma, LinkSoraZelda, Swiftloke and Y2K: Testing and ideas
Yudowat, CloudedSun, Fug/leni, jasgx, Karma, LinkSoraZelda, Swiftloke and Y2K - Testing and ideas.


== IT IS IMPOSSIBLE TO MODIFY THE AMIIBO'S IDENTITY ==
==External links==
* GitHub - https://github.com/SUOlivia/Smash-Amiibo-Cheat-Tool
* GBAtemp - https://gbatemp.net/threads/smash-amiibo-cheat-hacking-tool-release.445771
* Reddit - https://www.reddit.com/r/3dshacks/comments/58rrjw/smash_amiibo_hacking_tool_released

Latest revision as of 05:42, 6 May 2024

Smash Amiibo Cheat Tool
Smashamiibocheattool2.png
General
AuthorOrdim3n
TypeUtilities
Version2.0
LicenseMixed
Last Updated2017/01/27
Links
Download
Website
Source

Smash Amiibo Cheat Tool, or SAHT, is a (N)3DS/2DS homebrew that have the ability to hack your Smash Amiibos. Based off the libctru NFC example.

Note: It is not possible to modify the Amiibo's identity.

User guide

Prerequesites

  • If you are on O3DS, you need the NFC reader/writer and CFW.
  • An amiibo which is already setup for smash.

Menu

Hack Simple and quick way to buff your amiibo's stats to 200 everywhere.
Restore Backup /
Bruteforce appdata writing
Restore a backup if previously backed up by the Hack function or the Only dump appdata function/Writes a modified appdata to the bruteforced amiibo.
Only dump appdata /
Bruteforce appdata dump
Only dumps a backup file/Dumps the appdate of the bruteforced amiibo.
Custom file writing Writes /Smash amiibo cheat tool/write.amiibo to the amiibo.
Appdata Randomizing Randomizes the appdata of your amiibo (bruteforcing supported), this can be used for grinding rewards in smash for example.

Tagstates

1 Stopped scanning for Amiibos/NFC tags.
2 Currently scanning for Amiibos/NFC tags.
3 An Amiibo/NFC tag has been found.
4 Usually happens after tagstate 3, Amiibo/NFC tag out of range.
5 The Amiibo's/NFC tag's data successfully loaded.

Retuned values

0xC8A17628 The amiibo haven't been setup yet.
0xC8A17638 Smash data haven't been found.
0xC8C1760C and 0xC8A17618 The amiibo is corrupted.
0x00000000 Everything's fine.

Media

[POC] Smash amiibo hacking tool: Restoring backup (Olivia Ducharme)

Compatibility

This tool doesn't work on O3DS with 3DSX version.

Changelog

v2.0

  • Small path change (again). the folder at the root of the sd card is now /SACT instead of ``/Smash Amiibo Cheat Tool`.
  • Custom bottom screen picture, same format as splashes, goes in /SACT/scan.bin.
  • You can now randomize appdata.
  • You can now bruteforce appids, that means that you will be able to have compatibility with more games.

v1.3

  • Name of your amiibo instead of "Your amiibo".
  • Save directory format changed to /Smash Amiibo Cheat Tool/[UID]_[Name]/.
  • LED color codes.
  • Change custom moves.
  • Removed launching smash (basically, the code wasn't working).

v1.1

  • You can now launch smash from the "Press to START to continue" menu by pressing simultaneously L and R.

v1.0

  • The first public release of the Smash Amiibo Hacking Tool.

Credits

Yellows8 - Documentation on smash amiibo data.

MarcusD - Helping me with some code issues.

Thunder Kai - All the graphics.

Yudowat, CloudedSun, Fug/leni, jasgx, Karma, LinkSoraZelda, Swiftloke and Y2K - Testing and ideas.

External links

Advertising: