willisshek

[Minecraft] Auto Startup

Oct 29th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. local args = {...}
  2. local file = fs.open("startup", "w")
  3. file.write([[
  4. shell.run("]]..args[1]..[[")
  5. ]])
  6. file.close()
  7. os.reboot()
Add Comment
Please, Sign In to add comment