I have been trying to create a bot for Elsword and used this script to test it out:
Code:
;Opt("SendKeyDownDelay", 1000)
$title = "Elsword - V1.0000.5_1"
WinActivate($title)
WinWaitActive($title)
ControlSend($title, "", "", "{RIGHT down}")
Sleep(3000)
ControlSend($title, "", "", "{RIGHT up}")
Is it because it's running on directx?
Thank you in advance.






