I want to make a joke window where it looks like I'm decrypting something, but I want the binary block to stop at a certain point so that the "decrypting" thing is readable. Also, I'd like to make the 1's and 0's constantly switch between them.
echo off
color 2
echo descencriptando...
:star
echo1010101011101000100110001001010111011000000001111110101001010100101010101
goto start
PS: that binary doesn't mean anything, I just typed it randomly.
1 Answers