#Solved
Quote:
Doch beides geht nicht. Hoffe ihr könnt mir helfen (Nein an den privilegien liegt es nicht)....Code:NomadMemory.au3 #RequireAdmin #include #include #include #include #include $Form1 = GUICreate("0815 Form", 615, 438, 192, 124) $Button1 = GUICtrlCreateButton("Button1", 40, 88, 75, 25) $Input1 = GUICtrlCreateInput("Input1", 40, 32, 121, 21) GUISetState() While 1 $nMsg = GUIGetMsg() Switch $nMsg Case -3 Exit Case $Button1 _memorywrite(0x0141D7B4, _memoryOpen(ProcessExists("S4Client.exe")),"Test","char[50]") EndSwitch WEnd