Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#include <Crypt.au3>
#include <StaticConstants.au3>
#Region ### START Koda GUI section ### Form=
$form1 = GUICreate("This is the window title", 306, 171, 192, 124)
$checkbox1 = GUICtrlCreateCheckbox("0 Gravity", 0, 80, 97, 17)
$checkbox2 = GUICtrlCreateCheckbox("1 Hit Kill", 0, 48, 97, 17)
$checkbox3 = GUICtrlCreateCheckbox("200 HP", 0, 0, 97, 17)
$checkbox4 = GUICtrlCreateCheckbox("Anchor Delay", 208, 32, 97, 17)
$checkbox5 = GUICtrlCreateCheckbox("Anchor Range", 208, 48, 97, 17)
$checkbox6 = GUICtrlCreateCheckbox("Anchor Speed", 208, 64, 97, 17)
$checkbox7 = GUICtrlCreateCheckbox("Cut Speed", 104, 32, 97, 17)
$checkbox8 = GUICtrlCreateCheckbox("Dodge Speed", 104, 16, 97, 17)
$checkbox9 = GUICtrlCreateCheckbox("Fast fire", 104, 64, 97, 17)
$checkbox10 = GUICtrlCreateCheckbox("God Mode", 0, 32, 97, 17)
$checkbox11 = GUICtrlCreateCheckbox("Inf Ammo", 0, 64, 97, 17)
$checkbox12 = GUICtrlCreateCheckbox("Inf Anchor", 208, 16, 97, 17)
$checkbox13 = GUICtrlCreateCheckbox("Inf SP", 104, 0, 97, 17)
$checkbox14 = GUICtrlCreateCheckbox("Instant Respawn", 208, 0, 97, 17)
$checkbox15 = GUICtrlCreateCheckbox("Sentry Delay", 208, 80, 97, 17)
$checkbox16 = GUICtrlCreateCheckbox("Sentry Range", 104, 80, 97, 17)
$checkbox17 = GUICtrlCreateCheckbox("SP Regen", 0, 16, 97, 17)
$checkbox18 = GUICtrlCreateCheckbox("Speed Hack", 104, 48, 97, 17)
$button1 = GUICtrlCreateButton("Start Hack", 64, 104, 177, 65)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
MsgBox(4096, "Your start message box title", "your start message box message", 0)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $button1
_something()
EndSwitch
WEnd
Func _something()
GUISetState(@SW_HIDE)
ToolTip("Waiting For S4League...", 0, 0)
$wait = ProcessWait("S4Client.exe")
$pid = ProcessExists("S4Client.exe")
Sleep(500)
$open = _memoryopen($pid)
If GUICtrlRead($checkbox1) = 1 Then
_memorywrite(4712878, $open, "1166868842", "long")
EndIf
If GUICtrlRead($checkbox2) = 1 Then
_memorywrite(5346361, $open, "1593591259", "long")
EndIf
If GUICtrlRead($checkbox3) = 1 Then
_memorywrite(5343716, $open, "2348565979", "long")
EndIf
If GUICtrlRead($checkbox4) = 1 Then
_memorywrite(6203647, $open, "1376212363", "long")
EndIf
If GUICtrlRead($checkbox5) = 1 Then
_memorywrite(6205727, $open, "990071435", "long")
EndIf
If GUICtrlRead($checkbox6) = 1 Then
_memorywrite(6205522, $open, "2298761611", "long")
EndIf
If GUICtrlRead($checkbox7) = 1 Then
_memorywrite(6377918, $open, "2240612458", "long")
EndIf
If GUICtrlRead($checkbox8) = 1 Then
_memorywrite(6112602, $open, "1166872682", "long")
EndIf
If GUICtrlRead($checkbox9) = 1 Then
_memorywrite(5635049, $open, "990399115", "long")
EndIf
If GUICtrlRead($checkbox10) = 1 Then
_memorywrite(5343813, $open, "3135869072", "long")
EndIf
If GUICtrlRead($checkbox11) = 1 Then
_memorywrite(7704898, $open, "3051982992", "long")
EndIf
If GUICtrlRead($checkbox12) = 1 Then
_memorywrite(6205918, $open, "2374697322", "long")
EndIf
If GUICtrlRead($checkbox13) = 1 Then
_memorywrite(4723746, $open, "2348565979", "long")
EndIf
If GUICtrlRead($checkbox14) = 1 Then
_memorywrite(6174003, $open, "989874827", "long")
EndIf
If GUICtrlRead($checkbox15) = 1 Then
_memorywrite(5950033, $open, "2332050691", "long")
EndIf
If GUICtrlRead($checkbox16) = 1 Then
_memorywrite(5451734, $open, "2348565979", "long")
EndIf
If GUICtrlRead($checkbox17) = 1 Then
_memorywrite(4753893, $open, "1166870634", "long")
EndIf
If GUICtrlRead($checkbox18) = 1 Then
_memorywrite(4715581, $open, "4284253659", "long")
EndIf
Exit
EndFunc






