
1. Matrix Falling Code Effect
![]() |
Matrix Effect |
In most films, while actor trying to crack the password of villains computer you might see falling a green character everywhere on desktop. Copy following code and past it into notepad and save with name as you want but remember extension must .bat not .txt (you can add “ “ sign while saving file as .bat for example “matrix.bat”, so file will be automatically saved with name matrix.bat)
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
echo %random%%random%%random%%random%%random%%random%%random%%random%
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
2. Fake Virus Message

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
3. Automatic Ejects CD/DVD/Bluray Drives continuously.

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

4. Make Personal Diary
Are you tired entering time and date each time at opening your personal diary or notes? Now don’t worry, you can solve this problem without any doubt. For this, open new notepad file and type .LOG (must in capital letter) and press Enter key. Notepad will add time and date stamp each startup of this text file.
☻☺☻☺ Fun and only Fun ☻☺☻☺
No comments:
Post a Comment