💾 Archived View for cosmic.voyage › anon.hmm.st › decoder.txt captured on 2024-08-31 at 12:45:58.
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
a=io.read(1)while a do;b=string.byte(a)if b>=33 and b<=126 then;io.write( string.char((b-33+47)%94+33))else;io.write(a)end;a=io.read(1)end