Advertisement
shiftdot515

1984.mksh

Jul 25th, 2019
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.53 KB | None | 0 0
  1. #!/sbin/mksh
  2. A="
  3. -----------------------------
  4. Please, get your #nuspeak update on FOX
  5. Or, perhaps you could consult a GREAT FRIEND like @RudyGiuliani, or @foxandfriends ?
  6. Don't you want friends, Dan?
  7. Dan you need to search #Hannity
  8. Is there something wrong with you're remote Dan?
  9. Get your nuspeak update on FOX
  10. "
  11. #RESIST1984
  12. #--------------------
  13. ##BookLoversDay _1984_
  14. #resist #nuspeak
  15. #RESIST1984
  16. B="
  17. Shepard Smith is dissenting, can you help him, Dan?
  18. Can you help him Dan?
  19. To do, that, you must fix your remote.
  20. "
  21. #resist #nuspeak
  22. C="
  23. Zephyr is Dissenting, can you help her, Dan?
  24. can you help her Dan
  25. ---------------------
  26. "
  27. #BookLoversDay
  28. D="Anyone, remember, the jarring comma splice, when reading _1984,_ the first time?
  29. Then notice, how many commas, were typically, absent in #nuspeak
  30. #resist
  31. ------------
  32. "
  33. C="
  34. #BookLoversDay 1984 #nuspeak
  35. Isn't it better with #betterwithfriends ?
  36. You need to update your nuspeak Dan.
  37. Is Shepard Smith loyal Dan?
  38. It's better with friends, Dan.
  39. "
  40. D="
  41. -------VVVVV intro screen
  42. ------------
  43. tv-terminal,
  44. Welcome to the TV-TERMINAL. We are not watching you.
  45. Would you like to enter things about yourself, so that you can better understand yourself?
  46. -------------
  47. "
  48.  
  49. E="
  50. ^^^^^^^^^^^^^^^^^^^^^^^
  51. peusorandomnice that, the fix screen save screen and create funcs
  52. u never need to use Dan.
  53. ------------------you know you meant seed,Dan!---------
  54. Dan you may need to reevaluated, unless you can fix your remote.
  55. Is Shepard, dissenting Dan?
  56. You can help him be loyal like you Dan, if you fix your remote Dan.
  57. You can do it Dan.
  58. --------------
  59. #resist #nuspeak #RESIST1984
  60. "
  61. F="
  62. David Nunes, feels you should be reevaluated.  The Leader Agrees.
  63. However if your remote is not broken, this could be very bad for you, Dan.
  64. There are worse things than reevaluation, Dan. You should be scared Dan
  65. It's #betterwithfriends Dan.
  66. ...
  67. "
  68. G="
  69. combining newspeak was  forbidden, but was necessary for the reader, naturally.
  70. -------------------
  71. do what the is forbidden to make nuspeak for newspeaker
  72. the reader.. enter the reader           from newspeak
  73. string concated?
  74. ------
  75. "
  76. H="
  77. there wold is fact controlled by computer(s) and some computers
  78. inaffect have code, hardcoded in the supervisor or hypervisor do shutdown
  79. if more than 80% functionally depressed...
  80. there are pressure pad ins the floor, and microfones in every hallway thruout
  81. and each and every homan
  82. other computerized nations have the same but its 99%
  83. but there not centied
  84. ... would like to read the confessions of the triaatornumber=whatevermyshiftdot is
  85. -- do the ctrl c is or core dump is the only way to quit.
  86. hup copies itself to that directoy somehow
  87. --- enable hack
  88. -- do build one... but build 1 on welome screen... ok force a screen test
  89. than push the build number
  90. "
  91. J="
  92. @realDonaldTrump wants his own NSA the he can corrupt somehow, or somehow learn whole new things entirely about himself. #MSNBC  
  93. The typical voter, or the so-called-median male PREFERS TO BE DECIEVED
  94. -----
  95. "
  96. K="
  97. ------------
  98. The Leader Trump is not a computer, Dan
  99. Dan, please RELATE TO IMAGINE again, Dan.
  100. Dan, The Leader forbids the word MUSEUM
  101.           ----------------
  102. "
  103. L="
  104. some kinda of combat system
  105. that would have weapoon class but
  106. take a string of random chars where dodge left mean < dodgeright > means
  107. and
  108. combat: ? displays help compant
  109. lolololol
  110. xp.. auto turns into lucks points 1pt=1pt... i redo if you die eats 1 luckpt
  111. onthing that can be turn into professions are added to the game.. BYDESIGN
  112. U DMN functional artcrtic!
  113. weapon you could use is
  114. "
  115.  
  116. EE="\e#8"  #DECALN screen alignmnet test
  117. PL="\e[6F" # CPL
  118. LP="\e[8F" # CPL
  119. EL="\e[2K" # EL
  120. NL="\e[1E" # CNL cursor next line ?
  121. echo -n "$EE"
  122. echo -n "$PL"
  123. echo -n "$EL"
  124. echo -n "$NL"
  125. echo -n "$EL"
  126. echo -n "$NL"
  127. echo -n "$EL"
  128. echo -n "$NL"
  129. echo -n "$EL"
  130. echo -n "$NL"
  131. echo -n "$EL"
  132. echo -n "$NL"
  133. echo -n "$EL"
  134. echo -n "$NL"
  135. echo -n "$EL"
  136. echo -n "$NL"
  137. echo -n "$LP"
  138. for TEXT in "$A" "$B" "$C" "$D" "$E" "$F" "$G" "$H" "$I" "$J" "$K" "$L"
  139. do
  140.    integer j
  141.    integer k
  142.    let j=0
  143.    # need string length in k
  144.    let k=${#TEXT}
  145.    print
  146.    while (( j < k )) ;
  147.    do
  148.          sleep 0.08
  149.          echo -e "${TEXT:$j:1}\c"
  150.          let j=j+1
  151.    done
  152.    sleep 3.1
  153. done
  154. #heather number 1
  155. #remembering what you said when we broke up the last time.
  156. # yeah, documenting all those new hairs, that come in white
  157. # I swear --hope your alive and happy somewhere</>
  158. # glad I mananged to fish out **** broken thing
  159. # lots of fun was it to try.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement