From 22ac311975cb52172c791970962f51e31dd34549 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 23 Apr 2026 02:51:56 -0600 Subject: [PATCH] wuut --- DREAMMAKER.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DREAMMAKER.sh b/DREAMMAKER.sh index 5f071c7..3169ab7 100644 --- a/DREAMMAKER.sh +++ b/DREAMMAKER.sh @@ -21,7 +21,7 @@ send_discord_webhook() { while true; do #infinite loop # scan for those vendor ids - blescan=$(eval "bluetoothctl -t 10 scan on | awk '{print \$3}' | grep ${vendor_ids[@]/#/-e })" + blescan=$(eval "bluetoothctl -t 10 scan on | awk '{print \$3}' | grep ${vendor_ids[@]/#/-e }") if [ -n "$blescan" ]; then # LE detected poweroff to cryptdisk and notify # alert spammmm @@ -29,6 +29,8 @@ while true; do #infinite loop send_discord_webhook "FUZZ" & # fork task to background to run more faster done fi +done + # 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 @@ -36,4 +38,3 @@ while true; do #infinite loop # else # sleep 1 # fi -done