im having trouble with my script..
here it is:
HotKeySet("{ESC}", "Terminate")
Func Terminate()
Exit 0
EndFunc
$i = 0
While $i = 0
Do
ControlSend('Dragonica (Client Ver : 0.914.8)','','','{v}')
Sleep(5)
ControlSend('Dragonica (Client Ver : 0.914.8)','','','{LEFT down}')
Sleep(5)
ControlSend('Dragonica (Client Ver : 0.914.8)','','','{RIGHT up}')
Sleep(5)
Until $i = 1
WEnd
i just want my char to move back and fort while spamming X button with a certain distance.. but when i run the script he just keep continuing left not going back to right..
and need some tips to how to do auto buffs skills..
hope this is not the wrong thread to post.. thanks in advance






