hack problem

06/19/2010 10:40 sandor555#1
(detail:)
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?
06/19/2010 10:42 sido47#2
What you want to do ???
A trainer ?
06/19/2010 10:55 sandor555#3
no,4 story multihack.
06/19/2010 12:19 ddl#4
Code:
Global $open =_MemoryOpen(ProcessExists("TClient.exe"))
Global $Pointer = 0x0069D8F0 
Global $Offset[3] = [0, 0xA20, 0x42C ]

While 1
$NMG = GUIGetMsg()
Switch $NMG
Exit
_MemoryPointerWrite($Pointer, $Open, $Offset, 16842753)
GUICTRLSETBKCOLOR($Graphic1,65280)
EndSwitch
WEnd
06/19/2010 13:43 sandor555#5
not good..:S respectively,Case $0 It is required
06/19/2010 17:37 ddl#6
Maybe, but if you want a good answer you should describe your problem with more details and with more code....