NeonDevelopment

SB3: CC Cooking Pot Automation Installer

Dec 24th, 2023 (edited)
1,198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local args = { ... }
  2.  
  3. local file = fs.open("settings", "w")
  4. file.writeLine(args[1])
  5. file.writeLine(args[2])
  6. file.close()
  7.  
  8. shell.run("pastebin", "get", "NH3s5beC", "startup")
  9. shell.run("reboot")
Advertisement
Add Comment
Please, Sign In to add comment