From adb207268db4d83c4b0b1c3fb30afa26f74b1bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nemanja=20Nedeljkovi=C4=87?= Date: Tue, 29 Jun 2021 12:52:35 +0200 Subject: [PATCH] Change in hf 15 raw broke support hf_15_magic.lua There was a change in `hf 15 raw` and this script was not updated to support that change --- client/luascripts/hf_15_magic.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/luascripts/hf_15_magic.lua b/client/luascripts/hf_15_magic.lua index 173cf1ee7..e7c6bf1ce 100644 --- a/client/luascripts/hf_15_magic.lua +++ b/client/luascripts/hf_15_magic.lua @@ -68,10 +68,10 @@ end --- Set UID on magic command enabled on a ICEMAN based REPO local function magicUID_iceman(b0, b1) print('Using backdoor Magic tag function') - core.console('hf 15 raw -2 -c 02213E00000000') - core.console('hf 15 raw -2 -c 02213F69960000') - core.console('hf 15 raw -2 -c 022138'..b1) - core.console('hf 15 raw -2 -c 022139'..b0) + core.console('hf 15 raw -2 -c -d 02213E00000000') + core.console('hf 15 raw -2 -c -d 02213F69960000') + core.console('hf 15 raw -2 -c -d 022138'..b1) + core.console('hf 15 raw -2 -c -d 022139'..b0) end -- --- Set UID on magic command enabled, OFFICAL REPO