Advertisement
Guest User

pinoccio-craft

a guest
Sep 11th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. while true do
  2. if redstone.getInput("back") then
  3. local example = http.post("https://api.pinocc.io/v1/1/1/command", "command=led.red&token={Your token Here}")
  4. end
  5. if redstone.getInput("back") then
  6. local example = http.post("https://api.pinocc.io/v1/1/1/command", "command=led.blue&token={Your token Here}")
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement