diff --git a/README.md b/README.md index 50678b9..79f3e5d 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,21 @@ shut down and lock (or destory) your box if cops are detected nearby! 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 [![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)** "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 Local Copy](./COPYING.txt) +[WTFPL Local Copy](assets/COPYING.txt) ### Text ``` DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE diff --git a/COPYING.txt b/assets/COPYING.txt similarity index 100% rename from COPYING.txt rename to assets/COPYING.txt diff --git a/wtfpl-badge-1_88x31.png b/assets/wtfpl-badge-1_88x31.png similarity index 100% rename from wtfpl-badge-1_88x31.png rename to assets/wtfpl-badge-1_88x31.png diff --git a/dreammaker.service b/dreammaker.service index 2743101..12b401b 100644 --- a/dreammaker.service +++ b/dreammaker.service @@ -3,7 +3,7 @@ Description=protecc from cops After=network.target [Service] -# Points to your script +# script path ExecStart=/usr/local/bin/dreammaker.sh # Automatically restarts if the script fails Restart=always diff --git a/dreammaker.sh b/dreammaker.sh index 414ffed..6bda97b 100644 --- a/dreammaker.sh +++ b/dreammaker.sh @@ -12,7 +12,7 @@ while true; do #infinite loop 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 + poweroff --poweroff --force --no-wall # --no-sync sleep 1 else sleep 1