Advertisement
Laffeh

Untitled

Feb 25th, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local server, username, password = "http://benandhayley.com/trainget.php"
  2. local location = "Base One"
  3. while true do
  4. shell.run("clear")
  5. if rs.getInput("bottom") then
  6. local response = http.post(server, "location=" .. location)
  7. else
  8. print("redstone OFF")
  9. end
  10. os.pullEvent("redstone")
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement