|
hi pro what u add in ur hack Instead of
Func _Hack()
ToolTip("WaitS4Client.exe",0,0)
$PID = ProcessExists("S4Client.exe")
ProcessWait("S4Client.exe")
$OPEN = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite("0x012B6898",$OPEN,"1634882648","dwor d")
EndIf
EndFunc
?
|