Code:
;Window title for dragonica should be changed after every patch
$WinTitle = "Dragonica (Client Ver : 1.4.13)"
;Force focus on dragonica
WinActivate($WinTitle)
$i = 0
;Creates an endless loop
While $i = 0
ControlSend($WinTitle,'','','{x}')
Sleep(10); Sends the x key to the window
WEnd
my dragonica close w/o any warning massage
is there a problem with my script?






