Code:
Global $open =_MemoryOpen(ProcessExists("TClient.exe"))
Global $Pointer = 0x0069D8F0
Global $Offset[3] = [0, 0xA20, 0x42C ]
While 2
Case $O
$NMG = GUIGetMsg()
Switch $NMG
Exit
_MemoryPointerWrite($Pointer, $Open, $Offset, 16842753)
GUICTRLSETBKCOLOR($Graphic1,65280)
EndSwitch
WEnd
error code:
Code:
C:\Documents and Settings\myname\Asztal\dfd.au3(76,1) : ERROR: missing Wend. Case ^ C:\Documents and Settings\myname\Asztal\dfd.au3(75,1) : REF: missing Wend. While ^ C:\Documents and Settings\myname\Asztal\dfd.au3(76,1) : ERROR: syntax error Case ^ C:\Documents and Settings\myname\Asztal\dfd.au3 - 2 error(s), 0 warning(s)
What's wrong?






