PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
lf presco clone --help


clone a presco tag to a T55x7, Q5/T5555 or EM4305/4469 tag.

usage:
    lf presco clone [--em]

options:
    -h, --help                     This help
    -c <hex>                       8 digit hex card number
    -d <digits>                    9 digit presco card ID
    --q5                           optional - specify writing to Q5/T5555 tag
    --em                           optional - specify writing to EM4305/4469 tag

examples/notes:
    lf presco clone -d 018363467               -> encode for T55x7 tag
    lf presco clone -d 018363467 --q5          -> encode for Q5/T5555 tag
    lf presco clone -d 018363467 --em          -> encode for EM4305/4469