#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Compile_Both=y
#AutoIt3Wrapper_UseX64=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("[A]pKeI Trainer", 615, 438, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("God mode", 64, 64, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("200hp", 424, 56, 113, 41)
$Checkbox3 = GUICtrlCreateCheckbox("fast fire", 64, 152, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("inf sp", 432, 128, 113, 33)
$Button1 = GUICtrlCreateButton("Lancer les cheat ", 0, 216, 611, 217)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
$Button1
cheat()
Exit
EndSwitch
WEnd
Func cheat()
ToolTip("En Attente d'S4League", 0, 0)
ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MEMORYOPEN($PID)
Sleep (2000)
If GUICtrlRead ($Godmode) = 1 Then
_MEMORYWRITE(0x00504858, $OPEN, "4226388112", "Float")
[COLOR=Red]EndIf[/COLOR]
If GUICtrlRead ($200hp) = 1 Then
_MEMORYWRITE(0x005047F4, $OPEN, "2348565979", "Float")
[COLOR=Red]EndIf[/COLOR]
If GUICtrlRead ($fastfire) = 1 Then
_MEMORYWRITE(0x0054A939, $OPEN, "990399115", "Float")
[COLOR=Red]EndIf[/COLOR]
If GUICtrlRead ($infsp) = 1 Then
_MEMORYWRITE(0x00472A02, $OPEN, "2348565979", "Float")
EndIf
Endfunc