From 292841526c53d403d3d450340cdea1cc3773205d Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 25 Apr 2026 13:43:56 -0600 Subject: [PATCH] 1777146237 --- DREAMMAKER.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DREAMMAKER.sh b/DREAMMAKER.sh index 8ca8c3a..b375378 100644 --- a/DREAMMAKER.sh +++ b/DREAMMAKER.sh @@ -27,11 +27,11 @@ while true; do #infinite loop # LE detected poweroff to cryptdisk and notify # alert spammmm for((i=0;i<10;i++)); do - send_discord_webhook "FUZZ" & # fork task to background to run more faster + 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 + # 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 \ No newline at end of file