thedebutent Newbie cheater
Reputation: 0
Joined: 30 Dec 2015 Posts: 11
|
Posted: Wed Apr 27, 2016 11:03 am Post subject: PROBLEM WITH LISTVIEW |
|
|
HELLO,
Here reading the position of the code:
| Code: | Private Sub search()
Dim tmpByte() As Byte = Encoding.Unicode.GetBytes("SVInventoryRemoveUnknownItems")
Dim adresse As String = "&H" & Hex(GetMemoryAddressOfString(tmpByte, p(0))).ToString
offset = "&H" & Hex(adresse + 1820)
Dim valeur As String = ReadInteger(p(0).Id, offset)
Dim lvi As New ListViewItem(offset)
lvi.SubItems.AddRange(New String() {valeur})
ListView1.Items.Add(lvi)
End Sub
I want to know how to read the value 30 (B8), 51 (A8) etc .. all 3 rd position with listview?
Thank you for your help |
| Description: |
|
| Filesize: |
25.56 KB |
| Viewed: |
3043 Time(s) |

|
| Description: |
|
| Filesize: |
92.16 KB |
| Viewed: |
3043 Time(s) |

|
|
|