Advertisement
Win4Win

Botania Pulse

Nov 19th, 2021
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. while true do
  2.  
  3. rs.setOutput("bottom",true)
  4. rs.setOutput("right",true)
  5. sleep(0.05)
  6. rs.setOutput("bottom",false)
  7. rs.setOutput("right",false)
  8. sleep(1.95)
  9.  
  10.  
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement