Wake Up Neo

25K2562

Intro: Wake Up Neo

This is an Instructable on how to be like Trinity when she hacked Mr. Anderson's computer.*This is explained for someone who has never used batch or command prompt before.*

STEP 1: Its So Colorful

First type
'@ echo off'

Now you have to choose you color. their are many combinations. All things below are combinations.*Remember, first digit is background, second forground.*

0 = Black 8 = Gray
1 = Blue 9 = Light Blue
2 = Green a = Light Green
3 = Aqua b = Light Aqua
4 = Red c = Light Red
5 = Purple d = Light Purple
6 = Yellow e = Light Yellow
7 = White f = Bright White

Try mixing it up a little for cool color combos!

STEP 2: W Wa Wak Wake

You have to type the letters in ,for lack of a better term, one at a time like in the pictures.

STEP 3: Ping Pong

Next type
'ping localhost -n .5 >nul'
*This tells the computer to pause, I guess, for .5 seconds.*

STEP 4: CLEAR ZAP!!!!

Next type
'cls'
*This clears the screen but don't worry, nothing will be lost. The next line will pop up before the one your viewing leaves.

STEP 5: Wake Up Neo... the Matrix Has You....

Their you go, Trinity's hack.

61 Comments

I made it but it's moving so fast and before could read the lines it closes.Are there any way to slower the process?(Im using notepad++)

i got it working but my CMD comes up with windows version......
user:......... etc etc how can i get it to just come up with the blinking arrow
like this
>

if you type "@echo off" on the very first line it won't be shown :)

nice guide, u could however make an exra text page where u can can just copy the complete code.
would make the guide even more easy
(i'm a bit to layzy to type all of this)
HELP!!! I'm trying to do this on a Mac OS X, but regardless of what I do, I can't get it to work. Pointers?
Well, when it comes to Mac OS, the terminal commands are different from Command Prompt commands. These are Linux commands so you will have to find equivalent commands for Unix systems.
Is there any way possible i could keep the text showing, so when it has said 1 sentence, it keeps it there whilst the other one types... instead of the first sentence disappearing?
just dont put cls under each one
sure, u have to retype everything in each line, adding one lettter every line of code
You could do that. There is something similar you can do with variables: Here is an example: @echo off set message=Wake up Neo echo %message:~0,1% ping localhost -n 2 >nul echo %message:~0,2% ping localhost -n 2 >nul echo %message:~0,3% and so on...
Does anybody know how to make it FULLY FULL SCREEN? Like in the Matrix? With no taskbar and window and stuff?
Alt+Enter. You can preform this manually, or automatically [AutoIt can preform keystrokes automatically.]
start windows in "safe mode with command prompt"
"There is no spoon!" Nice instructable. :-)
My Version: @ echo off color 2 echo w ping localhost -n .5 >nul cls echo wa ping localhost -n .5 >nul cls echo wak ping localhost -n .5 >nul cls echo wake ping localhost -n .5 >nul cls echo wake u ping localhost -n .5 >nul cls echo wake up ping localhost -n .5 >nul cls echo wake up N ping localhost -n .5 >nul cls echo wake up Ne ping localhost -n .5 >nul cls echo wake up Neo ping localhost -n .5 >nul cls echo wake up Neo. ping localhost -n .5 >nul cls echo wake up Neo.. ping localhost -n .5 >nul cls echo wake up Neo... ping localhost -n 2 >nul cls echo T ping localhost -n 2 >nul cls echo Th ping localhost -n 2 >nul cls echo The ping localhost -n 2 >nul cls echo The M ping localhost -n 2 >nul cls echo The Ma ping localhost -n .2 >nul cls echo The Mat ping localhost -n .2 >nul cls echo The Matr ping localhost -n .2 >nul cls echo The Matri ping localhost -n .5 >nul cls echo The Matrix ping localhost -n .2 >nul cls echo The Matrix h ping localhost -n .2 >nul cls echo The Matrix ha ping localhost -n .2 >nul cls echo The Matrix has ping localhost -n .2 >nul cls echo The Matrix has y ping localhost -n .5 >nul cls echo The Matrix has yo ping localhost -n .5 >nul cls echo The Matrix has you ping localhost -n .5 >nul cls echo The Matrix has you. ping localhost -n .5 >nul cls echo The Matrix has you.. ping localhost -n .4 >nul cls echo The Matrix has you... ping localhost -n .4 >nul cls echo The Matrix has you.... ping localhost -n .4 >nul cls echo F ping localhost -n .2 >nul cls echo Fo ping localhost -n .2 >nul cls echo Fol ping localhost -n .2 >nul cls echo Foll ping localhost -n .2 >nul cls echo Follo ping localhost -n .2 >nul cls echo Follow ping localhost -n .2 >nul cls echo Follow t ping localhost -n .2 >nul cls echo Follow th ping localhost -n .2 >nul cls echo Follow the ping localhost -n .2 >nul cls echo Follow the w ping localhost -n .2 >nul cls echo Follow the wh ping localhost -n .2 >nul cls echo Follow the whi ping localhost -n .2 >nul cls echo Follow the whit ping localhost -n .2 >nul cls echo Follow the white ping localhost -n .2 >nul cls echo Follow the white r ping localhost -n .5 >nul cls echo Follow the white ra ping localhost -n .2 >nul cls echo Follow the white rab ping localhost -n .2 >nul cls echo Follow the white rabb ping localhost -n .2 >nul cls echo Follow the white rabbi ping localhost -n .2 >nul cls echo Follow the white rabbit ping localhost -n .2 >nul cls echo Follow the white rabbit. ping localhost -n 3 >nul cls echo Knock, knock Neo. ping localhost -n 5 >nul
Hmmm.... Why don`t you replace all the pings with pathping -q -w 1020 or pathping -q -p 1020 or something like that.
@echo offcolor 9ftitle Hello!clsecho Hpathping localhost -q 2 -p 200 > nulclsecho Hepathping localhost -q 2 -p 200 > nulclsecho Helpathping localhost -q 2 -p 200 > nulclsecho Hellpathping localhost -q 2 -p 200 > nulclsecho Hellopathping localhost -q 2 -p 200 > nulclsecho Hello,pathping localhost -q 2 -p 200 > nulclsecho Hello, %username%pathping localhost -q 2 -p 200 > nulclsecho Hello, %username%!pause>nul
okay,mine is kinda like swv1787's(only i didnt find out till after i made it). exept i added a user name part,here.please tell me if you like it or if it can be better.
More Comments