Advertisement
Win4Win

AUTO GOUR

Sep 8th, 2023 (edited)
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. while true do
  2. rs.setOutput("back",true)
  3. rs.setOutput("right",false)
  4. sleep(2)
  5. rs.setOutput("back",false)
  6. rs.setOutput("right",true)
  7. sleep(2)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement