Then When I Enetr Server S4League CLosed Please AnyOne Tell Me If This Right Or No?
=================================
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Hack By xDarkMan", 189, 116, 192, 114)
GUISetBkColor(0x008000)
$Checkbox1 = GUICtrlCreateCheckbox("SP Inf", 8, 8, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Inf HP", 8, 32, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("1 Hit Kill", 112, 8, 73, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Inf Ammo", 112, 32, 73, 17)
$Button1 = GUICtrlCreateButton("Creator", 8, 56, 75, 25)
$Button2 = GUICtrlCreateButton("Exit", 112, 56, 75, 25)
$Button3 = GUICtrlCreateButton("Start Hack!", 8, 88, 179, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
MsgBox(4096, "By xDarkMan", "By xDarkMan", 0)
MsgBox(4096, "Press Thanks Please", "Press Thanks Please", 0)
Case $Button2
Exit
Case $Button3
Hack1()
EndSwitch
WEnd
Func Hack1()
ToolTip("S4Client.exe",0,0)
$wait = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$Open = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_Memorywrite(0x00481422, $Open, $Checkbox1,"long")
_Memorywrite(0x00518A45, $Open, $Checkbox2,"long")
_Memorywrite(0x00519439, $Open, $Checkbox3,"long")
_Memorywrite(0x00759142, $Open, $Checkbox1,"long")
EndIf
Exit
EndFunc
================================================== ===






