:handsdown::handsdown::handsdown::handsdown:
I've got an offset but do not know how to use it to read type string,i know just to read type integer.
this my function
Public Shared Sub PointerRead(ByVal Offset As Integer(), ByRef Buffer As Integer)
Try
Dim b As Integer = Nothing
Dim t As Integer = _PerfectWorldBaseAddress
ReadProcessMemory(_hProcess, t, b, 4, 0)
For i = 0 To UBound(Offset)
t = b + Offset(i)
ReadProcessMemory(_hProcess, t, b, 4, 0)
Next
Buffer = b
Catch Ex As Exception
'MsgBox(Ex)
End Try
End Sub
I needed a way to read the integer type.:(:(:(:(
Which should be changed?:confused::confused:
:handsdown::handsdown::handsdown::handsdown::hands down:
I've got an offset but do not know how to use it to read type string,i know just to read type integer.
this my function
Public Shared Sub PointerRead(ByVal Offset As Integer(), ByRef Buffer As Integer)
Try
Dim b As Integer = Nothing
Dim t As Integer = _PerfectWorldBaseAddress
ReadProcessMemory(_hProcess, t, b, 4, 0)
For i = 0 To UBound(Offset)
t = b + Offset(i)
ReadProcessMemory(_hProcess, t, b, 4, 0)
Next
Buffer = b
Catch Ex As Exception
'MsgBox(Ex)
End Try
End Sub
I needed a way to read the integer type.:(:(:(:(
Which should be changed?:confused::confused:
:handsdown::handsdown::handsdown::handsdown::hands down: