From 77258365d45d272e40b3b044b38cc2667bf194e2 Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Sun, 10 Sep 2023 23:03:53 +0800 Subject: [PATCH] Update hf_mf_ultimatecard.lua Fixed bug, should be 13 instead of 12 as there are two 12 otherwise and this is referring to the 128b one instead --- client/luascripts/hf_mf_ultimatecard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/luascripts/hf_mf_ultimatecard.lua b/client/luascripts/hf_mf_ultimatecard.lua index 4bb6034ee..819f68b40 100644 --- a/client/luascripts/hf_mf_ultimatecard.lua +++ b/client/luascripts/hf_mf_ultimatecard.lua @@ -737,7 +737,7 @@ local function set_type(tagtype) write_uid('04112233445566') write_otp('00000000') -- Setting OTP to default 00 00 00 00 write_version('0004030101000b03') -- UL-EV1 (48) 00 04 03 01 01 00 0b 03 - elseif tagtype == 12 then + elseif tagtype == 13 then print('Setting: Ultimate Magic card to UL-EV1 128') connect() send("CF".._key.."F001010000000003000978009102DABC19101011121314151644000000")