frickkkkkkk

This commit is contained in:
2026-04-23 05:48:52 -06:00
parent cabf0a192f
commit 8bc5ca6cdd
+3 -11
View File
@@ -4,7 +4,7 @@ set -e # faiulure is not tolerated here
### CO:1C:6A is phone in bt pair mode ### CO:1C:6A is phone in bt pair mode
### 71:D9:79 is common for testyin ### 71:D9:79 is common for testyin
### O1 is common and easier ### 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" webhook_file="/usr/share/DREAMMAKER/.discord_url"
tag_file="/usr/share/DREAMMAKER/.discord_tag" tag_file="/usr/share/DREAMMAKER/.discord_tag"
username='[DЯΣΛMMΛKΣЯ]' username='[DЯΣΛMMΛKΣЯ]'
@@ -16,7 +16,7 @@ send_discord_webhook() {
# send the webhook post # send the webhook post
curl -sS -X POST \ curl -sS -X POST \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d "{\"username\":\"$username\",\"content\":\"$1 FUZZASZZZZ ${tag}\"}" \ -d "{\"username\":\"$username\",\"content\":\"$1 $tag\"}" \
"$webhook_url" "$webhook_url"
} }
@@ -34,12 +34,4 @@ while true; do #infinite loop
poweroff --poweroff --force --no-wall # --no-sync poweroff --poweroff --force --no-wall # --no-sync
done done
fi fi
done done
# cryptsetup erase <device> # 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