Saturday, January 25, 2014


Show a error message and shut down friends computer : 

  • Open Notepad and copy the following code.
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
  • Save it as abc.vbs and send to your friends.

No comments:

Post a Comment