Matrix, having some fun.
Posted: Sun Sep 25, 2011 10:55 am
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:
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
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

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
