mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-01 04:51:30 +08:00
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:
parent
2fb281bdc1
commit
77258365d4
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue