From f068ad61bf7451b28cdda4a0ee8286f3b62e33ac Mon Sep 17 00:00:00 2001 From: Narsty <132179825+narstybits@users.noreply.github.com> Date: Wed, 10 May 2023 16:01:29 -0500 Subject: [PATCH] Add files via upload Big shoutout to @Ecto-1A I used some of his code from MacWildRIde to finish this one off with some fun tactics. --- Pranks/MacWildRideV2.txt | 47 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Pranks/MacWildRideV2.txt diff --git a/Pranks/MacWildRideV2.txt b/Pranks/MacWildRideV2.txt new file mode 100644 index 0000000..f202823 --- /dev/null +++ b/Pranks/MacWildRideV2.txt @@ -0,0 +1,47 @@ +REM Title: MacWildRide V2 +REM Author: Narsty & Ecto-1A +REM Description: Opens terminal and runs the "top' command to display Cur processes +REM It then builds a fake terminal window saying the computer is being encrypted. +REM Target: MacOS +REM Version: 1.0 +REM Category: Prank + + +DELAY 500 +GUI SPACE +DELAY 1000 +STRING Terminal +DELAY 250 +ENTER +DELAY 500 +STRING top +DELAY 250 +ENTER +GUI-CTRL F +DELAY 8000 +ENTER +DELAY 1000 +CONTROL C +DELAY 250 +ENTER +DELAY 550 +STRING echo -e "\e[101;30;5m ENCRYPTING DATA ON SYSTEM" +DELAY 250 +ENTER +DELAY 250 +STRING ' +DELAY 250 +ENTER +STRING PASSWORDS: ......10%......50%......100% SUCCESS! +DELAY 1000 +ENTER +DELAY 250 +STRING BANK ACCOUNTS: ......10%......50%......100% SUCCESS! +DELAY 1000 +ENTER +DELAY 250 +STRING PHOTOS: ......10%......50%......100% SUCCESS! +DELAY 1000 +ENTER +DELAY 250 +STRING ~ALL FILES SUCCESSFULLY ENCRYPTED~ \ No newline at end of file