standart ist gesetzt auf all access possible
und der process gibt auch werte aus :/ "4308 "
kann das sein das die exe/bin geschützt ist?
aus irgend nem gfrund crashed der client imemr wenn ich nach pointern such
-_-
wenn mir jemand helfen könnte wär echt toll D:
Code:
#include <NomadMemory.au3>
#RequireAdmin
$PID = ProcessExists("aion.bin")
If $PID Then
MsgBox(0, "kieron is gay", $PID)
$open=_MemoryOpen($PID)
MsgBox(0, "kieron is gay", $open)
Else
MsgBox(0, "Andy is gay", "")
EndIf
fix : MsgBox(0, "kieron is gay", $open[0] ) etc...
andre frage =D
warum bekomm ich bei
0 raus? D:Quote:
$baseADDR = _MemoryModuleGetBaseAddress($PID, "Game.dll")
k auch das problem ist gelöst D: dar nicht in 64 bit compiliert werden >_>
danke =D






