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
This commit is contained in:
Nemanja Nedeljković 2021-06-29 12:52:35 +02:00 committed by GitHub
commit adb207268d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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