leonardogagliano / Mouse-Automation

A mouse automation coded with C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mouse-Automation

Status: Developing 👨‍💻

About

A mouse automation coded with C++. For now, it just record the cursor path during a defined time.

Files

  • 'record.exe' : Gets and records the cursor positions using the 'fstream' and 'windows.h'.
  • 'positions.txt' : A '.txt' file used to register the cursor positions.
  • 'read.exe' : Reads the saved positions in 'positions.txt' and apply they to the cursor.

How to use

  1. Download the '.zip' file with all the files
  2. Extract the folder
  3. Open 'record.exe' to save the path
  4. Open 'read.exe' to execute the saved path

About

A mouse automation coded with C++.

License:MIT License


Languages

Language:C++ 100.0%