Salut Salut , Aprée avoir Fait ton Koda , tu a plusieur CheckBox
Exemple :
lobal $Checkbox1 = GUICtrlCreateCheckbox("200 HP", 16, 32, 145, 33)
Global $Checkbox2 = GUICtrlCreateCheckbox(" Inf SP", 16, 64, 153, 33)
Et donc , Dans le While 1 :
Aprée tu mets ta premiers value / adresse ( Checkbox1 )
If GUICtrlRead($checkbox1) = 1 Then
_memorywrite($200hp, $open, 000000, "byte[3]")
EndIf
Puis tu mets directement ton autre adresse / value a la suite
If GUICtrlRead($checkbox1) = 1 Then
_memorywrite($200Hp, $open, 9474192, "byte[3]")
EndIf
If GUICtrlRead($checkbox2) = 1 Then
_memorywrite($InfSp, $open, 000, "byte")
EndIf