You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
The purpose of this sys-module is to allow users to remote control their switch via wifi connection as well as to read and write to a games memory. This can be used to create bots for games and other fun automation projects.
3
3
4
4
## Warning:
5
-
Don't even think of blaming me if anything goes wrong with you using this. It's supposed to help you in the development of bot automation or general "RAM research", but I am not liable for any damages or bans you might get in the process. Use at your own risk and all that.
5
+
Don't even think of blaming me if anything goes wrong with you using this. It's supposed to help you in the development of bot automation, but I am not liable for any damages or bans you might get in the process. Use at your own risk and all that.
6
6
7
7
## (planned) feature list:
8
8
### button input:
9
-
-[] simulate button press
10
-
-[] simulate button hold
11
-
-[] set complete controller state
9
+
-[x] simulate button press
10
+
-[x] simulate button hold
11
+
-[x] set complete controller state
12
12
13
13
### touchscreen input:
14
14
-[ ] simulate touchscreen press
@@ -17,11 +17,11 @@ Don't even think of blaming me if anything goes wrong with you using this. It's
17
17
18
18
### Memory reading:
19
19
-[ ] read x bytes of consecutive memory from RAM based on absolute memory address
20
-
-[] read x bytes of consecutive memory from RAM based on address relative to heap base
20
+
-[x] read x bytes of consecutive memory from RAM based on address relative to heap base
21
21
22
22
### Memory writing:
23
23
-[ ] write x bytes of consecutive memory to RAM based on absolute memory address
24
-
-[] write x bytes of consecutive memory to RAM based on address relative to heap base
24
+
-[x] write x bytes of consecutive memory to RAM based on address relative to heap base
0 commit comments