From 971452f81715fd1cf93ceb2d05a7fd39533896fe Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 16 Nov 2022 18:16:39 +0100 Subject: [PATCH] renamed luascript --- .../{hf_mfu_ntag.lua => hf_ntag_dt.lua} | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) rename client/luascripts/{hf_mfu_ntag.lua => hf_ntag_dt.lua} (90%) diff --git a/client/luascripts/hf_mfu_ntag.lua b/client/luascripts/hf_ntag_dt.lua similarity index 90% rename from client/luascripts/hf_mfu_ntag.lua rename to client/luascripts/hf_ntag_dt.lua index 0709fc9f8..7af6753ef 100644 --- a/client/luascripts/hf_mfu_ntag.lua +++ b/client/luascripts/hf_ntag_dt.lua @@ -44,36 +44,36 @@ example =[[ Set a new password of SUDO using the default password of DNGR: - script run hf_mfu_next -x pass -p DNGR -n SUDO + script run hf_ntag_dt -x pass -p DNGR -n SUDO Enable password protection from hex block 04 onwards (User memory): - script run hf_mfu_next -x protect -p DNGR -a 04 + script run hf_ntag_dt -x protect -p DNGR -a 04 Enable password protection from hex block E3 onwards (Configuration Pages): - script run hf_mfu_next -x protect -p DNGR -a E3 + script run hf_ntag_dt -x protect -p DNGR -a E3 Disable password protection: - script run hf_mfu_next -x protect -p DNGR -a FF + script run hf_ntag_dt -x protect -p DNGR -a FF Enable the counter and enable read + write password protection on password protected pages (protected block start page specified using -x protect mode): - script run hf_mfu_next -x conf -p DNGR -c enable -m rw + script run hf_ntag_dt -x conf -p DNGR -c enable -m rw Disable the counter and enable write only password protection on password protected pages (protected block start specified using -x protect mode): - script run hf_mfu_next -x conf -p DNGR -c disable -m w + script run hf_ntag_dt -x conf -p DNGR -c disable -m w ]] usage = [[ - script run hf_mfu_next -x pass -p -n - script run hf_mfu_next -x protect -p -a - script run hf_mfu_next -x conf -p -c -m + script run hf_ntag_dt -x pass -p -n + script run hf_ntag_dt -x protect -p -a + script run hf_ntag_dt -x conf -p -c -m ]] arguments = [[