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 = [[