]> git.zerfleddert.de Git - proxmark3-svn/blame_incremental - client/scripts/helloworld.lua
mf check keys in lua-space
[proxmark3-svn] / client / scripts / helloworld.lua
... / ...
CommitLineData
1print("Helleo world!");
2
3print("hf:", hf);
4
5print("hf.mf:",hf.mf);
6print("and now... ");
7print("hf.mf.mifare",hf.mf.mifare);
8
9hf.mf.nested("");
10
11
12function foo()
13 print("Hi I am the foo function!");
14end
Impressum, Datenschutz