I had previously posted about Matrix effect using notepad . But this is more advance its look more advance then the previous one. So open up your notepad and get started.
Open Notepad and copy below code.
@echo offclstitle Enter The Matrixcolor 02set string=Wake up Neo...set /a len=18call :DisplayTextping localhost -n 4 >nulset string=The Matrix has you...set /a len=25call :DisplayTextping localhost -n 4 >nulset string=Follow the white rabbit.set /a len=28call :DisplayTextping localhost -n 4 >nulset string=Knock, knock, Neo...set /a len=24call :DisplayTextping localhost -n 4 >nulgoto matrix:DisplayTextset /a dispvar =1set /a len +=1:DisplayLoopCALL SET str=%%string:~0,%dispvar%%%clsecho %str%ping localhost -n 1 >nulset /a dispvar +=1if '%dispvar%'=='%len%' gotoenddisplaygoto DisplayLoop:enddisplayexit /b:matrixsetlocal enabledelayedexpansionfor /l %%A in (1,1,39) do (set /a rnd=!random!%%5+1if !rnd!==1 (set /a rnd2=!random!%%26+1set num=1for %%A in (A B C D E F G H I J K LM N O P Q R S T U V W X Y Z) do (if !rnd2!==!num! (set add=%%A)set /a num+=1)) else set /a add=!rnd!%%2set var=!var! !add!)echo !var!call :matrix
- Save the file as matrix.bat (.bat is must)
- Done enjoy !!
0 comments:
Post a Comment