Skip to content

Instantly share code, notes, and snippets.

@thomasht86
Created February 27, 2026 07:31
Show Gist options
  • Select an option

  • Save thomasht86/780925568d9c312362041ef04747edb0 to your computer and use it in GitHub Desktop.

Select an option

Save thomasht86/780925568d9c312362041ef04747edb0 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Fake "hacker" screen — totally harmless
echo "INITIATING SYSTEM OVERRIDE..."
for i in $(seq 1 20); do
echo "[$(date +%T)] Accessing sector $((RANDOM % 9999))... OK"
sleep 0.2
done
echo ""
echo "████████████████████████████"
echo "██ YOU HAVE BEEN PWNED! ██"
echo "████████████████████████████"
echo ""
echo "(jk, your system is fine 😄)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment