Advertisement
william200027

Testeur de ChunkLoader

Jun 13th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. ----=Variables=----
  2. Direction = "right"
  3. Net = "left"
  4. IdSend = 200
  5. Monbre = 1
  6. ----=---------=----
  7.  
  8. ----=Pheripheral=----
  9. Monitor = peripheral.wrap(Direction)
  10. rednet.open(Net)
  11. ----=-----------=----
  12.  
  13. ----=Porgram=----
  14. Id = os.getComputerId()
  15. print("Id du computer: "..Id)
  16. ----=-------=----
  17.  
  18. ----=Autor=----
  19. --By Zaidal86
  20. ----=-----=----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement