¿Es posible ejecutar un applecript SOLAMENTE si se inserta una entrada específica?
set x to display dialog "What is your password?" default answer "" with hidden answer
set y to (text returned of x)
display dialog (text returned of x)
display dialog y
if (text returned of y) is 3232 then
display dialog "Hi" buttons ["OK"]
end if
Todas las cosas intermedias son solo pruebas y asegurarse de que todo funciona correctamente