Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("--------------------------")
- print("Welcome To TEC_NO's Door Remote Control Script | Host ID: " .. os.getComputerID() .. "!")
- write('Please enter the door pc\'s id: ')
- local elevatorid = tonumber(read())
- print("--------------------------")
- rednet.open('back')
- while true do
- term.clear()
- print("-----------------------------------")
- print("Door.exe")
- print("Script Made By: TEC_NO")
- print("Type In Door Pin: ")
- local pin = tonumber(read())
- rednet.send(elevatorid, pin)
- print("-----------------------------------")
- end
Advertisement
Add Comment
Please, Sign In to add comment