Not work for me
Func _Start()
ToolTip("Wait for S4League", 0, 0)
$wait = ProcessWait("S4Client.exe")
$pid = ProcessExists("S4Client.exe")
Sleep(500)
$open = _memoryopen($pid)
If GUICtrlRead($checkbox1) = 1 Then
_memorywrite(0x00527924, $open, "2348565979", "long")
EndIf
If GUICtrlRead($checkbox2) = 1 Then
_memorywrite(0x0048C822, $open, "2348565979", "long")
EndIf
Exit
EndFunc