[spoiler]#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Hack by Darkryuga", 212, 134, 192, 124)
$Button1 = GUICtrlCreateButton("Start", 64, 80, 81, 33)
$Checkbox1 = GUICtrlCreateCheckbox("Inf.HP", 16, 16, 97, 17)
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)
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MemoryOpen ($PID)
If GUICtrlRead($Checkbox1) = 1 then
_MemoryWrite(0x00518974,$OPEN,"2348565979,"4Bytes" )
EndIf
Exit
EndFunc[\spoiler]







