Advertisement
minuslinus

THT heretical writhing

Apr 1st, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.28 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. x=2
  4.  
  5. text1="Scientists at the Vengeful Spirit have concluded Horus's chin is the most magnificent chin in the entire universe. The magnificent chin stand a record of staggering 20 thousand people at any given moment. Horus chin is massive and square giving him an intimidating look, a light stubble, strong jaw muscles controlling a white neatly shaped teeth. The claims being challenged by low scum emperor worshippers who really should just do an hero. Protests outside the Vengeful Spirit is expected to end in a massacre."
  6.  
  7. term.clear()
  8. term.setCursorPos(1,1)
  9. print("The Heresy Times")
  10. term.setCursorPos(1,3)
  11. print(text1)
  12.        
  13. while true do
  14.    
  15.     if redstone.getInput("left")==true and x==1 then
  16.         term.clear()
  17.         term.setCursorPos(1,1)
  18.         print("The Heresy Times")
  19.         term.setCursorPos(1,3)
  20.         print(text1)
  21.         x=x+1
  22.         sleep(1)
  23.     end
  24.     if redstone.getInput("left")==true and x==2 then
  25.         term.clear()
  26.         term.setCursorPos(1,1)
  27.         print("The Heresy Times")
  28.         term.setCursorPos(1,3)
  29.         print("Latest rap album from Horus MC (Warp records) burns the galaxy with the top track 'Terranian Space niggers' disrespecting the trickster god of mankind, 'Smoke warp everyday','Chicken heresy filling','Khorn and chill'. Even thou the beloved Warmaster approval rating a small group denounces him on the universal warp web calling themself GEOF(god emperor of fangays) calling the new music music 'violent' and 'disruptive'. The group is also known for there book 'jacking it to god' and 'I snorted the emperor's skin flakes.'")
  30.         x=x+1
  31.         sleep(1)
  32.     end
  33.     if redstone.getInput("left")==true and x==3 then
  34.         term.clear()
  35.         term.setCursorPos(1,1)
  36.         print("The Heresy Times")
  37.         term.setCursorPos(1,3)
  38.         print("Exclusive interview with an undercover spie over enemy lines, for safety reasons we have changed his name.    Interviewer:'Fair greeting Memus.'    Memus:'Greetings and may the warp be with you.'      Interviewer:'How long have you spied?'     Memus:'It started more then 2 years ago. in a team speak server, I made friends with my subjects and learn there secrets.'     Interviewer:'What is the goal of your mission.'     Memus:'Horus himself gave me a mission to dethrone the emperor BLOOD FOR THE BLOOD GOD SKULLS FOR THE SKULLTHRONE")
  39.         x=1
  40.         sleep(1)
  41.     end
  42.     sleep(1)
  43. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement