oui
---------- Message ajouté à 19h20 ---------- Le message précédent était à 18h58 ----------
et lorsque on a terminer de ecrire sur script comment fait on pour l'utiliser ?
---------- Message ajouté à 19h25 ---------- Le message précédent était à 19h20 ----------
voila qu est ce que j'ai fait , ya t il une erreur ?
:pleurer:
#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=D:\alaplaya\S4League\S4League.ico
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$CAMHACK = 0x00EBD28C
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 615, 438, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("camhack", 48, 40, 257, 105)
$Button1 = GUICtrlCreateButton("start", 96, 216, 441, 177)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
$READY = GuiCtrlRead($Checkbox1)
ToolTip("En Attente De S4 League...", 0, 0)
$PROCESS = ProcessWait("S4Client.exe")
Local $CHANGE = _MEMORYOPEN(ProcessExists("S4Client.exe"))
Sleep(500)
do
ToolTip("Chargement ...", 0, 0)
$WRITEY = _MEMORYWRITE($CAMHACK, $CHANGE, $READY, "float")
Until _MEMORYREAD($CAMHACK, $CHANGE, "float") = $READY
_MEMORYCLOSE($OPEN)
Exit
EndSwitch
WEnd