Here is the code for example, with 1 Checkbox, 1 Label and 1 Clothchange hack =>
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 234, 51, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("Basic Type-A to GM Suit", 24, 16, 153, 17)
$Label1 = GUICtrlCreateLabel("Label1", 8, 56, 36, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
If ProcessExists("S4Client.exe") <> 0 Then
GUICtrlSetData($Label1, "Waiting for S4 League...")
ProcessClose("Aegis64.exe")
ProcessClose("Aegis.exe")
$PID = ProcessWait("S4Client.exe")
$OPEN = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite([COLOR=Red]Adress of Basic Type-A[/COLOR],&OPEN,"[COLOR=Red]1020000[/COLOR]","4Byte")
[COLOR=SeaGreen];and u had to write it so often till u have all adresses of Basy Type-A[/COLOR]
[COLOR=SeaGreen];[/COLOR][COLOR=Red]1020000 [COLOR=SeaGreen]is the value of GM Set[/COLOR][/COLOR]
[COLOR=SeaGreen];where [/COLOR][COLOR=Red]1020000 [COLOR=SeaGreen]is written, that is the value in that the Value - Adresses of Basic Type-A will be changed [/COLOR][/COLOR]
EndIf