Stopx : my ledblinky script
But i already disabed it, problem not solved
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%
process = FutureDMD.exe
Loop
{
prev := ErrorLevel
Process, Close, %process%
Process, Exist, %process%
}
until !ErrorLevel or (prev = ErrorLevel)
Run, C:\Program Files\LEDBlinky\LEDBlinky.exe off
Sleep, 500
Run, taskkill /IM LEDBlinky.exe 0,,UseErrorLevel
ExitApp
It only happens when i enable the Direct output PinballX plugin