Matrix, having some fun.

Discussion about hacker.org's server
Post Reply
Liidian
Posts: 202
Joined: Fri Jun 05, 2009 10:49 pm
Location: Guess

Matrix, having some fun.

Post 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 :)
The whole "system" is a number of people creating a code all together, this code loops and is there for a "system".
System Zero could also be confirmed with one word "Hacker's"
User avatar
GeorgeTI
Posts: 38
Joined: Thu May 15, 2008 9:49 am

A pretty mischievous idea....

Post 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:
George T. I.
randomitemodda
Posts: 6
Joined: Sun Sep 04, 2011 3:50 pm
Location: 1110.1001.111.101.10010.1001

Re: Matrix, having some fun.

Post 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
Post Reply