From b57f90b524ed7b69fd7e782ed84970dde51e5fea Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Sun, 10 Sep 2023 19:09:18 +0800 Subject: [PATCH] Update hf_mf_uidbruteforce.lua Fixed issue with how the command is run, old version is invalid as it is missing the -t --- client/luascripts/hf_mf_uidbruteforce.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/luascripts/hf_mf_uidbruteforce.lua b/client/luascripts/hf_mf_uidbruteforce.lua index 4835ba03b..88dca4273 100644 --- a/client/luascripts/hf_mf_uidbruteforce.lua +++ b/client/luascripts/hf_mf_uidbruteforce.lua @@ -124,7 +124,7 @@ local function main(args) local c = string.format( command, n ) print('Running: "'..c..'"') core.console(c) - core.console('msleep '..timeout); + core.console('msleep -t'..timeout); core.console('hw ping') end