try
Dim s As Process = Process.GetProcessesByName("wolftü.bin")(0)
For Each moz As System.Diagnostics.ProcessModule In s.Modules
If moz.FileName.IndexOf("csh") <> -1 Then
label2.Text = moz.BaseAddress.ToString
End If
Next
Dim a As Process = Process.GetProcessesByName("wolftü.bin")(0)
For Each moz As System.Diagnostics.ProcessModule In a.Modules
If moz.FileName.IndexOf("bin") <> -1 Then
label1.Text = moz.BaseAddress.ToString
End If
Next
Dim d As Process = Process.GetProcessesByName("wolftü.bin")(0)
For Each moz As System.Diagnostics.ProcessModule In d.Modules
If moz.FileName.IndexOf("obj") <> -1 Then
label3.Text = moz.BaseAddress.ToString
End If
Next
Catch
End Try
Pointerler güncelmiBunları Biliyoru Yapınca BinDen Başkası Çalışmıyor