PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf motorola clone --help


clone Motorola UID to a T55x7, Q5/T5555 or EM4305/4469 tag.
defaults to 64 bit format

usage:
    lf motorola clone [-h] -r <hex> [--q5] [--em]

options:
    -h, --help                     This help
    -r, --raw <hex>                raw hex bytes. 8 bytes
    --q5                           optional - specify writing to Q5/T5555 tag
    --em                           optional - specify writing to EM4305/4469 tag

examples/notes:
    lf motorola clone --raw a0000000a0002021            -> encode for T55x7 tag
    lf motorola clone --raw a0000000a0002021 --q5       -> encode for Q5/T5555 tag
    lf motorola clone --raw a0000000a0002021 --em       -> encode for EM4305/4469