Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. hud = peripheral.wrap("left")
  2. hud.addBox(1,1,80,10,0xFFFFFF,0.2)
  3.  
  4. while true do
  5. event, command = os.pullEvent()
  6. if event == "chat_command" and command == "password" then
  7. hud.addBox(1,1,80,10,0xFFFFFF,0.2)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement