SoulofSorrow

TBM Batterie Script

Aug 2nd, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. while true do
  2.      rs.setOutput("back",true)
  3.      sleep(0.5)
  4.      rs.setOutput("back",false)
  5.      sleep(2)
  6. end
Add Comment
Please, Sign In to add comment