fake virus prank(harmless)
A downloadable project for Windows
this is just a fake virus that just opens your camera before closing it and then opening ur download folder
code(use notepad):
@echo off
msg * Smile! 😄
start microsoft.windows.camera:
:: wait 5 seconds
timeout /t 5 /nobreak >nul
:: close the Camera app
taskkill /f /im WindowsCamera.exe >nul 2>&1
:: fake loading screen
cls
echo Loading.
timeout /t 1 >nul
cls
echo Loading..
timeout /t 1 >nul
cls
echo Loading...
timeout /t 1 >nul
:: open Downloads folder
start explorer "%USERPROFILE%\Downloads"
| Published | 1 day ago |
| Status | Released |
| Category | Other |
| Platforms | Windows |
| Author | @jackvr121 |
Download
Install instructions
To actually save this as a .bat urself is to in simple words paste this into a notepad section go to file and press save as u can choose ur desktop or download folder but after that name ur file and add .bat to the end example:"*name*.bat" then press on the "save as type" change it to "all files"
code(use notepad):
@echo off
msg * Smile! 😄
start microsoft.windows.camera:
:: wait 5 seconds
timeout /t 5 /nobreak >nul
:: close the Camera app
taskkill /f /im WindowsCamera.exe >nul 2>&1
:: fake loading screen
cls
echo Loading.
timeout /t 1 >nul
cls
echo Loading..
timeout /t 1 >nul
cls
echo Loading...
timeout /t 1 >nul
:: open Downloads folder
start explorer "%USERPROFILE%\Downloads"



Leave a comment
Log in with itch.io to leave a comment.