Advertisement
MinecraftGoogle

s

Dec 7th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. while( true )
  2. do
  3. os.execute("clear")
  4. print("why did you type in this pastebin?")
  5. os.sleep(2)
  6. os.execute("clear")
  7. print("this is gonna loop for a while")
  8. os.sleep(3)
  9. os.execute("clear")
  10. print("until you reboot the pc or wait it out")
  11. os.sleep(5)
  12. os.execute("clear")
  13. os.execute("pastebin run qWxnMU94")
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement