Skip to content

fishguy6564/USB-Botbase

Repository files navigation

USB-Botbase

USB-Botbase is based off of sys-botbase by olliz0r. This versions implements USB support and removes network support. If you would like to use the original version with network support, then you can download it through olliz0r's github page here.

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.

Warning, Please Read!

Using a hacked switch online CAN get you banned. The developers of sys-botbase and I are not responsible for any damages or bans that may occur when using this. You use this at your OWN risk.

Installing

  • Download the zip from the releases tab at the top 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)

Bugs

Please report any bugs if found. My discord is fishguy6564#1228