Overblog
Editer l'article Suivre ce blog Administration + Créer mon blog
E-kings.over-blog.com

LA PLUS RÉALISTE PLUIE DE CODES MATRIX AVEC CMD, PERSONNALISABLE.

19 Mars 2018

                   comment afficher une pluie de codes façon matrix ?

 

     Vous avez déjà vue cette pluie de code défilant sur l’écran d’ordinateur d’un Hacker dans un filme, et vous vous êtes dis, waouh ! Mais, comment il fait ça !

 

Comment ça fonctionne ?

 Il s’agit d’une suite d’instruction qui s’effectuent en boucle et donne dans l’invite de commande  un effet semblable a une pluie de code.il y’en a sous forme de caractères ,des chiffres ou de lettres, ainsi, chacun a sa méthode personnelle ,les instructions rivalisent d’imagination et d’ingéniosité  car certains même dessine une pluie de code et l’effectue en boucle ,Le but visé est qu’elle soit la plus réaliste possible .   Je vous proposes les miennes suivie d’explications simple ,afin de la personnaliser votre gout.

 

     Pour commencer, ouvrez votre bloc-notes Windows  Ensuite copiez et coller ce qui suit la flèche  dans votre bloc-notes ou notepad et enregistrez le document sous le nom de votre choix  mais en .bat   eg : Matrix.bat

 

    ATTENTION ! ARRÊT DE VOTRE ORDINATEUR , NE PAS LAISSER EXÉCUTER TROP LONGTEMPS  

--------------------------------------------------------------------------------------------------------------------------------

@echo off

color 0a

:Bryce

Echo    %random% %random%  %random%  %random%%random%  %random%%random% %random%   %random%%random%    %random% %random% %random%  %random%%random%%random% %random%   %random%%random%    %random%%random%%random%  %random%%random%  %random% %random%  %random%

GOTO Bryce

 

---------------------------------------------------------------------------------------

@echo off

Title  E-Kings

color 0a

 

echo                                                 Matrix rain 2018 by #@รงk-k!n9  E-KINGS Corporation 8055. free access .

echo .                                                                                        

ping -n 5 127.0.0.1>nul

echo                                           Warning !    This program going to shutdown your computer. Don't leave a long moment.

echo .                                Attention ! ce programme va arreter votre ordinateur. Veillez a ne pas  laisser defiller trop longtemps.

echo .                                                                                        

ping -n 7 127.0.0.1>nul

echo .                                                                                         

echo                                                                   BE THE WELCOME TO THE ~~MatriX~~

echo .                                                                                        

ping -n 8 127.0.0.1>nul

SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION

FOR /F %%# IN ('COPY /Z "%~dpf0" NUL') DO SET "CR= secondes%%#                                                                       Decompte : "

FOR /L %%# IN (11,-1,1) DO (SET/P " =%%# !CR!"<NUL:

PING -n 2 127.0.0.1 >NUL:)

cls

ping -n 3 127.0.0.1>nul

 

:BRYCE

 

set /a a=%random%

if %a% geq 16384 set /a aa=1

if %a% lss 16384 set /a aa=0

set /a b=%random%

if %b% geq 16384 set /a bb=0

if %b% lss 16384 set /a bb=1

set /a c=%random%

if %c% geq 16384 set /a cc=1

if %c% lss 16384 set /a cc=0

set /a d=%random%

if %d% geq 16384 set /a dd=1

if %d% lss 16384 set /a dd=0

set /a e=%random%

if %e% geq 16384 set /a ee=1

if %e% lss 16384 set /a ee=0

set /a f=%random%

if %f% geq 16384 set /a ff=1

if %f% lss 16384 set /a ff=0

set /a g=%random%

if %g% geq 16384 set /a gg=0

if %g% lss 16384 set /a gg=1

set /a h=%random%

if %h% geq 16384 set /a hh=1

if %h% lss 16384 set /a hh=0

set /a i=%random%

if %i% geq 16384 set /a ii=1

if %i% lss 16384 set /a ii=0

set /a j=%random%

if %j% geq 16384 set /a jj=1

if %j% lss 16384 set /a jj=0

set /a k=%random%

if %k% geq 16384 set /a kk=1

if %k% lss 16384 set /a kk=0

set /a l=%random%

if %l% geq 16384 set /a ll=1

if %l% lss 16384 set /a ll=0

ping -n 1 127.0.0.1>nul

echo %aa%%bb% %cc% %dd%%ff% %gg% %hh% %ii%%jj% %kk% %ll% %aa%%bb% %cc% %dd% %ee%%ff% %gg% %hh% %ii%%jj% %kk% %ll% %aa%%bb% %cc% %dd% %ee%%ff% %gg% %hh% %ii%%jj% %kk% %ll% %aa%%bb% %cc% %dd%%ff% %gg% %hh% %ii%%jj% ~~MatriX~~ %aa%%bb% %kk% %cc%%dd% %ee%%ff% %gg% %hh% %ii%%jj% %kk% %ll% %aa%%bb% %cc% %dd% %ee%%ff% %gg% %hh% %ii%%jj% %kk% %aa%%bb% %cc% %dd% %ee%%ff% %gg% %hh% %ii%%jj% %kk% %ll% %aa%%bb% %cc% %dd% %ee%%ff% %gg% %hh% %ii%%jj% %aa%%bb%

GOTO BRYCE

-------------------------------------------------------------------

Comment personnaliser ce programme ?

 

@echo off  è Permet d’afficher strictement ce qui est dans le script , selon les instructions.

Echo  è signifie Afficher, ainsi tout ce qui suit Echo doit etre afficher.

ping -n 5 127.0.0.1>nul  è 127.0.0.1 ou localhost permet de metre une pause de 5 secondes modifiable en changeant le 5

 

SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION

FOR /F %%# IN ('COPY /Z "%~dpf0" NUL') DO SET "CR= secondes%%# Decompte :

FOR /L %%# IN (11,-1,1) DO (SET/P " =%%# !CR!"<NUL:                                                            

PING -n 2 127.0.0.1 >NUL:)                                                                                                                               

==> Affiche " Decompte : (decompte a partir de 11)  secondes’’

 

echo %hh% %ii%%jj% %kk% %ll% %aa%%bb% %cc% %dd%%ff% %gg% %hh% %ii%%jj% ~~MatriX~~ %aa%%bb% %kk% %cc%%dd% %ee%%ff% %gg% %hh% %ii%%jj% %kk% %ll% %aa%%bb% %cc% %dd% %ee%%ff% %gg% %hh% %ii%%jj% %kk% %aa%%bb% %cc% %dd% %ee%%ff% %gg% 

  • Il est possible de le personaliser en y inserant des espaces ou mots comme votre nom par exemple ; moi j’ai mis plustot  ~~MatriX~~   

 

set /a a=%random%                                              

if %a% geq 16384 set /a aa=1                       

if %a% lss 16384 set /a aa=0                                          

==>   il est possible de modifier le 0 et le 1 par tout autre chiffre et une lettre sera convertie en chiffres.

Vous pouvez personnaliser comme vous voulez, ajouter et suprimer .

Merci.

Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article