Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- md5 = os.loadAPI("md5")
- function orange() term.setTextColor(colors.orange) end
- function red() term.setTextColor(colors.red) end
- function white() term.setTextColor(colors.white) end
- function dot() for i=1,3 do sleep(.2) term.write(".") end end
- term.setCursorPos(1,1) term.clear() orange()
- print("'1337' computer starting up") white()
- sleep(1)
- write("LOADING MINUSCULES") dot() print(" Success")
- write("Loading compassion") dot() red() print(" Error: File not found") white()
- write("Loading warcrimes") dot() print(" Success")
- write("Loading the MD5 API") dot() print(" Success")
- write("Searching the void") dot() print(" Successfully fell in it")
- sleep(2)
- print("Done loading shit !")
- sleep(2)
- local w, h = term.getSize() w = w-1
- for i= 1,h do for j= 1,w do
- write("O")
- end end write("OOOOOOOOOOOOOOODONE")
- sleep(2)
- term.setCursorPos(1,1) term.clear()
- print(md5.CalcHash("pass"))
Advertisement
Add Comment
Please, Sign In to add comment