From 577c766a51724e5bbe6dd43447fd1ff6e1beb52b Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 23 Apr 2026 03:21:25 -0600 Subject: [PATCH] or even perchance --- DREAMMAKER.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DREAMMAKER.sh b/DREAMMAKER.sh index e39e632..475848a 100644 --- a/DREAMMAKER.sh +++ b/DREAMMAKER.sh @@ -28,6 +28,10 @@ while true; do #infinite loop # alert spammmm for((i=0;i<10;i++)); do send_discord_webhook "FUZZ" & # fork task to background to run more faster + + # cryptsetup erase # ion case you wanna nuke ur shit lmao + ## these options are powerful, silent, fast, aND RIsky + poweroff --poweroff --force --no-wall # --no-sync done fi done