├── FakeMii.js ├── README.md ├── conntest.html ├── launcher.html └── run.bat /FakeMii.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lectem/FakeMii/HEAD/FakeMii.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lectem/FakeMii/HEAD/README.md -------------------------------------------------------------------------------- /conntest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lectem/FakeMii/HEAD/conntest.html -------------------------------------------------------------------------------- /launcher.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lectem/FakeMii/HEAD/launcher.html -------------------------------------------------------------------------------- /run.bat: -------------------------------------------------------------------------------- 1 | node FakeMii.js 2 | pause --------------------------------------------------------------------------------