https://github.com/mes0903/meskeyelf
This is an tool that can help you send the keyboard and mouse input to the background window.
https://github.com/mes0903/meskeyelf
Last synced: 2 months ago
JSON representation
This is an tool that can help you send the keyboard and mouse input to the background window.
- Host: GitHub
- URL: https://github.com/mes0903/meskeyelf
- Owner: Mes0903
- Created: 2024-07-31T14:20:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T16:41:23.000Z (10 months ago)
- Last Synced: 2025-02-08T14:45:37.420Z (4 months ago)
- Language: C++
- Homepage:
- Size: 14.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mes Key ELF
This is an tool that can help you send the keyboard and mouse input to the background window.
Or you can call it auto clicker, keyboard auto type or sth else.
The tool was wrote by C++ and ImGui, only support Windows now.
# How to Build
```bash
git clone https://github.com/Mes0903/MesKeyELF.git
cd MesKeyELF
mkdir build && cd build
cmake ..
cmake --build .
```# How to Use
1. Scan the window and choose the target handler.
2. Add your key input into the key list.
3. Press the "Execute once" to test your operation.
4. Tick the "Execute" checkbox to make it execute cyclically.Notice that if the target window was reopen, you need to scan the window again since the hwnd would be different.
# Dev list
- https://hackmd.io/41fB0zhyQIGpe2QScq_NQw