How to use:

Record Button
-------------
Begin to record your computer operations.

Stop Button
-----------
Stop recording your computer operations.

Play Button
-------------
Replay your computer operations.

Note: Once you click this button, EUYAO Replayer will hide itself until the recorded data replays completed or you press the "ESC" key on the keyboard and hold on for several seconds.

Record Path Combo Box
--------------------
Select saved record path, or input new record path.

Repeat Replaying Checkbox
-------------------------
Check if repeat when replaying.

Script Path Combo Box
--------------------
Select saved script path, or input new script path.

Edit Script Button
------------------
Edit the script given by Script Path Edit Box.

Manual Button
-------------
Look up script api reference.

Help Button
-----------
Open the official web page of EUYAO Replayer for help and up-to-date new version.

Execute In Console Command Line
-------------------------------
After you record a data file in a1.euo for example, you can invoke the file in console command line like this:

cd parent_directory_of_record
replayer.exe record/a1.euo

About Pre-packaged Scripts
------------
play_recorded.lua - replay recorded data.
keyboard_hot_key.lua - press certain key in the keyboard to invoke a series of keyboard operation event.
mouse_hot_key.lua - press certain key in the keyboard to invoke a series of mouse operation event.
keyboard_as_mouse.lua - use keyboard to emulate mouse.