Advertisement
capnstoobie

emailtest1

May 25th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. redstone.setOutput("back",false )
  2.  
  3. while true do
  4. os.pullEvent("redstone")
  5. if rs.getInput("left") then
  6. break
  7. end
  8. end
  9.  
  10. http.post(
  11. "http://takephive.com/phpmail.php"
  12. )
  13. redstone.setOutput("back",true )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement