Smashhax installieren (Tutorial) [Deutsch|HD]

  • vor 9 Jahren
Heute zeige ich dir, wie du Smashhax mit einem new 3DS benutzen kannst. Leider ist das ganze etwas komplizierter.

Benötigt:
-New Nintendo 3DS mit Internet
-Super Smash Bros 3DS
-Computer mit Linux Distribution, der mit WLAN verbunden ist - keine VM

1. Launcher und Payload:
Download Homebrew Launcher - SD
Download Payload - SD:/smashpayload.bin

2. Smashhax releases: 3ds_smashbroshax_v1.0.zip:
smashbros_gameotherv100_beaconhax.pcap
gameother: EUR/JPN
v100: Version 1.0.0/1.0.4/1.1.0

3. Libs
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install openssl
sudo apt-get install libssl-dev
sudo apt-get install libnl-genl-3-200
sudo apt-get install libnl-genl-3-dev
sudo apt-get install libnl-3-200
sudo apt-get install libnl-3-dev
sudo apt-get install pkg-config

4. Kompillieren
aireplay-ng.patch aus Smashhax Repo
patch src/aireplay-ng.c !!!Eckige Klammer!!! ./aireplay-ng.patch
make

5. Wlan Interface vorbereiten
ip link
sudo ifconfig wlan0 down && sudo iwconfig wlan0 mode monitor && sudo ifconfig wlan0 up && sudo iwconfig wlan0 channel 6

6. Aircrack ausführen
sudo ./aireplay-ng --interactive -r ./smashbros_version_beaconhax.pcap -h 59:ee:3f:2a:37:e0 -x 10 wlan0
smashbros_version_beaconhax.pcap von Punkt 2
wlan0: wlan interface siehe ip link

7. Spiel
Smash - Gruppen

Links:
Homebrew Launcher: http://smealum.github.io/3ds
Smashhax Repo: https://github.com/yellows8/3ds_smashbroshax
Smashhax Release: https://github.com/yellows8/3ds_smashbroshax/releases
Aircrack-ng: https://github.com/aircrack-ng/aircrack-ng
Kompilliertes Aircrack: https://mega.nz/#!NV9y0CaQ!GHC8eT0JtamCGgcC_wnZPlNlK0J9LJE8zaaK9ry4Pr4
Meine Website: http://flashkarten.de.vu/

Vielen Dank an Profi200 und https://gbatemp.net/threads/tutorial-using-smashhax-with-linux.397194/ für Hilfe beim ersten Ausführen von Smashhax.
Außerdem vielen Dank an Smealum, Yellows8 und alle anderen Beteiligten für das Schreiben des Hacks, des Homebrew Launchers usw.

Empfohlen