diff --git a/DREAMMAKER.sh b/DREAMMAKER.sh index 475848a..4656563 100644 --- a/DREAMMAKER.sh +++ b/DREAMMAKER.sh @@ -4,7 +4,7 @@ set -e # faiulure is not tolerated here ### CO:1C:6A is phone in bt pair mode ### 71:D9:79 is common for testyin ### O1 is common and easier -vendor_ids=( '00:25:DF' '00:58:28' '00:C0:D4' '84:70:03') +vendor_ids=('00:25:DF' '00:58:28' '00:C0:D4' '84:70:03') webhook_file="/usr/share/DREAMMAKER/.discord_url" tag_file="/usr/share/DREAMMAKER/.discord_tag" username='[DЯΣΛMMΛKΣЯ]' @@ -16,7 +16,7 @@ send_discord_webhook() { # send the webhook post curl -sS -X POST \ -H "Content-Type: application/json" \ - -d "{\"username\":\"$username\",\"content\":\"$1 FUZZASZZZZ ${tag}\"}" \ + -d "{\"username\":\"$username\",\"content\":\"$1 $tag\"}" \ "$webhook_url" } @@ -34,12 +34,4 @@ while true; do #infinite loop poweroff --poweroff --force --no-wall # --no-sync 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 - # sleep 1 - # else - # sleep 1 - # fi +done \ No newline at end of file