tool high top pi
This commit is contained in:
+8
-7
@@ -4,9 +4,9 @@ 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 com,mon for testyin
|
### 71:D9:79 is com,mon for testyin
|
||||||
vendor_ids=('1C' '71:D9:79' '00:25:DF' '00:58:28' '00:C0:D4' '84:70:03')
|
vendor_ids=('1C' '71:D9:79' '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ΣЯ]'
|
||||||
|
|
||||||
send_discord_webhook() {
|
send_discord_webhook() {
|
||||||
webhook_url="$(cat \"$webhook_file\")"
|
webhook_url="$(cat \"$webhook_file\")"
|
||||||
@@ -28,11 +28,12 @@ while true; do #infinite loop
|
|||||||
for((i=0;i<10;i++)); do
|
for((i=0;i<10;i++)); do
|
||||||
send_discord_webhook "FUZZ" & # fork task to background to run more faster
|
send_discord_webhook "FUZZ" & # fork task to background to run more faster
|
||||||
done
|
done
|
||||||
|
fi
|
||||||
# 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
|
||||||
fi
|
# fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user