Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 421 Bytes

File metadata and controls

14 lines (13 loc) · 421 Bytes

VB-Recorder

VB Code to enforce computer mouse and keyboard to do tasks using script code, this allows you to script your repeatative tasks and let the computer automatically do it.

Sample Script
CHECKIMGCHANGE|500,500|15000
MOVE|500,500|1000
MOVE|600,600|1000
MOVE|700,700|1000
ENDCHECK
LOOP|3
MOVEREL|10,10|2000
MOVEREL|20,20|2000
MOVEREL|30,30|2000
LOOPEND