More actions
USB-botbase | |
---|---|
General | |
Author | fishguy6564 |
Type | Sysmodules |
Version | 1.1 |
License | GPL-3.0 |
Last Updated | 2020/08/21 |
Links | |
Download | |
Website | |
Source | |
USB-Botbase is a sys-module which allows you to make automation scripts for any game you wish to do so. These scripts can be made in any language that supports libusbk.
It is a re-implementation of sys-botbase by olliz0r. This versions adds USB support and removes network support.
Installation
Important notes
Using a hacked Switch online can get you banned. The authors are not responsible for any damages or bans that may occur when using this. You use this at your own risk.
Dependencies
- Python3 is the required version of python needed to run scripts for USB-Botbase.
- Pyusb is necessary in order to communicate to the Nintendo Switch. You can install Pyusb by using the following pip command:
pip install pyusb
- A USB backend is necessary. Please use Zadig and install the libusbk driver to your Nintendo Switch by plugging it in while running the sys-module.
- Install libusb with this.
Installing
- Download the zip from the releases page and extract it to the root of your SD card.
- Connect your Switch to your PC with a USB-C to USB-A cable and install libusbk with Zadig.
- Run your script using Python (Example script is provided).
More example scripts
- USBLanturn - Discord seed checker bot for Pokemon Sword and Shield).
- USB Auto Frame Skipper - Frame skipper for shiny dens for Pokemon Sword and Shield
Media
USB-botbase (USB Implementation for Sys-botbase) (fishguy6564)
USBLanturn Bot - Discord Bot Seed Checker (fishguy6564)
Known issues
Changelog
v1.1 2020/08/21
- Adds screenshot dumping support.
- Changes writing and dumping methods to use svc calls to be more in parallel to sys-botbase.
v1.0 2020/04/16
- Adds usb support for sys-botbase.
- Extract the contents to the root of your sd card.