Jump to content

my game crashes when autoit is on


Recommended Posts

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

Link to comment
Share on other sites

$i is incremented by the holy spirit ? Posted Image

;)

No, his pc has super human AI so it knows when it should change the value, it just sucks at the game.

010101000110100001101001011100110010000001101001011100110010000

001101101011110010010000001110011011010010110011100100001

My Android cat and mouse game
https://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek

We're gonna need another Timmy!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...