Create mactalk.txt

pull/199/head
ECTO-1A 2022-12-20 16:47:33 -05:00 committed by GitHub
parent f7d0b4836b
commit 97ead7a9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -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