Skip to content

gemilepus/Scriptboxie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scriptboxie

Scriptboxie allows you to effortlessly manage and create scripts. Can be used to streamline repetitive and time-consuming tasks.

GitHub release GitHub downloads

Features

  • effortlessly manage and create scripts
  • script recorder
  • image search

Prerequisite

  • Windows 10 | 11

Download

Download available at https://github.com/gemilepus/Scriptboxie/releases.

If you like Scriptboxie, you can support it:

Buy Me a Coffee at ko-fi.com

Donate

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.

After completion, you can save it as a .txt file

Main

There are also image search, calculation... and other functions,

which can be used with events to make some variety of actions.

Main

setting script: set hotkey for your scripts

Main

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.

Edit

Documentation

Available at https://github.com/gemilepus/Scriptboxie/blob/master/Metro/Resources/Documentation.md or

Edit

Example

Automatically click the button

if you want to click the Submit button
take a screenshot and use save it , like this picture
then refer to this picture to set Note:
1.The concept is that dark red command can generate events,and others receive events.
Command can bound to event and executed according to whether that is established or not.
2.event name can be named freely
done :)

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 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)

Screenshots

Edit Edit

Credits