- Create a folder on your Desktop called
SDCARD. - Download and extract the latest Atmosphere to the folder
SDCARD. - Download and extract the latest Hekate to the folder
SDCARD. - Download and extract the latest Sys-Patch to the folder
SDCARD. - Search Google for
THZoria firmware files. Download the one matching the supported firmare and extract to a folder calledFirmwareinsideSDCARD. - Block Ninteno Servers.
- Navigate to your
SDCARDfolder on the Desktop. - Inside the
atmospherefolder, create ahostsfolder if it does not exist. - Navigate inside this
hostsfolder and copy the two text files:emummc.txtandsysmmc.txtfrom below.
- Navigate to your
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require_once 'vendor/autoload.php'; | |
| use phpseclib3\Crypt\RSA; | |
| use phpseclib3\Crypt\AES; | |
| use phpseclib3\Crypt\PublicKeyLoader; | |
| // Load Tinfoil public key | |
| $publicPem = <<<EOD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // tfl-decrypt.php requires PHP 8.5+ | |
| // Single-file upload + decrypt + return JSON | |
| $privateKeyPath = '/var/www/private.pem'; // Configure this to the PEM format Tinfoil private key location (outside webroot). | |
| // Simple HTML form when no POST | |
| if ($_SERVER['REQUEST_METHOD'] !== 'POST') { | |
| echo '<!doctype html><html><head><meta charset="utf-8"><title>TFL -> JSON</title><style>body {image-rendering: pixelated; background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyBvcGFjaXR5PSIwLjIiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDgwMCA4MDAiIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGZpbHRlciBpZD0nbm9pc2VGaWx0ZXInPjxmZVR1cmJ1bGVuY2UgdHlwZT0nZnJhY3RhbE5vaXNlJyBiYXNlRnJlcXVlbmN5PScwLjY1JyBudW1PY3RhdmVzPSczJyBzdGl0Y2hUaWxlcz0nc3RpdGNoJyAvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbHRlcj0ndXJsKCNub2lzZUZpbHRlciknIC8+PC9zdmc+"),linear-gradient(112.1deg, rgb(16, 19, 28) 11.4%, rgb(32, 38, 60) 70.2%); color: white; font-family: "Noto Sans", sans-serif; display: flex; just |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import json | |
| import argparse | |
| import sys | |
| KEYS_TO_KEEP = { | |
| "clientASNDescription", | |
| "clientCountryName", | |
| "clientIP", | |
| "datetime", | |
| "userAgent", |
OlderNewer