Skip to content

Instantly share code, notes, and snippets.

@dxrcy
Created December 15, 2020 12:43
Show Gist options
  • Save dxrcy/0dbb2a5d21893de11edcfc47712e747c to your computer and use it in GitHub Desktop.
Save dxrcy/0dbb2a5d21893de11edcfc47712e747c to your computer and use it in GitHub Desktop.
How to HACK computer!!! (Paste this into command prompt and then call `hack` command from anywhere)
@ECHO OFF & ECHO @echo OFF^&title Software^&color 0c^&(for /l %%i in (5,-1,1)do (cls^&echo Are you sure you want to delete system32...? Press ALT to abort!^&echo:^&(if %%i==5(timeout 2 ^>nul))^&(if %%i==1 (echo Proceeding in 1 second... ^& timeout 3 ^>nul)else (echo Proceeding in %%i seconds...^&timeout 1 ^>nul)))^&echo:^&echo Deletion of system32 aborted.^&color 0f^&echo Press ENTER to continue^&pause ^>nul^&echo:^&echo Made by Darcy^&@echo ON > "C:/Users/%USERNAME%/hack.bat" & @ECHO ON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment