Back again with a new problem, I was able to use the Exit AHK to exit Supermodel but I tried using the exact same AHK to exit TeknoParrot but it does not work, Does anyone have a Exit AHK script that works for TeknoParrot in Bigbox?
~1 & 2::
Duration=0
Loop
{ Duration ++
If !GetKeyState("1","P") || !GetKeyState("2","P")
Break
If Duration > 2
{
Process, Close, {{{TeknoparrotUi.exe}}}
break
}
Sleep, 1000
}
return
Thanks again