Boxybot its free ?
$c = _checkfortrialperiod()
If $c = 0 Then
MsgBox(0, "License", "You have not a premium license. You can use free version only")
ShellExecute("BoxyBot FREE.exe")
Exit
ElseIf $c = 1 Then
_guictrledit_appendtext($log, "Checking license...done" & @CRLF)
EndIf
indeedQuote:
quite unsafeCode:$c = _checkfortrialperiod() If $c = 0 Then MsgBox(0, "License", "You have not a premium license. You can use free version only") ShellExecute("BoxyBot FREE.exe") Exit ElseIf $c = 1 Then _guictrledit_appendtext($log, "Checking license...done" & @CRLF) EndIf