Tuesday 20 May 2014

Matrix falling effect on desktop

Make a matrix falling effect on your pc.

Hy readers , do you want make matrix falling effect on your pc as we see in hacking movies ? To make that effect on your pc ,

matrix falling effect/ notepad tricks


Follow the below steps as it is!
1) Copy and paste the code given below in
Notepad and save the file as "Matrix.bat" or *.bat.

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%
%random%%random%%random%
go to trick

By running the bat file, you will see the "Matrix falling code" effect.



2) This VBS trick can make any of your friend's keyboard type any
message continuously. Open Notepad, copy the code given below and
save the file as Tricks.vbs or *.vbs. You will need to restart your
computer to stop this. Try this trick 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

THAT'S IT.

No comments:

Post a Comment