This commit is contained in:
2026-04-22 21:32:19 -06:00
parent caccf89259
commit b588146ed8
5 changed files with 12 additions and 3 deletions
+10 -1
View File
@@ -12,12 +12,21 @@ shut down and lock (or destory) your box if cops are detected nearby!
bash install_dreammaker.sh bash install_dreammaker.sh
``` ```
## Props
1. BIG Thanks to [OSINTI4L](https://github.com/OSINTI4L/) for making the first verison of this!
## Todo
1. make webhook work without geeraleesssss
2. sanity checks
3. test with available btle devices
1. sniff with nrf chip
## LICENSE ## LICENSE
[![Do What the Fuck You Want to Public License - WTFPL](./wtfpl-badge-1_88x31.png "Do What the Fuck You Want to Public License - WTFPL Badge")](./COPYING.txt) [![Do What the Fuck You Want to Public License - WTFPL](./wtfpl-badge-1_88x31.png "Do What the Fuck You Want to Public License - WTFPL Badge")](./COPYING.txt)
**Do What the Fuck You Want to Public License (WTFPL)** **Do What the Fuck You Want to Public License (WTFPL)**
"Free as in freedom **AND** free as in free beer" "Free as in freedom **AND** free as in free beer"
[WTFPL Home](https://www.wtfpl.net) ([Archive](https://web.archive.org/web/20251218082119/https://www.wtfpl.net/)) [WTFPL Home](https://www.wtfpl.net) ([Archive](https://web.archive.org/web/20251218082119/https://www.wtfpl.net/))
[WTFPL Local Copy](./COPYING.txt) [WTFPL Local Copy](assets/COPYING.txt)
### Text ### Text
``` ```
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+1 -1
View File
@@ -3,7 +3,7 @@ Description=protecc from cops
After=network.target After=network.target
[Service] [Service]
# Points to your script # script path
ExecStart=/usr/local/bin/dreammaker.sh ExecStart=/usr/local/bin/dreammaker.sh
# Automatically restarts if the script fails # Automatically restarts if the script fails
Restart=always Restart=always
+1 -1
View File
@@ -12,7 +12,7 @@ while true; do #infinite loop
done done
# cryptsetup erase <device> # ion case you wanna nuke ur shit lmao # cryptsetup erase <device> # ion case you wanna nuke ur shit lmao
## these options are powerful, silent, fast, aND RIsky ## these options are powerful, silent, fast, aND RIsky
poweroff --poweroff --force --no-wall --no-sync poweroff --poweroff --force --no-wall # --no-sync
sleep 1 sleep 1
else else
sleep 1 sleep 1