Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/sbin/mksh
- A="
- -----------------------------
- Please, get your #nuspeak update on FOX
- Or, perhaps you could consult a GREAT FRIEND like @RudyGiuliani, or @foxandfriends ?
- Don't you want friends, Dan?
- Dan you need to search #Hannity
- Is there something wrong with you're remote Dan?
- Get your nuspeak update on FOX
- "
- #RESIST1984
- #--------------------
- ##BookLoversDay _1984_
- #resist #nuspeak
- #RESIST1984
- B="
- Shepard Smith is dissenting, can you help him, Dan?
- Can you help him Dan?
- To do, that, you must fix your remote.
- "
- #resist #nuspeak
- C="
- Zephyr is Dissenting, can you help her, Dan?
- can you help her Dan
- ---------------------
- "
- #BookLoversDay
- D="Anyone, remember, the jarring comma splice, when reading _1984,_ the first time?
- Then notice, how many commas, were typically, absent in #nuspeak
- #resist
- ------------
- "
- C="
- #BookLoversDay 1984 #nuspeak
- Isn't it better with #betterwithfriends ?
- You need to update your nuspeak Dan.
- Is Shepard Smith loyal Dan?
- It's better with friends, Dan.
- "
- D="
- -------VVVVV intro screen
- ------------
- tv-terminal,
- Welcome to the TV-TERMINAL. We are not watching you.
- Would you like to enter things about yourself, so that you can better understand yourself?
- -------------
- "
- E="
- ^^^^^^^^^^^^^^^^^^^^^^^
- peusorandomnice that, the fix screen save screen and create funcs
- u never need to use Dan.
- ------------------you know you meant seed,Dan!---------
- Dan you may need to reevaluated, unless you can fix your remote.
- Is Shepard, dissenting Dan?
- You can help him be loyal like you Dan, if you fix your remote Dan.
- You can do it Dan.
- --------------
- #resist #nuspeak #RESIST1984
- "
- F="
- David Nunes, feels you should be reevaluated. The Leader Agrees.
- However if your remote is not broken, this could be very bad for you, Dan.
- There are worse things than reevaluation, Dan. You should be scared Dan
- It's #betterwithfriends Dan.
- ...
- "
- G="
- combining newspeak was forbidden, but was necessary for the reader, naturally.
- -------------------
- do what the is forbidden to make nuspeak for newspeaker
- the reader.. enter the reader from newspeak
- string concated?
- ------
- "
- H="
- there wold is fact controlled by computer(s) and some computers
- inaffect have code, hardcoded in the supervisor or hypervisor do shutdown
- if more than 80% functionally depressed...
- there are pressure pad ins the floor, and microfones in every hallway thruout
- and each and every homan
- other computerized nations have the same but its 99%
- but there not centied
- ... would like to read the confessions of the triaatornumber=whatevermyshiftdot is
- -- do the ctrl c is or core dump is the only way to quit.
- hup copies itself to that directoy somehow
- --- enable hack
- -- do build one... but build 1 on welome screen... ok force a screen test
- than push the build number
- "
- J="
- @realDonaldTrump wants his own NSA the he can corrupt somehow, or somehow learn whole new things entirely about himself. #MSNBC
- The typical voter, or the so-called-median male PREFERS TO BE DECIEVED
- -----
- "
- K="
- ------------
- The Leader Trump is not a computer, Dan
- Dan, please RELATE TO IMAGINE again, Dan.
- Dan, The Leader forbids the word MUSEUM
- ----------------
- "
- L="
- some kinda of combat system
- that would have weapoon class but
- take a string of random chars where dodge left mean < dodgeright > means
- and
- combat: ? displays help compant
- lolololol
- xp.. auto turns into lucks points 1pt=1pt... i redo if you die eats 1 luckpt
- onthing that can be turn into professions are added to the game.. BYDESIGN
- U DMN functional artcrtic!
- weapon you could use is
- "
- EE="\e#8" #DECALN screen alignmnet test
- PL="\e[6F" # CPL
- LP="\e[8F" # CPL
- EL="\e[2K" # EL
- NL="\e[1E" # CNL cursor next line ?
- echo -n "$EE"
- echo -n "$PL"
- echo -n "$EL"
- echo -n "$NL"
- echo -n "$EL"
- echo -n "$NL"
- echo -n "$EL"
- echo -n "$NL"
- echo -n "$EL"
- echo -n "$NL"
- echo -n "$EL"
- echo -n "$NL"
- echo -n "$EL"
- echo -n "$NL"
- echo -n "$EL"
- echo -n "$NL"
- echo -n "$LP"
- for TEXT in "$A" "$B" "$C" "$D" "$E" "$F" "$G" "$H" "$I" "$J" "$K" "$L"
- do
- integer j
- integer k
- let j=0
- # need string length in k
- let k=${#TEXT}
- print
- while (( j < k )) ;
- do
- sleep 0.08
- echo -e "${TEXT:$j:1}\c"
- let j=j+1
- done
- sleep 3.1
- done
- #heather number 1
- #remembering what you said when we broke up the last time.
- # yeah, documenting all those new hairs, that come in white
- # I swear --hope your alive and happy somewhere</>
- # glad I mananged to fish out **** broken thing
- # lots of fun was it to try.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement