Advertisement
Alex1987

Untitled

Sep 16th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local oldPull = os.pullEvent;
  2. os.pullEvent = os.pullEventRaw;
  3. term.clear()
  4. sleep(0.1)
  5. print" "
  6. print" "
  7. write" Hacking."
  8. sleep(1)
  9. write"."
  10. sleep(1)
  11. write"."
  12. sleep(2)
  13. rs.setOutput ("right", true)
  14. print" "
  15. print" "
  16. print" "
  17. print" "
  18. write" Hacked "
  19. sleep(1)
  20. while loop
  21. while a ~= 5 do
  22. textutils.slowWrite("by The Fappening", 5)
  23. end
  24. os.pullEvent = oldPull;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement