PHP Code:
#include <GUIConstants.au3>
#include<NomadMemory.au3>
#RequireAdmin
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("hack", 242, 80, 232, 166)
$Button1 = GUICtrlCreateButton("Start", 88, 16, 129, 57)
$Checkbox1 = GUICtrlCreateCheckbox("200hp", 8, 16, 73, 25)
$Slider1 = GUICtrlCreateSlider(112, 32, 150, 45)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_hack()
EndSwitch
WEnd
Func _hack()
ToolTip("Warte Auf S4Client.exe",0,0)
$PID ProcessExists ("S4Client.exe")
ProcessWait($PID)
ToolTip("Wait...",0,0)
$OPEN = _MemoryOpen($PID)
If GUICtrlRead ($Checkbox1) = 1 Then
_MemoryWrite (0x000000,$OPEN,"100","byte"[4])
EndFunc
Ist das rictig sry bin noch anfänger