This is a reimplementation of KMBox's C++ library in C#. Implements almost every function.
Feature | Implemented? |
---|---|
Simple mouse move | ✅ |
Interpolated mouse movement ('auto' mode) | ✅ |
Bezier mouse movement | ✅ |
Mouse button clicks/wheel | ✅ |
Keyboard buttons | ✅ |
'Type text' feature | ✅ |
Set IP and port | ✅ |
Draw image: fullscreen | ✅ |
Draw image: bottom half | ❌ |
Reboot | ✅ |
Monitor mode | ✅ |
Mask keyboard/mouse inputs | ✅ |
Debug/Trace mode | ❌ |
Can be found here.
MIT.