(AppleScript) Display alert with image?
I am creating a fake virus script and I was going to add more but I kept playtesting. Eventually, I realized what I wanted to do was create a "display alert" with a message AND icon.
Here is the code so far:
display alert "The application ''Safari'' wants to acces your password." message "If you trust this application, enter your password in the following message."
display dialog "Password goes here" default answer "••••••••"
tell application "Finder"
activate
make new Finder window
end tell
I wanted to figure out the way to add an icon without getting an error, but, is that really possible? Please help.
By the way, in case you were wondering, the actual script has the bullets, they're Unicode characters (u+2022) and I decided I should have them as a "hide" effect. It would also help if I learned how to actually have a real hide effect where you would enter text and it looks like the Unicode bullets.
iMac 21.5″, macOS 10.15