Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fs.delete("startup")
- while true do
- term.setTextColor( colors.black )
- sleep(0)
- term.setBackgroundColor(colors.blue)
- term.clear()
- term.setCursorPos(1,1)
- term.write("HACKED by NOAH")
- sleep(0)
- term.setBackgroundColor(colors.red)
- term.clear()
- term.setCursorPos(1,1)
- term.write("HACKED by NOAH")
- sleep(0)
- term.setBackgroundColor(colors.yellow)
- term.clear()
- term.setCursorPos(1,1)
- term.write("HACKED by NOAH")
- sleep(0)
- term.setBackgroundColor(colors.lime)
- term.clear()
- term.setCursorPos(1,1)
- term.write("HACKED by NOAH")
- sleep(0)
- term.setBackgroundColor(colors.white)
- term.clear()
- term.setCursorPos(1,1)
- term.write("HACKED by NOAH")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement