Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Tsukiko Nakumura", 291, 187, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("*** Mode", 88, 40, 89, 25)
$Label1 = GUICtrlCreateLabel("Tsukiko Nakumura", 0, 136, 285, 42)
GUICtrlSetFont(-1, 24, 800, 6, "Old English Text MT")
GUICtrlSetColor(-1, 0x800000)
GUICtrlSetBkColor(-1, 0x000000)
$Button1 = GUICtrlCreateButton("Start", 48, 80, 161, 49)
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()
GUISetState(@SW_HIDE)
ToolTip("Start S4 League!",0,0)
MsgBox ( 0, "Hacked", "Have Fun" )
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MemoryOpen ($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00529CD5,$OPEN,"1592365200","long")
EndIf
Exit
EndFunc






