From 07dc3c90c6b373393eb43cdcfdbc1c7e842161cd Mon Sep 17 00:00:00 2001 From: decoded Date: Mon, 28 Feb 2022 14:48:44 -0600 Subject: [PATCH] v2.0 --- README.md | 9 +- ansiscii/cn-pure.ans | Bin 0 -> 4114 bytes ansiscii/fil-inkii.ans | 55 +++ ansiscii/goo-wicked_city.ans | 67 +++ ansiscii/impure79.ans | 424 ++++++++++++++++++ ansiscii/mn-haunt.ans | 84 ++++ ansiscii/nf-savage.ans | 293 ++++++++++++ ansiscii/nu-acidunder.ans | 168 +++++++ ansiscii/panda.ans | 12 + ansiscii/skull.ans | 45 ++ ansiscii/tcf_-_01101101_01100010_01110010.ans | Bin 0 -> 3694 bytes ansiscii/tk-comfortzone2.ans | 56 +++ ansiscii/tk-pipilangkous.ans | 88 ++++ ansiscii/tk-screw.ans | 33 ++ ansiscii/tk-sexist.ans | Bin 0 -> 7126 bytes ansiscii/tnt-hiAF.ans | 64 +++ ansiscii/tr-impure.ans | 119 +++++ ansiscii/us-h9k1.ans | 117 +++++ ansiscii/wa-RE-VISION-2021.ANS | 54 +++ ansiscii/work.ans | 10 + ansiscii/work.asc | 131 ++++++ 21 files changed, 1825 insertions(+), 4 deletions(-) create mode 100644 ansiscii/cn-pure.ans create mode 100644 ansiscii/fil-inkii.ans create mode 100644 ansiscii/goo-wicked_city.ans create mode 100644 ansiscii/impure79.ans create mode 100644 ansiscii/mn-haunt.ans create mode 100644 ansiscii/nf-savage.ans create mode 100644 ansiscii/nu-acidunder.ans create mode 100644 ansiscii/panda.ans create mode 100644 ansiscii/skull.ans create mode 100644 ansiscii/tcf_-_01101101_01100010_01110010.ans create mode 100644 ansiscii/tk-comfortzone2.ans create mode 100644 ansiscii/tk-pipilangkous.ans create mode 100644 ansiscii/tk-screw.ans create mode 100644 ansiscii/tk-sexist.ans create mode 100644 ansiscii/tnt-hiAF.ans create mode 100644 ansiscii/tr-impure.ans create mode 100644 ansiscii/us-h9k1.ans create mode 100644 ansiscii/wa-RE-VISION-2021.ANS create mode 100644 ansiscii/work.ans create mode 100644 ansiscii/work.asc diff --git a/README.md b/README.md index ec6de74..82beb80 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNs. -hMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMdyymMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM ``` ``` -dr1p4ns1 v1.3 - cp437 ansi parsing - this logic will be rolled into bots like krylon/maple/g1mp +dr1p4ns1 v2.0 - cp437 ansi parsing - this logic will be rolled into bots like krylon/maple/g1mp ``` ## prerequisites - `apt install python3` @@ -57,7 +57,8 @@ running 'python3 dr1p4ns1.py /path/to/ansi/files' will load all the .ans files i ``` while working on the reencoding portions its operating as a viewer, pumper, basic file operations. ``` -## todo -``` -- reset color set/fg/bg on line ending, resuming it on the next on line so there are not ghost lines +## notes ``` +in order to use the pump feature, you need a fifo setup in something like weechat/irsii/etc.. +if you have one setup, adjust the FIFO_PATH at the top of dr1p4ns1.py +``` \ No newline at end of file diff --git a/ansiscii/cn-pure.ans b/ansiscii/cn-pure.ans new file mode 100644 index 0000000000000000000000000000000000000000..979c3e8e8f7c209407e16b691f9ad99b5a56aaca GIT binary patch literal 4114 zcmb_f%Ze015L~aqA_!ibOWzf@XJ*}1_9Ws-1VKDa!yqEMhgK2&5Wi%8(TK>*s;uhS z)q{QL>8i>{L}XS?_i8s@osU=B%lY)~>D|@t{PN{$x1RT_-FBRZVOZ__XMMF@V*>M+ z^PZOD4C@P7pK*j6Y{q$7ILW8Ai2$2(2B4cV;d!0&Tb5^GGfl%3h$0<+3C!@8RdFau zwmD`5kcqiDNvy0%BXO}6Hzi{c7R~95Ng+nDvFVJ5Ce-iNzyVVg`{$`G?wxI%X6RUQ_7b03k9h|CG^vIgZEXWbjtx^D{@ebg@(!wZr zm;DIns{3C%ppEaWL%3Y@Dn!#oO4YU{pj%Iv9&H9^&}gU_C@<{$jI3K|-HRC2M#wPf z8iQJT(3H0`M+zc7DzFQYGIh>D4lqpwtDAP*9v6p=ckj=|1M!2q(}1&fUxz9%64N5A zEwa(A=l?w?D`8h8fQUq*6TBYdn8F}1Dp3H{(w?JvU$zzxdEXyd- z7?aNU2=v}^Y2ppQvr|FsEb+l`){$Y~<=oAv8L(2t(tE3_sHU*~Ek@dJOMq@_{aX$@ z4~|)>f2dZzJDRX3xTK*K^f_iw*;3{SvT~!BMt8jyIbPO;b1{k3Z0F~oq>tn zgGM#+3!_6PQz7W5)}rcN@%)wWz+Nu4jcoc?=bL_Lx&wS$Nfvdh$-L8Eq& z^D=v^<5lj4xqu^V;LG+(7H6K5E(g&EI!u103ot)gc^Y-MyiLU!E=IhTNhBwzAe|&rW_4@OdpN}~I2aBcYQ~&?~ literal 0 HcmV?d00001 diff --git a/ansiscii/fil-inkii.ans b/ansiscii/fil-inkii.ans new file mode 100644 index 0000000..00f6c9b --- /dev/null +++ b/ansiscii/fil-inkii.ans @@ -0,0 +1,55 @@ + + + + +" The universe is under no obligation to make sense of you. " + +- Neil deGrasse Tyson + + +          ffiilltthh*bblloocckkttrroonniiccss   + WWORDUUPFFROMTTHEFFUTURE     +             +    +    +                       +    +   +        ۰                                        +    +    +      +     +    +          ۲                                                                +             ܰ         +      ߰                                      ۲۲    ܰ۲   ۲ܰ  ۲   ۲   ۰     ۰ ۲   ۰  ۲       ܲ۲     ۲      ۲                                      + ۲ ߲                               fil67                   +  +  +     +   +   +   +    +  + + +   +   +   +  +   +iNK*2 / +o: smooth (operator)   +telnet: bbs.inktwo.com + +ACiD/bL0CKtR0NiCS/SADiST/ACiDiC +AGORANET/FIDONET/ZERONET + + + + + +-------------- +werdemup's: TCF & LUCY X0X0  +SAUCE00iNC. TO filth bLOCKtR0NiCS 20180807<P IBM VGA \ No newline at end of file diff --git a/ansiscii/goo-wicked_city.ans b/ansiscii/goo-wicked_city.ans new file mode 100644 index 0000000..bb9b995 --- /dev/null +++ b/ansiscii/goo-wicked_city.ans @@ -0,0 +1,67 @@ + +      +    +         +               +     +     +          +             +              +      +         +             + Y O J U     T O S H I + + +       +      +    +      +         +ܰ       +  ۲          +   ܱ          +       +߲     +     +   ܰ +  ߱ ߱  ߲ +۱ܰ߰   +     +      +  ۰ ܲ    +      ܲ   +   ߲     +     ߲   +     +       +     ߲ +    ߰   +            +۲   ۲   ۲   ۲۲    ۲  + ۲      ۲   ۲  +     ۲        +             ۲۲           ۲ +              +          +   ۰     +                         +          +            +       ߲  +           +           +            +         +             ۱ݲ       +                                ߱           ܱܰ                   +        +    +    + + + +    +   GOO^67.MMXViii +COMNTsorry guys for delaying the pack! kinda ran out of time on this.. SAUCE00wicked city GOO 67 20180909APOIBM VGA \ No newline at end of file diff --git a/ansiscii/impure79.ans b/ansiscii/impure79.ans new file mode 100644 index 0000000..f99226c --- /dev/null +++ b/ansiscii/impure79.ans @@ -0,0 +1,424 @@ + + + + + + + . + + + ' + , ' + , + ' + ' , + ' + ' , + ' + + ' + , + ' + + ' + + ' + + ' + , ' + ,;;;, + '|| + , "",;;;;, + ' ,db, + :, ,, + ", || + " ,**' " + `;'`**',* + `" ' """ "*, + `* * + "*  + ""*** * + ,, ,,,,,,,,,,,,,, +  *',,',,,"', +  ,** *,`  +   |  '  +      +     '  +  ,, ,,,,,,,,_" "" , +   *,`** ' +  """" """""""""",;*  +    +     , +     ' +  *  ' + ,` *", ,;'  + *;,""",;* *''  +  ,,,,,,,,,,_" ,*  + __ ,,,  P* ` + , ' " ,, ,,,,,_ ,,,,,** + ' "* *;;,"** " ;; + '  ' *;"*, """ ,,,,, " + "  , '  "_,,,,,,,_  ' +  ,P*,` + , "' " **| ,,,,,,,,,,,,,,"* ;,, ,,,_ + " ,' , "* ,;*" "*, + ,;db;, , *,," ;" O ,*, + ;* "**,' , ""` "*****;;;; ; * ,* + ;',*""*,`**,'," ;,_"*## ",_ ,' ,*' + || `**, *,, ;,,"** ,,,**' ,*'__,,,,; + |; `**,,;*""***,,,,,,,__"""*;;;,,,,""""""_____,,,;;**** + *b, `**;' ,;;;;;;;;;;;;;;*"""*Ѩ ' + `db, `** _,,_*"_,"*,, _,,_, ,, ,*',** + `*b, *, ,dBb,`",'*',** ,b ,;**; ,*',**' + `*b, *, , | ,' ",**'*';,*;*' ,* ,*',**' ,* + `*b, "',*' ;',' ,*';,*",,*'*' ,* ,*',**' , + ,,;;;,,`*b, d*' ;P',',**|| ,*";*,*'*' ,**";*',**' ,' + ,**' '*,`*b, | ,d*" ,'**' |',;,;P,*' ,**'',**' ,' + ,' * `*b, *b;*' ,***',* ,,;*',' ,**',',**' ,' + *' ' `*b*;**' ",,`*P' ,' **' ,',**' ,*' + | , `*b, *',*""*;",;;,`*' `* ,' *'_,;*"' + || , `*b, ,* ,; *"""""**; ,' "*" ,*' + || , ``,  |* ;;;******;;,,"" , *',; ,*' + || ` '`* ",*|",,,,,,,__  ;**;|** ,*' + || ;` *`; `* ""*;*, ,*' + | ` '  *',`*,`*',;% *, ,*' + d, ` ,' , * *,"*,`**"';;*" ** ,*' + *, , ' ,' *| ,`*,",;*";, " *' + `, ' " "*;,__`*," ,*', *;,' + *, """"` ;|  **' + '*;,,, _,, " ` , " ` ;*' + ,;*b, | |d * + ,; ,d| ` | ' + ;b ,oP''  | ,;db, ,;d, + ,' ,dP'  ,' ,  | ,;dP| ,d| + ,d' ,bP' ",' , | b" ,dѰ ,' dѰ' `| + ,d' ,dP' ,' , | ' ,;P ,dP' ,' dѰ ,' + ,d' dP' ,' , '"" ',d' ,dP' ,',*' ," + ,dP'' ,P' ,' ,P"""P',d' ,dѰ' ,',B' ,d*" + ,dP' d' ,d' ,' ,',;*| * ,dP' dP' ,',B' ,d*' + ' d' dѰ ,' ;P',*|', ,,dP' ,',B' ,d*" + `* d',' ,B ',;' ,d' ,',B',dѰ' + db' ,P ';o";' ;,B':o ,',B,*P + dѰ ,Ѱ ,o" ;' ,',P ; ,',B*P , " * , + dP' ,' ,d ,,' ,' ,B ; ,,PѰ `B, + dP ,' ;dB' *,', ',' ; ,,B' `d| + d' , B" ,*",;',' ; , B' ,d| + |' ,B" ",;**| ' ; ,,,P ,dP + d' ,P * " ; ,,|| ,dP' + " ,P" *" ,;;d ,Ѱ",B|| ,dP + ,b' cd'"""",' || ,dP' + " ,P '`' ,;;; b,____,;P" + ,' ',**,`  `OPB*' + ' | || | ,, """'' + |' | || |  + | ,`',  + ;,,;,, +  + _____ _____ ____`P'_____ ___` _____ _______ + / \/ V \ / \/ L___/ \/ \ + L_____/ / / / / / /| + / / / / / / / _____/ | + / / / / / / / / /| | / + / / / / / / / / / / / !_!/ + / / / / / / / / / / ___/ ___/ / + / / / / / / / / \ /|| / + / / / / / _____/ / / __ / / |!/ + L_____L____L__L____L_/| L___.___/L_/L____/L__/ / + | | | | | |!__| | || || || | / <-this bit rocks + !_____!____!__!____!_!/ !___!___!!_L!____L!__!/ + ,,,,;;,,,,,,,,,,,,, +  +  +   +   +   +   | , +   | ' +  " ' ,   | " + ' ,, , ,''*  | ' + ' , "& , "" , + , $ ' ' """"""""""""""""""""""""" | ;, + 'l i m p U R e || + " ,,,,,,,,,,,,,,,,,,,,,,,,, , ' ' , | +  ' ''"; ` | + ' """"""""""""""""""""""""""""""""""" " | + " l a 7 9 m e c o l l e c t i o n ,| + " , , " ' ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | + "  ,; + | ,  ', _,;" " + , " *""""**' '| , ' ' " + , '' , *' ",`" ,, | " ", + " | "$ " ' " ` , ' ` , ,' " + , | ' " ' ' , ,' ', ' ' ' + | ' ,, ' *, ,  ' + ,| " *" , __', '   + "| , " *******' '"  , " ;$ + " ', , ' , ," ;' + , ' ' , '*'*, '' , ' `, "&&, :' + ' ' "  ,::'' + , ; ,  *" ' ,'''' , ' + ' ,& ,  , , , '' + ', '', ' """"''""""" """""""""""""""'' , ' ';', + ,, ,' , , ' ' ' + ' ,' | ,  , '', ,' + . ,' | ' ' ' __ ', ''' + "" | , "" , ', , ''' , ,| + | , , , ' * ', |, ,, + | * ,' + | " yaow. | '*, " ",' + | impure number seventy nine. can you imagine. | '* " + | seventy nine times, impure members gathered and created some + | silly awesome shits. | , + | it's this magical moment of the season again. | + | our very own dear spring is here. | ' + | remember, one year ago? | + | there was some nfo file we wrote, talking about meadows. + | meadows are here again. all around. | , + | we're currently walking around, in the meadows, spreading our ' + | seeds of classical and awesome text art files. | + | it's all growing. look twice. this pack is giant. | ' + | so many guest files. | + | this deserves a nfo file written in flashy green. | + | another shot of schnaps. + | wait. we're writing history here. let's get serious. it's 2021. + | we're grown up. or we try to. + | let's talk about grown up things, then. + | the "seventy nine" above, is definitely not well balanced. + | grisk will surely hate it. + | grisk should know that we definitely are not who we seem to be. + | clues are all over. + | we take our power from some hidden place. | + | we're growing. | + | we hired spinsane. " , | + | we're filled with american love now. " | + | we even wrote him in green in the members list! + | grisk. clues are all over. | + | look. twice. "| + | lornikon connected on irc from his amiga today. . + | he could have connected his typewriter to his amiga. + | np: 505 - And There We were " + | we're gonna grow some more pretty soon, in the next lines. + | guests pimped our pack again this time. + " time flies by. it's almost 10pm. + ,, | candles are burning. . " + ,' ,' grisk. | , + '. ,' wind is growing mad all over the place. | " + " , ' no way to get out without filling cold. ' " + , ', let's stick inside. inside warm feelings of ascii making. + ', ," inside warm feeling of feeling at home with brothers. + |' -- ' <-- or with bubbles of schnaps. + | ixxu pumped up some handsome logo for the above mastery. + | requested, given back in no time. this morning. ` + | so yeah. hey. this pack is here. | + | we made it again. ," | + | IMPURE DID IT AGAIN. " ' + | we should add some greetings section to this nfo file. + , , not enough titan greetings. , ., | ' ' + ' ' next lines are full of love. " ' , ,' * ' + . ,. ' grisk!!!!!!!!!!****"""""" '' ' ' + , .;: hey. , """" , ;; , + ' ,, ' .yo. , ,*' ' + ,, | imp? | ' , *' + ' ,' | "' iMPURe 1940 - INFINITY | ' "" + . ','| " ,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ' ____ + " | ,"  ' / \ + | "'' , ' ' ' __ / \ + || , ' ' *' ', ' \\ / + || " . ' , **' '!, ,_/ \____/ + || ,$ ' *l ' '!' ! __ + || " ' , ', ' ' ' , ./ \ + || , ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,  \__/ + || ,__ ' + || the guest list as well is written in flash green. this is going + || to be silly. hey, awesome guest artists, join us already. + || m-m-much thanks for the guest appearance to :: , + || mx - dipswitch - ne7 - zaner - shathippens^pure - jojo - threaz + || aaaaaaaaaannnd lmn. | + || we told you it was a very great amount of guest artists in the + || pack. this is another of these "quote"awesomestories"quote". + || ,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | ' + || ___ _ _ __  | ;' + . | __ '////_//// ,  ____ + |/ \ ////////, ,'______ ___ _______ / !| \ __ O + __\__/  ___ /\ \ \\\\ \ ________ /\ \\ \ \ / | / \ + / \ | _/\\ \\\_\ \ \ \\\\ \\ \ \ \< \ \\ \ \ \ . \__/ + \__/ ___ /\ \\__\ \_\\ \__\_\\\\__\\__\_\__\\ \_\\_\_\ \____/ ! _ + O |! / / \_/8'/' /__\/O'//O//8 /' /_\ /O'/' /`_ | o / \ + __|_ \___\ // / _// /8' __//__//O' _// `/9' / /_/O\_ __ \_/ + / |! \ \__\/  / / / /_// /'  /_/ /  // '\\ \ . | + /  \ |' \\ / / \  \\ /// \ / __/ / . + \  / o \__  ___,\__ ___/ \__  ___,\__ ' _.cn___/\ + \____/ \______) \_____) \______) \______) |\__/ + || . ! + ll a g r a n d e f a m i l l e i m p u r e + .Oo._ | + spinsane sp | + ;pogue pO' 2o! +l grmmxi grx + hellbeard xz ' , venam vnm hawk hubbard hh + haliphax hx ' xero x0 arlequin arl + jack phlash jp acidbrain, ab smooth 5m + maze mz prismate ' pmt cn .cn + ,' lord nikon ldn irokos iks ' , anachronist ans + , &* ' _________ ixxu ixxu ' , , + ";_', ' / ||' ,,\,,,,,,,,,,,,,,,,,,,,,,,,,, " , ' , + | / .|  ' ' ' + || / | , ,' *`*''* ' &; ' + || ,, ! ' '', ,|  ; | ,;& &: ' + | ' ', . * ,;|**,'_,* ,'' ," ,' ' + ' " "&,' , '", ' , ' , ' + ,  " ' """"""""""""""""""""""""""""" '' , + | ' " c o n t a c t a n d b b s e s ' + ' " ,* + ' ,""" FTP >> ftp://oddnetwork.org ' __ + | , " ' WWW >> https://www.impure.nl , / \ + | ,  iRC >> #impure @ efnet ' \__/ + | ,; '* E-MAiL >> arcworld@yahoo.com ' ______ | + | " ' " ' , / |! |\. + | ", " , " bulletinboardsystemslist, ' / | ! \ + ' " ,,,,,,,,,,,,,, / . \ + WORLD Black Flag """"""""""' CANADA Fading Black / + HQ Master >> Hawk Hubbard ,, HQ Master >> westie / + | ,blackflagbbs.com ,* fadingblack.net " , + , ' blackflag.acid.org , ' ' ,(port 8282) , , + ' (port 23: Mystic) """"X'' ''&&, ' ' &"  + ' (port 24: Searchlight) ' "& ', " " + , (port 2627: PCBoard) ', " , ' " + ' (port 2629: Oblivion/2) "" ',& , " + |", ,,,,,,x, '""' , & ' '', " | + | ' , " ACiD Underworld """, ', , ,,' , "" | + | ',' , acidunderworld.com "" ' , ' ' , | + | | (port 31337: Mystic Rpi), ,," ' '' ' | + | ", , ______,,,,___ ' ' '' | + EURO " Haciend ' ,  GERMAN The Yard | + | HQ Master >> h7 ` HQ Master >> zANER | + | | haciend.bbs.fi  ,,,, too-l33t-4-u | + | ,' | + | MEMBER Distortion | MEMBER 79 Columns + | BOARD Master >> jP! )| BOARD Master >> haliphax + | d1st.org ;,,,,, oddnetwork.org + | """"" __ + MEMBER aBSiNTHE """"""" MEMBER iNK tWO! /! \ + BOARD Master >> aNACHRONiST """""" BOARD Master >> Smooth \__/ + | absinthebbs.net (port 1940) _,,,,, bbs.inktwo.com ____ | + | ,,,,, ,, '  inktwo.acid.org `! \. + | ' & ","""" / o \ + | DiSTRO FlupH ""', *'',' DiSTRO Clutch \ / + BOARD Master >> Skuz "*", '' , BOARD Master >> niter3____/ + fluph.zapto.org * ' ', ',,,,, bbs.clutchbbs.com | + , ; ; '"""" .| + DiSTRO Slime City l'  & DiSTRO , Pharcyde | + BOARD Master >> m00p `,',' '' , BOARD ',Master >> Accession| + bbs.retrohack.se `x;,', ' ' ', bbs.pharcyde.org | + | | ___,x '  , | + | | ,bANANA bENDER ",' ,b' ' | + | , (port 8484: x/84) ,,', ,b" ,' | + | , ,,;x, ' ,_,,, ' + DiSTRO Dreamland | ""`"DiSTRO Necronomicon + | BOARD' Master >> Dream Master  BOARD Master >> Necromaster + | ' bbs.dreamlandbbs.org ,,,,,, necrobbs.ddns.net | + | | ' , | ,;'' ' (port 40: CNet) | + | |'  ' , | + | DiSTRO Xibalba | """""""`, ' , | + | BOARD Master >> NuSkooler _,*, ' , ' + | | xibalba.l33t.codes , "* ' , ' , ' + | (port: 44510) , " " ' , , + | ,' "#, ", " ', ' ' + DiSTRO fORCE9 | ##, , ` | , | + BOARD | Master >> RiPuk ## l  | , ' | + | bbs.force9.org  ++  | ' ' | + | | ' , | " " ; | ' ' , | + || | | " " ,#"," ; , ' , ' ' | | + || | | " | ' , '_," ; , ' , ' | | + || || | | |" xx"" ,,xxx , ',;' | ' | | + | || | "| | | ,,,,;;*x ,;'' | | | | + | || | | |",| | ,' | | |' | | | + || | | | |, | |' | | "| | | | + | || | _|__| | ", | | | | ," | | | | + | || | / /\ | "| || || ," || | | | + || || / / \| ____"_ *| | |,"| || | | + || || / /___/|/ /\ "*"_ __/__| *||| __ || | + || | \___/ \/ /__\___"* ___/ \___||__/ \_|___ || + || |___\_/ / \ "" \__ \ \\_ ___/\| | + | / /_ / / / \___""___ / \/ \ \ \ + | __/ / /_/ / _ / \/ \/ / _____/\_\/ | + /__ / / /____/ / / / /_ ___( / __/_____\ | + / X \ \\ ____/ / __/ \__ /______ /\__ | + \ \_____\/\__\__ \ / / X \ \ / ____/\| + \ \\ Y\ \ \ ________/ /\ \ \/______/\\ \ + | \____/\_____\ . \_\ \\ /| \ \ \\ \___\/ + || \\ ,, || | \____/\ __ ____\/ | \____/\ \______\/ + || \____/ | || |' \\| Y | | \\____/\ || + || | | || | " \____/| || | \____/\\ || + || ,| || |d|| ||| || | | \____/"||| + | | , || || || ||**;,| " ||| + | | , || |*|, "*;||"|;, "*||| *, + | , , ||||"**MMM|, "||, "|*;, `*||| Ѳ + |  , ||||;,"$MM*,||; "|*, "||| . + |  , |||| || ",|*, || :; + ;", ||||| `MMMMMM|| , "|,""Ѳ* MMMMMM|MM : + | *' ||||*' ||* |::Ѳ | ; + ; " `' |||| _,,"'||| "" || |  + `; :" `" |||| ' " `' ||""| || . |  :, + : " : ||| ' *|" ::| || .. | ; + |: , : : ||| "..9|6:|: || .:.| ; + : : : : ||| ':|:|:, || :| ; + `* .b : || * Ѳ| |Mb, || ,: ":|: ' + ;  .:| ..d*'" :| |b*;, | .:. | + ',  |__..d*''  |"*ѵb|, | ', + ', Ѳ*'  |*|b;,,___|, *" ; + |: Ѳsd*'9 : |MMMM|M|M* Ѳ""" " " + | .d'' ` |9,|: !:b;, ' + | . 9 |`9,| :**" + |  :: ""9 . | || `*""* + |  . s: : :b. ,. |d|| :: ,' + |:: : ".::|'|  | :, ' + | ::.! " |" :: | ' | ||* ,' + | :'! ! ` ||' * | :  ||,;' + | !! ! ||" |β :| :  ||; + !! ! ||  `*: : |  : ||' + !! ! ||`:' ':: : |`β  s  | | + !! ! || \|`Ѵ ': " | - :: / | + !! ! || |:: : ' " "| : : | + !! " |' || * impure ascii 1940 *, "" , | '" + !! " | || **;;;;;;;;;;;;;;;;;** , " . + !! "; , | `*'" , " + ! ' ', ^ **^ "" , __ + , , '*'|"l , / !\ + , , ' "x `(| | x,,," ', \__/. + ! , ' "*,'', | ," ', | + ! , ",,'" ' . + ! ' ",'" ", , ' + !' ' , ' "| ", ' , + ! , ,' , ' "" | ' ' + ! , , ' "" | ', , + ! , ' ! a n s i - s h i t - a r t s , + ! ' ,' ', iks - .cn - 2o - ixxu - pmt , + !! ';,',look ixxu made a new <3 logo , + !! |' the fantastic five collab ' + !! | , meant to live forever ", + !! || i M P U |R e ,, + !! || ' 1 9 4 |0 + !! | , - | "' + !! i n f i n i t y , + !! | ' | ' ' + !! " , , ', + ! ,' , ' | + ! , ' ' + ! " , | ,, + ! ,' ' ' + ! ", ' '| ' + ! * , ' | ,' + " , ,, | ' + ! | + ! ' | + ! , | + | + ' | + ! ! | + ! ! | + ! !! | + !! | + ! ! | + ! | + | +SAUCE00 20210425PAmiga MicroKnight+ \ No newline at end of file diff --git a/ansiscii/mn-haunt.ans b/ansiscii/mn-haunt.ans new file mode 100644 index 0000000..a7acaf0 --- /dev/null +++ b/ansiscii/mn-haunt.ans @@ -0,0 +1,84 @@ + + The very substance of the ambitious is merely the shadow of a dream. +-- Maybe, Shakespeare + + +۲    +  ۰     +   ޲     +                                                           ۲                  ܲ           ܲ              ۲  ߱                                        mn + + + + ۲۲  ۲  ۲                     +         +                     ۲         ޲        +        +       +       +޲       ܲ  +        ܲ   +     ߰߰ +       ݰ  +    ۱    +   ް        +        +  ۲  ް ܲ  +    ޱޱ  ۲  +       ޱ    +      ݰ߱  ޱ        +      ݰ     +         ݲ    +       ݰ   +                    +            +         +        ܲ   +            +      ܱ   +     ߱  ް    +  ۰ ߰      +         + ܰ    +        +        +     +    +    +   +   +   +۲ް   +۲ް   +۲ް +۲ް   +۲ް  +۲  ް  +۲     +۲   +  + + + + + + + + + +lines 1-95 by mushinkei -- +  greetings to all. fanmail to the usual address -- +ih8numb@cyberspace.org + + + +  use of knives and sharp blades + ޲for flagellation is strictly forbidden + ߲ +    +       +                + ۰     _  __ ___ _    _ __  +۲            20i8 +mn  +SAUCE00haunted mushinkei fuel 20180408<PsIBM VGA \ No newline at end of file diff --git a/ansiscii/nf-savage.ans b/ansiscii/nf-savage.ans new file mode 100644 index 0000000..c9c8d8e --- /dev/null +++ b/ansiscii/nf-savage.ans @@ -0,0 +1,293 @@ + +   +      +    +   +   +  +   +   +   +    +      +    +      +    +     +      +     +      +   +       +      +      +     +     +          +          +        +     +   +      +    +    +   +  +    +   + +     +   +   +   +   +   + +  +  +   +  +   +   + + + + + +  +  +    +    +   +  +  +  +   +    +    +     +      +   +     +   +     +      +       +      +    +       +     +          +        +           +    +    +    +      +   +  +   +   +   +   +      +      +   +   +  +  +  +   +  +   +    +    +   + +  +  + + +   +  +  +  + +    +    +    +   +    +    +     +     +    +     +      +    +      +     +      +       +      +     +        +           +       +    +    +       +     +    +   +         +       +        +   +     +    +    +      +     +  +  +  +  +   +    +   +   +   +   +  + +  +   +  +  +  + + + + +    +     +     +    +    +   +    +    +    +     +        +     +      +    +    +      +     +     +   +      +      +      +    +   +         +        +       +    +   +     +    +    +  +  +    +   + +   +   +   +   +   +  + +  +  +    +  +   +   + + + + + +  +  +  +    +   +   +  +  +       +          +         +     +     +       +    +     +     +         +            +           +           +     +      +            +         +          +      +       +    +    +      +  +             +         +        +    +     +      +      +   +߲ ۲  +    + ޱ    +     +   +    +    +    +    +  + +  +   + +  +  +  +  + + + + +For all you fuckers hating my color conversion trick in Pablo. + + +necrofiliac / fuelSAUCE00Savage Necrofiliac FUEL 20170925%tP%IBM VGA 866 \ No newline at end of file diff --git a/ansiscii/nu-acidunder.ans b/ansiscii/nu-acidunder.ans new file mode 100644 index 0000000..b718e09 --- /dev/null +++ b/ansiscii/nu-acidunder.ans @@ -0,0 +1,168 @@ + + + + + + + + + + + +      +        +         +     + +nuskooler presents.. + + + + + + + + + + + +i + + +a +t +st +i +n +sa +i ggs +s aiett + ennaom +sn i ona e s  s a +zdf ib ard + ee sf a t gnt ec u +ie a ogn  s h t +i nn none m o t gi e t ao +sns t o f fa nb cst ml + hzd sen a ioi b a er n a ia I + e   z n s  d en a o of f i i   be am o o gi es thau + e i z n s  nd se sation of fainti g became o st o g t tim s ha cou + The dizziness and sensation of fainting became so strong at times that I could +no longer hold myself erect, and had to lie down on a sofa. My surroundings had + now transformed themselves in more terrifying ways. Everything in the room spun around, and the familiar objects and pieces of furniture assumed otesque, +threatening forrns. They were in continuous motion, animated, as if driven by an inner restlessness. The lady next door, whom I scarcely recognized, brought me + milk - in the course of the evening I drank more than two liters. She was no + longer Mrs. R., but rather a malevolent, insidious witch with a colored mask. + En worse than these demonic transformations of the outer world, were the +alterations that I perceived in myself, in my inner being. Every exertion of my + will, every attempt to put an end to the disintegration of the outer world and + the dissolution of my ego, seemed to be wasted effort. A demon had invaded me, + had taken possession of my body, mind, and soul. I jumped up and screamed, +trying to free myself from him, but then sank down again and lay helpless on the sofa. The substance, with which I had wanted to experiment, had vanquished me. + It was the demon that scornfully triumphed over my ll. I was seized by the + dreadful fear of going insane. I was taken to another world, another place, +another time. My body seemed to be without sensation, lifeless, strange. Was I + dying? Was this the transition? At times I believed myself to be outside my + body, and then perceived clearly, as an outside observer, the complete tragedy + of my situation. I had not even taken leave of my family (my wife, with our + three children had traveled that day to visit her parents, in Lucerne). Would + they ever understand that I had n experimented thoughtlessly, irresponsibly, + but rather with the utmost caution, an-d that such a result was in no way + foreseeable? My fear and despair intensified, not only because a young family +should lose its father, but also because I dreaded leaving my chemical research + work, which meant so much to me, unfinished in the midst of fruitful, promising development. Another reflection took shape, an idea full of bitter irony: if I +was now forced to leave this world prematurely, it was because of this + +lysergic acid diethylamide + +that I myself had brought forth into the world. + +  + +  + +  + + + + +    + + + + +  + + + +  + + + +  + + + ۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲۲ downdowndown...to the upside down...۲ `߲ܲܲ ۲۲ ۲/ݰܲ, ; /۲۲ ܲ۲ ۲۲۰۲۲۲,۲ܲ۲۰۲|ܲ۲ܲ\      ߱ ߲  ۲۲ ܲ  ۲ܱ ۲ܲ۲ ߲ ߰۰ ܰ  ۲߲   ߲۲ ;    ޲ ,\߲ܲ  ,` ܰ۲ܱ\ ߲۲ܱ۲۲۰ܱ۲ݰܱ ܱ۲/߰۲۲ ۱ ۱۲۲۲۲ ۱۱۲۲   ۲۱۱۲۲ ۱۲۲ ۲ ۱۲۲۱۲۲۱۲۱۲۱۰ ۲۲߲۲۱۱۱۲۲۱۰  ۱߲߰߱۱۱۲۲۱۰۲ ۰ ߱۲۲۰۱۲۰۱۲ ۱  ߲۲۰۱۲۰۲۲ ۲۱ ߰۱۲۰۲۱۲۰۱  ۲۱  ۲۲ ۲   ۲۲۲  ۲۱۲  ۱۲ ۲۲ +۱۲۰ +۱۲۱۰۰ +۱۲۱۰  +۱۰۱۰۰۰  +۲۱߰ ߰۱۰   +۲۲۱ ۰۱۱۰  +۲۰۱ ۰۱۰  +۲۰  ۰۱  +۱۲߰ ۱߰   +۱۲   +۰  +  +  +  +  +  +  +  +    +    +    +    +    +   +  +  +  +  +  +  +  +  + + + + + + + +߰߰ +߰߰ + +   +      +      +      +       +      +      +        +    +  + +       +       +         + + + + + + "I am on a curiosity voyage and I need my paddles to travel." +COMNTFor the cap. SAUCE00Acid Underworld NuSkooler blocktronics 20180715uP]IBM VGA \ No newline at end of file diff --git a/ansiscii/panda.ans b/ansiscii/panda.ans new file mode 100644 index 0000000..0f52c88 --- /dev/null +++ b/ansiscii/panda.ans @@ -0,0 +1,12 @@ + + + +    +  +  +    +ܲ + +ܲܲܲ ܱ۲ݱ ۰ ޲ ۲۲޲۱ ݱ޲  ۰ ޱ ް۲ޱ   ߱  ߱۰߱ ܱ ܰ  ܱ ۲   ߲߱ ۰  ݰ ۱ ߱ ۱  ܱ ۱    ܱ ۰           ߰ ݲ   ܰܰ ܲ ۲ ߱߰ ܰ ߱߰߱     ޲     ܰ  ܲ          ޱ       ޲۰ ޱݰ ۲     ۲۱۲ ޱ۱ ߲۲ ޱްޱ۱ ۲۲ ޱ߲۲ ۲۱ ޲ ۲ ޲  ߲۲۲ޱ    ߲۲        ۲  ۲   ޲ ۱ ߰ ۲ ޲  ۲۲ ۲  ۲  ۲ ܲ۲۲۱ݰ   ۲  ۲  ݱ۲ ۲۲ ܱ۲  ۱޲۱ ۰۲  ߱ ۲ ۰ ۰  ۱޲ ۲  ۱۲        ܱ ۱ ۲  ޱ    ޲  ܲ ۲     ߲    ۱  ۲ ߰ ޱ    ۲  ۱  ۱ ܱ  ۲  ۱   ܱ۲۲ ܱ  ܲ ݱ ۰޲ ߲ +necro/2021 +SAUCE00panda nr 3 necro 20210301'P8IBM VGA \ No newline at end of file diff --git a/ansiscii/skull.ans b/ansiscii/skull.ans new file mode 100644 index 0000000..7c30e11 --- /dev/null +++ b/ansiscii/skull.ans @@ -0,0 +1,45 @@ + + ................. + .syhhso++++++++/++osyyhys+. + -oddyo+o+++++++++++++++o+oo+osdms: + :dmyo++oosssssssssssssssooooooo+/+ymm+` + hmyo++ossyyhhddddddddddddhyyyssss+//+ymd- + -mho+oosyhhhddmmmmmmmmmmmmmmddhhyyyso+//+hN+ + my+++syhhhhdmmNNNNNNNNNNNNmmmmmdhhyyyyo//+sd: + hs//+oyhhhhdmNNNNNNNNNNNNNNNNNNmmdhyhhhyo//++y + s+++shddhhdmmNNNNNNNNNNNNNNNNNNNNmdhhhdhyo/++/ + 'hs+shmmmddmNNNNNNNNNNNNNNNNNNNNNmddddddhs+oh/ + shsshdmmmmmNNMMMMMMMMMMMNNNNNNNNmmmmmmdhssdh- + +ssohdmmmmNNNNNMMMMMMMMNNNNNNmmmmmNNmdhhhs:` + -+oo++////++sydmNNNNNNNNNNNNNNNNNNNdyyys/--://+//: + d/+hmNNNmmdddhhhdmNNNNNNNNNNNNNNNmdhyyyhhhddmmNmdyd- + ++--+ymNMMNNNNNNmmmmNNNNNNNNNNNmdhddmNNMMMMMMNmhyss + /d+` -+ydmNMMMMMMNNmNMMMMMMMmmmmNNMMMMMNNmh- :sdo + sNo ` /ohdmNNMMMMNNMMMMMNNNMMMMMNmdyo/ ` hNh + M+' ``-/oyhmNNMNhNMNhNMMMMNmho/ ` 'MN/ + ar' `-+osydh0w.nzmNNmho: 'co: + +o/ ` :oo+: ::+o/-` -dds + :hdo x `-/ooss: :+ooo: ` 0 :sdm+ + +dNNNh+ :ydmNNm' `sddmyo +hmNmds + dhNMMNNNNmddhsyhdmmNNNM: NNmNmhyo+oyyyhmNMMNmysd + adNNNNNh+/++rhmMMMMNMNh cNNNNNNNmho++++yddhysso + `:sNMMMMN' `mNMNNNd/` + XXXXXXXXX y/hMMNm/ .arco. -hdmdy: ` XXXXXXXXX + XXXXXXXX `o+hNNds. -ymNNy- .yhys+/`` XXXXXXXXX + XXXXXXXX +-+//o/+odMNMMMNdmh++////-/s XXXXXXXXX + XXXXXXX mhNd -+d/+myo++ysy/hs -mNsdh/ XXXXXXXXX + XXXXXXXX mhMN+ dMm-/-smy-::dMN/sMMmdo XXXXXXXXX + XXXXXXXXXX NMy+NMMh oMMMs yMMMyNMMs+ XXXXXXXXXX + XXXXXXXXXXX dy-hMMm+dMMMdoNMMh ydo XXXXXXXXXXXX + XXXXXXXXXXXXX smm 'NMMy dms sm XXXXXXXXXXXXX + XXXXXXXXXXXXXX XXXXXXXXXXXXXX + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXER0XXX + \ No newline at end of file diff --git a/ansiscii/tcf_-_01101101_01100010_01110010.ans b/ansiscii/tcf_-_01101101_01100010_01110010.ans new file mode 100644 index 0000000000000000000000000000000000000000..e9cc968047ac41534b8ae505255a5dca29e660c2 GIT binary patch literal 3694 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,,.._ || +||  _ _,mdb bm._P|| +||  ,PPP`b|| +||   `_ `P|| +||  bdbmm.,dP|| +||  P|| +|| P"""P"|| +||