Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
HI everyone is it possible to script lua file to execute automated commands to write on a lf EM4X50 tag on a icopy-xs ?
The commands are
lf em 4X50_write a 5 w 09800000
lf em 4X50_write a 9 w 09800000
Thanks all for your answer
Offline
if nb == ? then core.console(string.format('Lf em 4x50 wrbl -b 5 -d %s',a))end
if nb == ? then core.console(string.format('Lf em 4x50 wrbl -b 9 -d %s',s))end
Good evening, here is an example for blk 5 & 9. I use a.lua script to write to this transponder.
Offline
Pages: 1