Advertisement
SamHDev

WDOS2 Test Hosting

Apr 23rd, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if os.getComputerLabel() == nil then
  2. print("Enter Server Name:")
  3. setid = read()
  4. sleep(1)
  5. os.setComputerLabel(setid)
  6. sleep(1)
  7. print("Hosting Id Set to: "..setid)
  8. sleep(2)
  9. shell.run("reboot")
  10. end
  11. print("Hosting Online...")
  12. id = os.getComputerLabel()
  13. sleep(1)
  14. print("Hosting as: "..id)
  15. sleep(1)
  16. shell.run("chat host "..id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement