Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- args = {...}
- local file = fs.open("startup.lua", "w")
- file.write("shell.execute(\"gps\", \"host\", \"" .. args[1] .. "\", \"" .. args[2] .. "\", \"" .. args[3] .. "\")")
- os.reboot()
- file.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement