-
-
Notifications
You must be signed in to change notification settings - Fork 276
Remote Control
Lusamine edited this page Dec 27, 2022
·
4 revisions
This bot allows users on Discord to enter commands to the connected Switch. The commands below assume that you have not changed the default prefix from $
.
If the bot type is set to another bot such as a FlexTrade or Encounter bot, these commands may still be used with the local IP of the bot that is being asked to enter the command. This can be useful for remotely fixing bot positioning.
-
$click <button>
: Commands the bot to click a button.- Available buttons include
DUP
,DDOWN
,DLEFT
,DRIGHT
,A
,B
,X
,Y
,CAPTURE
,HOME
,L
,R
,X
,Y
,ZL
,ZR
,MINUS
,PLUS
, andLSTICK
. - Example commands: For a bot set as RemoteControl,
$click A
instructs it to press the A button. For a bot that is set as an EncounterBot with the local IP192.168.1.10
, you will need to use$click 192.168.1.10 A
.
- Available buttons include
-
$setstick <stick> <x value> <y value> <ms>
: Commands the bot to push a particular stick in a particular direction for a set amount of time.- Example command: For a bot set as RemoteControl,
$setstick LEFT -19000 19000 500
will cause the character to walk diagonally to the upper left for 500 milliseconds. To command a bot by IP, insert the local IP immediately after$setstick
.
- Example command: For a bot set as RemoteControl,
-
$setscreenon <ip>
/$setscreenoff <ip>
: Turns the screen on/off for a particular bot by IP.