Scriptboxie allows you to effortlessly manage and create scripts. Can be used to streamline repetitive and time-consuming tasks.
- effortlessly manage and create scripts
- script recorder
- image search
- Windows 10 | 11
Download available at https://github.com/gemilepus/Scriptboxie/releases.
If you like Scriptboxie, you can support it:
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.
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 variety of actions.
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.
Available at https://github.com/gemilepus/Scriptboxie/blob/master/Metro/Resources/Documentation.md or
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 |
Name | Explanation | Example |
---|---|---|
StartPosition_X |
Starting X-axis position of the mouse | 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 | Calc x = random(1,100) |
- MahApps.Metro - https://github.com/MahApps/MahApps.Metro
- feather - https://github.com/feathericons/feather
- opencvsharp - https://github.com/shimat/opencvsharp
- globalmousekeyhook - https://github.com/gmamaladze/globalmousekeyhook