Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

USB-Botbase Switch: Difference between revisions

From GameBrew
(Created page with "{{Infobox Switch Homebrews |title=USB-botbase |image=usbbotbaseswitch.png |description=USB Implementation for sys-botbase. |author=fishguy6564 |lastupdated=2020/08/21 |type=System Tools |version=1.1 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/usbbotbaseswitch.7z |website=https://gbatemp.net/threads/usb-botbase-usb-implementation-for-sys-botbase.562823/ |source=https://github.com/fishguy6564/USB-Botbase |donation= }} {{#seo: |title=Switch Homebrew...")
 
No edit summary
Line 1: Line 1:
{{Infobox Switch Homebrews
{{Infobox Switch Homebrews
|title=USB-botbase
|title=USB-botbase
|image=usbbotbaseswitch.png
|image=Usbbotbasenx.png
|description=USB Implementation for sys-botbase.
|description=USB Implementation for sys-botbase.
|author=fishguy6564
|author=fishguy6564
Line 8: Line 8:
|version=1.1
|version=1.1
|license=GPL-3.0
|license=GPL-3.0
|download=https://dlhb.gamebrew.org/switchhomebrews/usbbotbaseswitch.7z
|download=https://dlhb.gamebrew.org/switchhomebrews/usbbotbasenx.7z
|website=https://gbatemp.net/threads/usb-botbase-usb-implementation-for-sys-botbase.562823/
|website=https://gbatemp.net/threads/usb-botbase-usb-implementation-for-sys-botbase.562823/
|source=https://github.com/fishguy6564/USB-Botbase
|source=https://github.com/fishguy6564/USB-Botbase
|donation=
|donation=
}}
}}
{{#seo:
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.
|title=Switch Homebrew Apps (System Tools) - GameBrew
 
|title_mode=append
It is a re-implementation of [[Sys-botbase Switch|sys-botbase]] by olliz0r. This versions adds USB support and removes network support.
|image=usbbotbaseswitch.png
 
|image_alt=USB-botbase
==Installation==
}}
===Important notes===
{{cleanup|article|Needs cleanup}}
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.
USB Implementation for sys-botbase.
 
===Dependencies===
*[https://www.python.org/ 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: <code>pip install pyusb</code>
*A usb backend is necessary. Please use [http://www.unitrunker.com/zadig.html Zadig] and install the libusbk driver to your Nintendo Switch by plugging it in while running the sys-module.
*Install libusb with [http://www.mediafire.com/file/wdx5lu4c37sm1cv/libusb-win32-devel-filter-1.2.6.0.exe/file this].
 
===Installing===
*Download the zip from the [https://github.com/fishguy6564/USB-Botbase/releases 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===
*[https://github.com/fishguy6564/USBLanturn USBLanturn] - Discord seed checker bot for Pokemon Sword and Shield).
*[https://github.com/fishguy6564/USB-Auto-Frame-Skipper USB Auto Frame Skipper] - Frame skipper for shiny dens for Pokemon Sword and Shield


==Media==
==Media==
<youtube></youtube>
'''USB-botbase (USB Implementation for Sys-botbase)''' ([https://www.youtube.com/watch?v=Y4Ww-_yxvEE fishguy6564]) <br>
<youtube>Y4Ww-_yxvEE</youtube>


'''USBLanturn Bot - Discord Bot Seed Checker''' ([https://www.youtube.com/watch?v=phs1Mr25gN4 fishguy6564]) <br>
<youtube>phs1Mr25gN4</youtube>


==Screenshots==
==Known issues==
https://dlhb.gamebrew.org/switchhomebrews/usbbotbaseswitch-01.png
https://github.com/fishguy6564/USB-Botbase/issues
https://dlhb.gamebrew.org/switchhomebrews/usbbotbaseswitch-02.png
https://dlhb.gamebrew.org/switchhomebrews/usbbotbaseswitch-03.png
https://dlhb.gamebrew.org/switchhomebrews/usbbotbaseswitch-04.png
https://dlhb.gamebrew.org/switchhomebrews/usbbotbaseswitch-05.png
https://dlhb.gamebrew.org/switchhomebrews/usbbotbaseswitch-06.png
https://dlhb.gamebrew.org/switchhomebrews/usbbotbaseswitch-07.png
https://dlhb.gamebrew.org/switchhomebrews/usbbotbaseswitch-08.png


==Changelog==
==Changelog==
'''v.1.0'''
'''v1.1 2020/08/21'''
* First Release.
*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.


== External links ==
== External links ==
* Gbatemp - https://gbatemp.net/threads/usb-botbase-usb-implementation-for-sys-botbase.562823/
* GitHub - https://github.com/fishguy6564/USB-Botbase
* Github - https://github.com/fishguy6564/USB-Botbase
* GBAtemp - https://gbatemp.net/threads/usb-botbase-usb-implementation-for-sys-botbase.562823/
* Reddit -

Revision as of 05:05, 25 April 2023

USB-botbase
Usbbotbasenx.png
General
Authorfishguy6564
TypeSystem Tools
Version1.1
LicenseGPL-3.0
Last Updated2020/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

Media

USB-botbase (USB Implementation for Sys-botbase) (fishguy6564)

USBLanturn Bot - Discord Bot Seed Checker (fishguy6564)

Known issues

https://github.com/fishguy6564/USB-Botbase/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.

External links

Advertising: