Friday, September 4, 2015

Vbs script

First is a guide in vbs script. We will be creating a FAKE virus using notepad.
So first you want to open up notepad.
2nd. Type this in
x=msgbox ("your message", 0+16, "your title")
If you want this to loop just copy paste it.
IMPORTANT! you must save it as a .vbs file
Example. Test.vbs. once opened it should show the error message. I will show you how to do a shutdown command in my next post