Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- "haha computer make funny beeping noises and its really obnoxious"
- local computer = require("computer")
- local x = 0
- while true do
- computer.beep(math.random(50,1000),0.1,1000)
- os.sleep()
- x = x + 1
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement