>>106405700
It is called 2spooky.lua. and
>>106405711
Here is the thread where is was brought to life:
https://desuarchive.org/g/thread/28632406/#28641177
It works on both GNU+Linux and Windows CMD.exe(though on Windows you need to swap the sleep command with a ping command)
Here is the GNU+Linux version I was displaying:
https://pastebin.com/HtMnUWqG
Here is the ping command to use on Windows:
os.execute("(PATHPING 127.0.0.1 -n -q 1 -p 100)>NUL")
You would swap that with what you find on line 77:
os.execute("sleep 0.1")