Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :: THIS FILE HAS RANDOM FLASHING SCREEN THINGS AND MAY TRIGGER SEIZURES FOR PEOPLE WITH EPILEPSY
- :: VIEWER DISCRETION ADVISED
- :: -----------------------------------------------------------------------------------------------------------------------------------
- :: This is just a prank virus thing I made 2 years ago
- :: When the batch file is executed, some random numbers appear and finally the file deletes itself
- :: =================================================================================================================================
- @echo off
- ::----------------------------------------------------------------------------------
- :: Random number display
- set /A var = 3
- :start
- set /a varr = var%%15
- if not %var% == 60 (
- if %varr% == 0 (
- color 42
- echo %random% %random% %random% %random% %random%%random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
- ) else (
- color 04
- echo %random% %random% %random% %random% %random%%random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
- color 02
- echo %random% %random% %random% %random% %random%%random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
- )
- set /a var = %var% + 1
- )else goto end
- goto start
- ::----------------------------------------------------------------------------------
- :: This place displays the text "THIS COMPUTER IS SUCCESSFULLY HACKED"
- :end
- for /l %%x in (1, 1, 100) do (
- color 04
- echo THIS COMPUTER IS SUCCESSFULLY HACKED
- )
- ::----------------------------------------------------------------------------------
- :: Self destruct part
- SETLOCAL
- ECHO "This script will now self-destruct. Please ignore the next error message"
- DEL "%~f0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement