Moved to https://api.fmhy.net
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
// is there a game to claim ? if yes, claim it | |
if ($('[value="claim"]') && $('[value="claim"]')[0]) { | |
$('[value="claim"]')[0].click(); | |
// have I claimed a game ? If yes, go back | |
} else if (!window.location.toString().includes("/bundle/download")) { | |
$('.nav_btn')[1].click(); | |
// no game to claim, no game claimed, change page | |
} else { |
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
wsh.CurrentDirectory = fso.BuildPath(te.Data.Installed, 'lib'); | |
if (window.chrome) { | |
fso.MoveFile('tewv64.dll', '_tewv64.dll'); | |
fso.MoveFile('tewv32.dll', '_tewv32.dll'); | |
} else { | |
fso.MoveFile('_tewv64.dll', 'tewv64.dll'); | |
fso.MoveFile('_tewv32.dll', 'tewv32.dll'); | |
} | |
FinalizeUI(); | |
te.Reload(1); |
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
{ | |
"final_space": true, | |
"console_title": true, | |
"console_title_style": "folder", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"horizontal_offset": 0, | |
"vertical_offset": 0, |
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 urllib.request | |
import json | |
HEADERS = { | |
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36", | |
"Content-Type": "application/json", | |
} | |
def request(url, data=None, method=None): |
All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker
. This will install the whole docker suite, left only Tini to be compiled manually.
- Download from the following Mirrors:
Easy Amiibo Emulation - https://bit.ly/2z0m09k
(^ that's a short-link to this page, so you can open it in Linux)
Some users are discussing this guide in #hacking on the JoyConDroid Discord: https://discord.gg/SQNEx9v.
DO NOT ask for, or share links to, Amiibo bins in the comments! They will be removed. Thank you for understanding.
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 hashlib | |
import urllib.parse | |
import urllib.request | |
import urllib.error | |
import sys | |
import base64 | |
ROUTER_IP = "192.168.1.1" | |
USERNAME = "admin" | |
PASSWORD = "YOUR_ROUTER_PASSWORD_HERE" |
NewerOlder