Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/prank/MacTalk/mactalk.txt
2968 views
1
REM Title: MACTALK
2
REM Author: Ecto-1A
3
REM Description: Opens terminal, turns the volume to max
4
REM and makes the computer say "Hello! We've been trying to reach you about your cars extended warrantee!"
5
REM using the Macs built in text to speach function
6
REM Target: MacOS
7
REM Version: 1.0
8
REM Category: Prank
9
10
DELAY 500
11
GUI SPACE
12
DELAY 500
13
STRING terminal
14
DELAY 200
15
ENTER
16
DELAY 500
17
STRING osascript -e "set Volume 10"
18
DELAY 500
19
ENTER
20
DELAY 500
21
STRING say Hello! We have been trying to reach you about your cars extended warrantee!
22
DELAY 500
23
ENTER
24
DELAY 200
25
GUI M
26
27