Advertisement
rene0055

Shop

Jan 18th, 2018
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local monitor = peripheral.wrap( "top" )
  2. local sExample = http.get("http://Rene0055.de/page/shop.html")
  3. write(sExample.readAll())
  4. sExample.close()
  5. os.sleep( 10 )
  6. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement