Advertisement

Subscribe For Free Updates!

We'll not spam mate! We promise.

Tuesday, 1 April 2014

Advance matrix effects usig Notepad

 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 off
cls
title Enter The Matrix
color 02

set string=Wake up Neo...
set /a len=18
call :DisplayText

ping localhost -n 4 >nul
set string=The Matrix has you...
set /a len=25
call :DisplayText

ping localhost -n 4 >nul
set string=Follow the white rabbit.
set /a len=28
call :DisplayText

ping localhost -n 4 >nul
set string=Knock, knock, Neo...
set /a len=24
call :DisplayText

ping localhost -n 4 >nul


goto matrix


:DisplayText

set /a dispvar =1
set /a len +=1

:DisplayLoop

CALL SET str=%%string:~0,

%dispvar%%%

cls
echo %str%
ping localhost -n 1 >nul

set /a dispvar +=1

if '%dispvar%'=='%len%' goto

enddisplay

goto DisplayLoop

:enddisplay
exit /b

:matrix
setlocal enabledelayedexpansion
for /l %%A in (1,1,39) do (
set /a rnd=!random!%%5+1
if !rnd!==1 (
set /a rnd2=!random!%%26+1
set num=1
for %%A in (A B C D E F G H I J K L

M 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!%%2
set var=!var! !add!
)
echo !var!
call :matrix

 Save the file as matrix.bat  (.bat is must)
 Done enjoy !!

Share This If u Like It!!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Bilal is a young Blogger, currently living in Kashmir, PAKISTAN. He is Founder & CEO of Tha Cyber Lounge. He is not a professional. But Still he can play with Blogger Template Codes, Web Developing, Graphic Designing, Html, Css, Jquery,logo Designing and Blogger Widgets. You can contact him at Facebook Or HIRE him BILAL To get latest updates. Tha Cyber Lounge

0 comments:

Post a Comment

Please Read The Rules Before Leaving a Comment:-

1.) Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.

2.) Make sure to click the "Subscribe by email" link below the comment to be notified of follow up comments and replies.

3.) Please "Do Not Spam".

4.) Please "Do Not Add Links" to the body of your comment as they will not be published. If the queries contain link then never add HTML tag to it.

5.) Only "English" comments shall be approved and answered.

6.) Never Use Keywords In The Name Section Otherwise Your Comment Will Be Deleted.

7.) All comment will be deleted if it will not fulfill the requirements.