Skip to content

Commit 5ef8f67

Browse files
committed
update READ.ME
1 parent 523d15f commit 5ef8f67

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
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.
33

44
## 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.
66

77
## (planned) feature list:
88
### 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
1212

1313
### touchscreen input:
1414
- [ ] simulate touchscreen press
@@ -17,11 +17,11 @@ Don't even think of blaming me if anything goes wrong with you using this. It's
1717

1818
### Memory reading:
1919
- [ ] 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
2121

2222
### Memory writing:
2323
- [ ] 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
2525

2626
### screen capture:
2727
- [ ] capture current screen and send it

0 commit comments

Comments
 (0)