From e0e478c90d0b605da06faeabe6d88ccf99137503 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 18 Dec 2020 02:39:32 +0100 Subject: [PATCH] text --- client/luascripts/hf_mfu_magicwrite.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/luascripts/hf_mfu_magicwrite.lua b/client/luascripts/hf_mfu_magicwrite.lua index 4b4d7178a..c01f043fe 100644 --- a/client/luascripts/hf_mfu_magicwrite.lua +++ b/client/luascripts/hf_mfu_magicwrite.lua @@ -44,8 +44,8 @@ arguments = [[ -c read magic configuration -u UID (14 hexsymbols), set UID on tag -t tag type to impersonate - 1 = UL_EV1 48k - 2 = UL_EV1 128k + 1 = UL EV1 48b + 2 = UL EV1 128b 3 = NTAG 210 4 = NTAG 212 5 = NTAG 213 (true) @@ -60,7 +60,7 @@ arguments = [[ -p password (8 hexsymbols), set password on tag. -a pack ( 4 hexsymbols), set pack on tag. -s signature data (64 hexsymbols), set signature data on tag. - -o OTP data (8 hexsymbols), set `one time programmable` data on tag. + -o OTP data (8 hexsymbols), set `One-Time Programmable` data on tag. -v version data (16 hexsymbols), set version data on tag. -w wipe tag. You can specify password if the tag has been locked down. Fills tag with zeros and put default values for NTAG213 (like -t 5) -k pwd to use with the wipe option