Current command:
lf pac clone --help
clone a PAC/Stanley tag to a T55x7, Q5/T5555 or EM4305/4469 tag. usage: lf pac clone [-h] [--cn <dec>] [-r <hex>] [--q5] [--em] options: -h, --help This help --cn <dec> 8 byte PAC/Stanley card ID -r, --raw <hex> raw hex data. 16 bytes max --q5 optional - specify writing to Q5/T5555 tag --em optional - specify writing to EM4305/4469 tag examples/notes: lf pac clone --cn CD4F5552 -> encode for T55x7 tag lf pac clone --cn CD4F5552 --q5 -> encode for Q5/T5555 tag lf pac clone --cn CD4F5552 --em -> encode for EM4305/4469 lf pac clone --raw FF2049906D8511C593155B56D5B2649F -> encode for T55x7 tag, raw mode