can someone help me i can almost make the hack but i can't change the address in AutoIT can someone please help? thank you!
#include <ButtonConstants.au3>
#Include <WinAPI.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 185, 130, 200, 40)
$Button1 = GUICtrlCreateButton("Button1", 32, 24, 129, 73, $WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $Button1
ToolTip("Waiting for s4Client ...", 0, 0)
$S4 = 0x00CF2E08
$WAIT = ProcessWait("S4Client.exe")
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
$OPEN = _MEMORYOPEN($PID)
_MEMORYWRITE($S4, $OPEN, 1000, "float")
Sleep(1000)
MsgBox(0,"Success","Have Fun")
Exit
EndSwitch
WEnd






