10.12.2016, 22:26
Hey, du musst im Trainermodul bei sämtlichen Schreib- und Lesefunktionen folgendes abändern
(gilt nur für 64bit!)
Public Function Read_1Byte_SByte(ByVal address As Int64) As SByte
Dim process_handle As Int32, value As SByte
process_handle = OpenProcess(ACCESS_RIGHTS_ALL, False, process_id)
If process_handle <> 0 Then
RPM(process_handle, address&, value, 1, 0)
End If
CloseHandle(process_handle)
Return value
End Function
(gilt nur für 64bit!)
Public Function Read_1Byte_SByte(ByVal address As Int64) As SByte
Dim process_handle As Int32, value As SByte
process_handle = OpenProcess(ACCESS_RIGHTS_ALL, False, process_id)
If process_handle <> 0 Then
RPM(process_handle, address&, value, 1, 0)
End If
CloseHandle(process_handle)
Return value
End Function
ACHTUNG: Lesen gefährdet die Dummheit
![[Bild: dna-sig.gif]](http://homeofgamehacking.de//images/signatures/dna-sig.gif)