to create command on linux -------------------------- nano /usr/local/bin/hack ======== #!/bin/bash sudo /usr/bin/apt update && sudo /usr/bin/cmatrix && \ curl -d "Your System Has Been Hacked" https://ntfy.sahab.eu.org/asus && \ curl "http://127.0.0.1:86/message?token=AtypyhKyIT1Gkqp" -F "title=ASUS" -F "message=Your System Has Been Hacked" -F "priority=1" ======== chmod +x /usr/local/bin/hack