Sectly_Playz

Untitled

Oct 6th, 2023
1,026
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.55 KB | None | 0 0
  1. print("--------------------------")
  2. print("Welcome To TEC_NO's Door Remote Control Script | Host ID: " .. os.getComputerID() .. "!")
  3. write('Please enter the door pc\'s id: ')
  4. local elevatorid = tonumber(read())
  5. print("--------------------------")
  6.  
  7. rednet.open('back')
  8.  
  9. while true do
  10.   term.clear()
  11.  
  12.   print("-----------------------------------")
  13.   print("Door.exe")
  14.   print("Script Made By: TEC_NO")
  15.   print("Type In Door Pin: ")
  16.   local pin = tonumber(read())
  17.   rednet.send(elevatorid, pin)
  18.   print("-----------------------------------")
  19. end
Advertisement
Add Comment
Please, Sign In to add comment