I want to make a joke window in which I seem to be decrypting something, but I want the binary block to be at a certain point so that it is readable by "descrambling" I would also like to make the ones and zeros constantly change between them.
echo off
color 2
echo descencriptando...
:star
echo1010101011101000100110001001010111011000000001111110101001010100101010101
goto start
PS: that binary does not mean anything, I just wrote it at random.