frickkkkkkk
This commit is contained in:
+1
-9
@@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -35,11 +35,3 @@ while true; do #infinite loop
|
|||||||
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user