Advertisement
Guest User

fuckyou.lua

a guest
Aug 18th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. speaker = peripheral.wrap("right")
  2.  
  3. while true do
  4.     sleep(math.random(1,120))
  5.     print("Fuck you")    
  6.     speaker.playSound("botania:doit", 1, 1)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement