Skip to content

Instantly share code, notes, and snippets.

@aaiezza
Last active June 15, 2025 22:59
Show Gist options
  • Save aaiezza/a15794d9920f94a8779a2e589171eb3a to your computer and use it in GitHub Desktop.
Save aaiezza/a15794d9920f94a8779a2e589171eb3a to your computer and use it in GitHub Desktop.
Windows Fake Hack
for /l %i in (1,1,100) do (cls & echo Deleting Files: %i%%... & ping -n 2 localhost >nul)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment