From cfcfc457d2131b62e60355289db2dcd0b44872d1 Mon Sep 17 00:00:00 2001 From: narstybits Date: Sat, 27 May 2023 11:23:01 -0500 Subject: [PATCH] added pipeseroni --- Pranks/pipeseroni.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Pranks/pipeseroni.txt diff --git a/Pranks/pipeseroni.txt b/Pranks/pipeseroni.txt new file mode 100644 index 0000000..81aa063 --- /dev/null +++ b/Pranks/pipeseroni.txt @@ -0,0 +1,34 @@ +REM you'll be able to play a Tetris-like game right in your terminal. +REM you may need to adjust the delays based on your internet connection speed and system performance. + +REM Title: pipeseroni +REM Author: Narsty +REM Target: MacOS +REM Version: 1.0 +REM Category: Prank + + + +ID 05ac:021e Apple:Keyboard +DELAY 1000 +GUI SPACE +DELAY 500 +STRING Terminal +DELAY 500 +ENTER +DELAY 500 +GUI-CTRL f +DELAY 2000 +STRING clear +ENTER +DELAY 500 +STRING curl -L https://raw.githubusercontent.com/pipeseroni/pipes.sh/master/pipes.sh -o pipes.sh +ENTER +DELAY 5000 +STRING chmod +x pipes.sh +ENTER +DELAY 500 +STRING ./pipes.sh +ENTER + +