lastrosade

CraftMD5-Startup

Jun 16th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.89 KB | None | 0 0
  1. md5 = os.loadAPI("md5")
  2. function orange() term.setTextColor(colors.orange) end
  3. function red() term.setTextColor(colors.red) end
  4. function white() term.setTextColor(colors.white) end
  5. function dot() for i=1,3 do sleep(.2) term.write(".") end end
  6.  
  7. term.setCursorPos(1,1) term.clear() orange()
  8. print("'1337' computer starting up") white()
  9. sleep(1)
  10. write("LOADING MINUSCULES")  dot() print(" Success")
  11. write("Loading compassion")   dot() red() print(" Error: File not found") white()
  12. write("Loading warcrimes")   dot() print(" Success")
  13. write("Loading the MD5 API") dot() print(" Success")
  14. write("Searching the void")  dot() print(" Successfully fell in it")
  15. sleep(2)
  16. print("Done loading shit !")
  17. sleep(2)
  18. local w, h = term.getSize() w = w-1
  19.     for i= 1,h do for j= 1,w do
  20.         write("O")
  21.     end end write("OOOOOOOOOOOOOOODONE")
  22. sleep(2)
  23. term.setCursorPos(1,1) term.clear()
  24. print(md5.CalcHash("pass"))
Advertisement
Add Comment
Please, Sign In to add comment