#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Cheat By Elios ", 615, 371, 192, 124)
$Pic1 = GUICtrlCreatePic("E:\Cheat\Patcher\images (1).jpg", 0, 0, 609, 369)
$Group1 = GUICtrlCreateGroup("Players", 8, 8, 161, 73)
$Checkbox1 = GUICtrlCreateCheckbox("200 HP", 104, 24, 57, 17)
$Checkbox2 = GUICtrlCreateCheckbox("GodMode", 16, 24, 65, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("Others", 8, 96, 177, 89)
$Radio1 = GUICtrlCreateRadio("Damage x2", 16, 112, 73, 17)
$Radio2 = GUICtrlCreateRadio("Damage x5", 104, 112, 73, 17)
$Radio3 = GUICtrlCreateRadio("1hit kill", 72, 144, 57, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button1 = GUICtrlCreateButton("Start ! :D", 8, 224, 177, 121)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Func START()
GUISetState(@SW_HIDE)
ToolTip("En Attente d'S4", 0, 0)
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MemoryOpen ($PID);
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00524064,$OPEN,"2348565979","long")
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
_MemoryWrite (0x005240C5,$OPEN,"1592365200","long")
EndIf
If GUICtrlRead($Radio1) = 1 Then
_MemoryWrite (0x004D624B,$OPEN,"1300955754","long")
EndIf
If GUICtrlRead ($Radio2) = 1 Then
_MemoryWrite (0x004D624B,$OPEN,"1300956522","long")
EndIf
If GUICtrlRead ($Radio3) = 1 Then
_MemoryWrite (0x00524DB9,$OPEN,"1593591259","long")
EndIf
EndFunc
|