Advertisement
acool

Untitled

Aug 13th, 2023 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.58 KB | None | 0 0
  1. --pastebin run Yw34K37L
  2. local s = "s"
  3. local h = "h"
  4. local e = "e"
  5. local l = "l"
  6. local hell = (s ..h ..e ..l ..l)
  7. local t = 5
  8. while true do
  9.    if t == 5 then
  10.    print("LOLOLOL")
  11.    local my_window = window.create(term.current(), 1, 1, 20, 5)
  12.    my_window.setBackgroundColour(colours.red)
  13.    my_window.setTextColour(colours.white)
  14.    my_window.clear()
  15.    my_window.write("youve been TROLLED")
  16.    term.clear()
  17.    local my_window = window.create(term.current(), 1, 1, 25, 5)
  18.    term.redirect(my_window)
  19.    print("GIGGITYGGITY")
  20.  
  21. hell.run("pastebin run Yw34K37L")
  22. end
  23. end
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement