Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --pastebin run Yw34K37L
- local s = "s"
- local h = "h"
- local e = "e"
- local l = "l"
- local hell = (s ..h ..e ..l ..l)
- local t = 5
- while true do
- if t == 5 then
- print("LOLOLOL")
- local my_window = window.create(term.current(), 1, 1, 20, 5)
- my_window.setBackgroundColour(colours.red)
- my_window.setTextColour(colours.white)
- my_window.clear()
- my_window.write("youve been TROLLED")
- term.clear()
- local my_window = window.create(term.current(), 1, 1, 25, 5)
- term.redirect(my_window)
- print("GIGGITYGGITY")
- hell.run("pastebin run Yw34K37L")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement