How To Create The Matrix Numbers Generator!
Hello guys, today I will show you how to create the matrix random number generator!
The first thing we need to do now is to open notepad and type the code:
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
After you have copied and pasted this code you will need to save the file as .bat, to do this name the document anything but with .bat at the end for example: matrixgenerator.bat :: also make sure the save type is on All!