Jump to content

Recommended Posts

Posted

I don't know the problem. My script is working in game, but after a while (5-10mins) the game crashes without any notice.

Here's my script:

;Script Configuration.

$DVersion = "Dragonica (Client Ver : 1.4.9)"

;Script Initialization.

HotKeySet("{ESC}", "Terminate");Sets a hotkey that closes the script

Func Terminate() ;when you press the ESC key

Exit 0

EndFunc

$i = 0 ;Creates an endless loop

While $i = 0

Do

ControlSend('Dragonica (Client Ver : 1.4.9)','','','{F1}')

Sleep(4000); Sends the F1 key to the window

Until $i = 1

WEnd

Guest
This topic is now closed to further replies.
×
×
  • Create New...