From 97ead7a9affe30be0b3d36713ea90f99ef041e46 Mon Sep 17 00:00:00 2001 From: ECTO-1A <112792126+ECTO-1A@users.noreply.github.com> Date: Tue, 20 Dec 2022 16:47:33 -0500 Subject: [PATCH] Create mactalk.txt --- payloads/library/prank/MacTalk/mactalk.txt | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 payloads/library/prank/MacTalk/mactalk.txt diff --git a/payloads/library/prank/MacTalk/mactalk.txt b/payloads/library/prank/MacTalk/mactalk.txt new file mode 100644 index 0000000..40ec87e --- /dev/null +++ b/payloads/library/prank/MacTalk/mactalk.txt @@ -0,0 +1,25 @@ +REM Title: MACTALK +REM Author: Ecto-1A +REM Description: Opens terminal, turns the volume to max +REM and makes the computer say "Hello! We've been trying to reach you about your cars extended warrantee!" +REM using the Macs built in text to speach function +REM Target: MacOS +REM Version: 1.0 +REM Category: Prank + +DELAY 500 +GUI SPACE +DELAY 500 +STRING terminal +DELAY 200 +ENTER +DELAY 500 +STRING osascript -e "set Volume 10" +DELAY 500 +ENTER +DELAY 500 +STRING say Hello! We have been trying to reach you about your cars extended warrantee! +DELAY 500 +ENTER +DELAY 200 +GUI M