Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@terrabitz terrabitz released this 10 Aug 07:20

Features

Function Keys

Issues resolved: #1
Function keys are now supported. For example, the following payload can now be used to launch a fake fullscreen Windows update:

DELAY 2000
GUI r
DELAY 2000
STRING firefox
DELAY 500
ENTER
DELAY 1500
STRING http://fakeupdate.net/win10/
ENTER
DELAY 1000
F11

CI Builds

Additionally, this release introduces a whole new CI pipeline for automatic binary compilation, complete with Linux, Windows, and Mac OSX builds. (However, I don't own a Mac, hence am unable to test those binaries).