Advertisement
craftyoyo

fellouttheworld

Mar 31st, 2014
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. local state
  2.  
  3. while 1 do
  4.     local door_handle = http.get("http://62.147.156.15/1/door.php")
  5.    
  6.     if door_handle then
  7.         state = door_handle.readAll()
  8.         if state == "0" then
  9.             rs.setOutput("back",false)
  10.          
  11.         else
  12.             rs.setOutput("back",true)
  13.            
  14.         end
  15.     end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement