Kibor Bot Autoclicker » Kibor - Integrated development environment for bots » About Kibor » Version 2.19 Record actions with the mouse and keyboard. Generating the playback code.

Страниц (1): [1]
 

1. Kibor - 24 Июля, 2018 - 04:56:24 - перейти к сообщению
Added the ability to record and generate a code to play the work with the mouse and keyboard.
To start and end the recording, press CTRL + SHIFT + X and select the appropriate item in the menu.

At the end of the recording, this button becomes active, the click on which inserts the generated script into the position of the cursor.


In the future this function will be improved. At the moment, a primitive code of mouse and keyboard keystrokes is created, indicating pauses between them.

.................................................. .....................

Added functions for specifying pauses in the script:
pause

Syntax
pause (10000);
Sets a pause of 10 seconds.

Unlike sleep, it is possible to shut down the script during a pause.

Optimum application:
If the pause is less than 500, use sleep. pause on this value works only as sleep ...
From 500 to 1000 - it is recommended pause.
More than 1000 - highly recommended pause ...

Powered by ExBB FM 1.0 Final