Introduction: Martix Scene Wake Up Neo... Vbs

hello this is a programming instruction and i will give you a code so you can remake the scene in the begin of the matrix where neo's computer is hacked and the computer says: wake up neo...

Step 1: Step 1: First Vbs

open notepad and this is one of the four files you have to make otherwise it won't work.

enter this code:

set ghost = wscript.CreateObject("WScript.Shell")
ghost.run "cmd" wscript.sleep 3000 ghost.sendkeys "w" wscript.sleep 100 ghost.sendkeys "a" wscript.sleep 100 ghost.sendkeys "k" wscript.sleep 100 ghost.sendkeys "e" wscript.sleep 100 ghost.sendkeys " " wscript.sleep 100 ghost.sendkeys "u" wscript.sleep 100 ghost.sendkeys "p" wscript.sleep 100 ghost.sendkeys " " wscript.sleep 100 ghost.sendkeys "n" wscript.sleep 100 ghost.sendkeys "e" wscript.sleep 100 ghost.sendkeys "o" wscript.sleep 100 ghost.sendkeys "." wscript.sleep 100 ghost.sendkeys "." wscript.sleep 100 ghost.sendkeys "." wscript.sleep 5000 Dim objShell Set objShell = Wscript.CreateObject("WScript.Shell")

objShell.Run "2.vbs"

' Using Set is mandatory Set objShell = Nothing WScript.Quit

and save this file a matrix.vbs

Step 2: Step 2: Second File

now open a new notepad and call this file 2.vbs because it will not work if you call it the name you want.

now copy and paste this code is the second notepad file.

set ghost = wscript.CreateObject("WScript.Shell")
ghost.run "cmd" wscript.sleep 500 ghost.sendkeys "t" wscript.sleep 500 ghost.sendkeys "h" wscript.sleep 500 ghost.sendkeys "e" wscript.sleep 500 ghost.sendkeys " " wscript.sleep 500 ghost.sendkeys "m" wscript.sleep 500 ghost.sendkeys "a" wscript.sleep 500 ghost.sendkeys "t" wscript.sleep 500 ghost.sendkeys "r" wscript.sleep 500 ghost.sendkeys "i" wscript.sleep 500 ghost.sendkeys "x" wscript.sleep 500 ghost.sendkeys " " wscript.sleep 500 ghost.sendkeys "h" wscript.sleep 500 ghost.sendkeys "a" wscript.sleep 500 ghost.sendkeys "s" wscript.sleep 500 ghost.sendkeys " " wscript.sleep 100 ghost.sendkeys "y" wscript.sleep 100 ghost.sendkeys "o" wscript.sleep 100 ghost.sendkeys "u" wscript.sleep 40 ghost.sendkeys "." wscript.sleep 40 ghost.sendkeys "." wscript.sleep 40 ghost.sendkeys "." wscript.sleep 5000 Set objShell = Wscript.CreateObject("WScript.Shell")

objShell.Run "3.vbs"

' Using Set is mandatory Set objShell = Nothing WScript.Quit

Step 3: Step 3: Third Vbs

open a another notepad file and call this file 3.vbs.

put this code in the file.

set ghost = wscript.CreateObject("WScript.Shell")
ghost.run "cmd" wscript.sleep 100 ghost.sendkeys "f" wscript.sleep 100 ghost.sendkeys "o" wscript.sleep 100 ghost.sendkeys "l" wscript.sleep 100 ghost.sendkeys "l" wscript.sleep 100 ghost.sendkeys "o" wscript.sleep 100 ghost.sendkeys "w" wscript.sleep 100 ghost.sendkeys " " wscript.sleep 100 ghost.sendkeys "t" wscript.sleep 100 ghost.sendkeys "h" wscript.sleep 100 ghost.sendkeys "e" wscript.sleep 100 ghost.sendkeys " " wscript.sleep 100 ghost.sendkeys "w" wscript.sleep 100 ghost.sendkeys "h" wscript.sleep 100 ghost.sendkeys "i" wscript.sleep 100 ghost.sendkeys "t" wscript.sleep 100 ghost.sendkeys "e" wscript.sleep 100 ghost.sendkeys " " wscript.sleep 100 ghost.sendkeys "r" wscript.sleep 100 ghost.sendkeys "a" wscript.sleep 100 ghost.sendkeys "b" wscript.sleep 100 ghost.sendkeys "b" wscript.sleep 100 ghost.sendkeys "i" wscript.sleep 100 ghost.sendkeys "t" wscript.sleep 500 ghost.sendkeys "." wscript.sleep 500 ghost.sendkeys "." wscript.sleep 500 ghost.sendkeys "." wscript.sleep 5000 Set objShell = Wscript.CreateObject("WScript.Shell")

objShell.Run "4.vbs"

' Using Set is mandatory Set objShell = Nothing WScript.Quit

Step 4: Step 4: Last Vbs File

now you will make the last file and call it 4.vbs.

put in this code in the file.

set ghost = wscript.CreateObject("WScript.Shell")
ghost.run "cmd" wscript.sleep 100 ghost.sendkeys "knock knock neo..." WScript.Quit

the files has to be on the desktop because it won't work if don't do that