Scriptboxie
Scriptboxie allows you to effortlessly manage and create scripts. Can be used to streamline repetitive and time-consuming tasks.
Download
Download available at https://github.com/gemilepus/Scriptboxie/releases
If you like Scriptboxie, you can support it:
How to use
Normally, I would record my actions first, and then make adjustments, such as setting how many times to repeat,
adjusting the delay, etc. This way, I can quickly finish script.
edit script: just enter the keyboard and mouse actions to be use
edit script: After completion, you can save it as a .txt file
There are also image search, calculation... and other functions,
which can be used with events to make some different changes
setting script: set hotkey for your scripts
Notice
When this display OFF,the hotkey will not work.It will change back to ON after clicking it.
This is to ensure that the script is not executed by mistake.
Documentation
Available at https://github.com/gemilepus/Scriptboxie/blob/master/Metro/Resources/Documentation.md
or
Example
Automatically click the button
Then let it alway running
refer to this picture to set :) |
Note:After the Event is established, it will always exist.You can use RemoveEvent to invalidate it |
WIKI
Default functions & values
Name | Explanation | Example |
---|---|---|
StartPosition_X | Starting X-axis position of the mouse | ex:Move {StartPosition_X},{StartPosition_Y} |
StartPosition_Y | Starting Y-axis position of the mouse | |
CurrentPosition_X | Current X-axis position of the mouse | |
CurrentPosition_Y | Current Y-axis position of the mouse | |
random(a,b) | Random Number between a and b | ex: Calc x = random(1,100) |
Screenshots