12/19/2014

Let's make some harmless virus IS HERE

Make Your Keyboard Type (Any) Message Continuously-VBS Trick
This VBS trick can make any of your friend's keyboard type any message continuously.

HOW TO:
-Open Notepad,
-copy the code given below 
-save the file as Tricks.vbs or *.vbs
-You will need to restart your computer to stop this
-Try this after closing all important programs.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop

Create a Harmless Funny Virus with Notepad that Continuously eject CD/DVD drives IS HERE

HOW TO:

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again


Copy this code and paste it in Notepad as Virus.vbs or *.vbs.


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


Make a Personal Diary(Log) with Notepad (Easter Eggs)
HOW TO:

You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note.
-open Notepad and type .LOG in capital letters
-press Enter. Save the file. 
-Now, every time you open this file, notepad will automatically insert the current time and date before the note. 
-Just enter your note and save the file each time after making an entry.



                                                              CHEERS INn MAXx

                                               

No comments:

Post a Comment