Page 1 of 1

Matrix, having some fun.

Posted: Sun Sep 25, 2011 10:55 am
by Liidian
So i was recently very bored browsing through youtube. I click on some video which led to another and i ended up watching a video showing something i found hillarious.

So yeah, bat files, bla bla bla, skiddies etc. Anyway, i worked out after googling it by watching the video that it is made like this:

Code: Select all

@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
save it as a bat file, and it looks pretty cool. :)

I had a ton of fun trying to make the rain code thing you can see in the actual movie, The Matrix.

Me and my friends had a lot of fun experimenting with this and the fact that it seems to some what memory leak(?)

Thought i'd post it here just for the fun off it :)

A pretty mischievous idea....

Posted: Mon Sep 26, 2011 5:28 pm
by GeorgeTI
...is to put this to a windows box at the startup folder, and set the shell window properties to fullscreen. Next time the computer opens, the user will seriously freak out! :twisted:

Re: Matrix, having some fun.

Posted: Thu Sep 29, 2011 1:21 pm
by randomitemodda
Liidian wrote:So i was recently very bored browsing through youtube. I click on some video which led to another and i ended up watching a video showing something i found hillarious.

So yeah, bat files, bla bla bla, skiddies etc. Anyway, i worked out after googling it by watching the video that it is made like this:

Code: Select all

@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
save it as a bat file, and it looks pretty cool. :)

I had a ton of fun trying to make the rain code thing you can see in the actual movie, The Matrix.

Me and my friends had a lot of fun experimenting with this and the fact that it seems to some what memory leak(?)

Thought i'd post it here just for the fun off it :)
cool