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
This commit is contained in:
Antiklesys 2023-09-10 23:03:53 +08:00
parent 2fb281bdc1
commit 77258365d4

View file

@ -737,7 +737,7 @@ local function set_type(tagtype)
write_uid('04112233445566') write_uid('04112233445566')
write_otp('00000000') -- Setting OTP to default 00 00 00 00 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 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') print('Setting: Ultimate Magic card to UL-EV1 128')
connect() connect()
send("CF".._key.."F001010000000003000978009102DABC19101011121314151644000000") send("CF".._key.."F001010000000003000978009102DABC19101011121314151644000000")