Advertisement
maxtorcd55

Untitled

Apr 21st, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. os.loadAPI("cable")
  2.  
  3. --liedje
  4.  
  5. while not cable.getBundled("right",colors.white) do
  6.     sleep(1)
  7. end
  8.  
  9. print("ok")
  10.  
  11. cable.setBundled("bottom",colors.gray, true)
  12. cable.setBundled("bottom",colors.orange, true)
  13. cable.setBundled("bottom",colors.white, true)
  14. cable.setBundled("bottom",colors.lightBlue, true)
  15. cable.setBundled("bottom",colors.yellow, true)
  16. cable.setBundled("bottom",colors.magenta, true)
  17. cable.setBundled("bottom",colors.lime, true)
  18. cable.setBundled("bottom",colors.pink, true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement