ROM Hack Question Getting sys-botbase to work

ThatBenderGuy

Well-Known Member
OP
Member
Joined
Dec 16, 2013
Messages
150
Trophies
0
Age
31
XP
348
Country
United States
So I'm just trying to test things right now and I'm trying to send a + button press on the home menu to test it.

My python script doesn't throw any errors but nothing happens on my switch. I have input the correct ip address for my switch but still nothing happens. Any ideas? The ACNH poker works but for some reason I cannot get my python script to do anything. Here it is atm
Code:
import socket
import time
import binascii

def sendCommand(s, content):
    content += '\r\n'
    s.sendall(content.encode())

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect(("192.168.0.131", 6000))

sendCommand(s, "click PLUS")
input('Press enter to close...')
 
Last edited by ThatBenderGuy,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    ShdwTakashi @ ShdwTakashi: pineapple belong on pizza? The answer is yes until proven otherwise