>>27829322NTA, but it's just a glorified for loop that prints a character, then waits for a short period. The ASCII art is likely just hand-written at the top of the file into a global variable.
In Python, it would be something like:
>import time>ascii = # TODO Insert the ascii art string here>for chr in ascii:> print(chr, end='')> time.sleep(1/30) # TODO Adjust the number to change the printout speed>inb4 offtopicLUNA RAPE!