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
Topic closed
I wrote the code like this,but i cant get the number behind the "block data:" please help
- Case "button_break"
item.Control = New Button
item.Control.Text = item.Text
ToolTip1.SetToolTip(item.Control, item.Tooltip)
AddHandler item.Control.Click, AddressOf hi
AddHandler item.Control.Click, AddressOf actionCommand
'AddHandler hi(), AddressOf actionCommand
'sector = hi()
Call hi()
item.Action &= ("hf mf nested 1" & sector)
item.Control.Tag = item.Action
item.Control.SetBounds(0, i * 35, 140, 20)
item.Control.AutoSize = True
Public Sub hi()
Dim sector_num() As String
sector_num = Split(prompt.Text, vbCrLf)
For i = 0 To UBound(sector_num)
If Strings.Left(sector_num(i), 11) = "block data:" Then
sector = Strings.Right(sector_num(i), Strings.Len(sector_num(i)) - 11)
End If
Next i
End Sub
proxmark3> hf mf nested 1
Usage:
all sectors: hf mf nested <key A/B> <key (12 hex symbols)> [t,d]
one sector: hf mf nested o <key A/B> <key (12 hex symbols)>
Offline
Welcome and I suggest you read http://www.proxmark.org/forum/viewtopic.php?id=1125 as an introduction.
This is the introduction, you have now rights to post in correct section. This thread will be closed.
Offline
Pages: 1
Topic closed