| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a modified C++ port of olliz0r sys-botbase which is also based on jakibakis sys-netcheat
This sysmodule adds optional HTTP support, which has a few advantages over raw tcp:
If you wanna run this you need a switch with cfw installed (preferably Atmosphere)
This sys-module was only tested on Atmosphere 1.2.4, so if you use another version or cfw your experience might vary
All Endpoints expect a Authorization header with the specified password from the password.txt, if not present defaults to youshallnotpass.
All request data is expected to be JSON format, all response will be in JSON format.
command & button values are case insensetive.
{
"command": "CLICK",
"button": "a"
}{
"command": "press",
"button": "A"
}{
"command": "release",
"button": "a"
}{
"command": "peek",
"offset": "0x4293D8B0",
"size": 344
}{
"command": "poke",
"offset": "0x4293D8B0",
"value": "0x41964b8b0000df79b90c04dbce1ef730d83539c2cf6098790106e859eb4f9eba60fa881eae9cd5f25383e8e49873bfa8cb73e17c67005dfb21be932602298b221968dd866bbeab80dda6ecd64fbe51d19e0105a4e40c7fa5eecb9a085f767c6f7c9de5281ff787cfcaac76bda692cf1d113278d36537a55754efb6fd757ce7f19c4b369d0718713c379eb61164e8cf4c969084d8cbabb4a479bad206733a4a0748dcd19a9062ee319e5b5c86ffbb546cb1e63481ad9dd122e6606ffb920da002e87d4fbdcaa2fc4755b1db2a4dbceb2bd94fa36de6d861bb9e082657d7dc5b4181355c58c82bf88803617a9caa3f6b1fba383ede8e5109fbb0d96b0e95172eaddceeb74ea542ced7373d9215e20d442bef8e4887feb3ae61d10eca5d9b84cba7638a08d88fa3cb29902ea1fd2fb469b72cb21d56d0f475b2b60531788a8e97bef9f04b563f1db5e1010ed8db252e73e4ec2b91c2de609979"
}We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
Also a big thanks to the people on the ReSwitched Discord Server (especially SciresM & Behemoth) and olliz0r who helped me during development 😊
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details
| Back | FazBrowse Home | New Git URL |