Skip to content

Instantly share code, notes, and snippets.

View Topicranger's full-sized avatar

Topicranger

View GitHub Profile
@Topicranger
Topicranger / fragMOTION-unlocker.au3
Created January 26, 2022 16:49
Simple unlocker for the fragMOTION week license
#include <Constants.au3>
;
; AutoIt Version: 3.0
; Language: English
; Platform: Win10
; Author: Topicranger
; Prompt the user to run the script - use a Yes/No prompt with the flag parameter set at 4 (see the help file for more details)
Local $iAnswer = MsgBox(BitOR($MB_YESNO, $MB_SYSTEMMODAL), "fragMOTION Unlocker", "This script will unlock fragMOTION for the week license. The unlock window must be active. Do you want to run it?")