Jump to content

Recursion level has been exceeded - AutoIt will quit to prevent stack overflow.


Recommended Posts

Recursion level has been exceeded - AutoIt will quit to prevent stack overflow.:

why? :(

Here is my script:

WinWaitActive("LUNA Online")

HotKeySet("{F4}", "Terminate")

If PixelGetColor(415, 36) = 0 Then Return

Func search()
PixelSearch( 451, 46, 451, 46, 0xEA39A6 )
If Not @error Then
    Send(34)
    search()
EndIf
Sleep("100")
Send("{TAB}")
search()
EndFunc

Func attack()
If Not @error Then
    Send(34)
    search()
EndIf
EndFunc

If Not @error Then
    attack()
EndIf

Func terminate()
    Exit 0
EndFunc

thanks :)

Link to comment
Share on other sites

Game bots are against the TOS of Luna Online.

Therefore we do not support the construction of bots and ask that you either play the game as it was meant to be played, or stop playing altogether. Bots ruin games for legitimate players, don't ruin it for others.

Also please read the announcement on game bots. There is no reason for not seeing it as it is show above ever forum.

If a game's EULA or TOS explicitly mention bots are not allowed, discussing ways to automate that game is not allowed here. Likewise, if a game features an online multiplayer component and you are attempting to automate it, discussion of such bots is not allowed here. If you create a thread to automate a game you need to make sure the game doesn't explicitly forbid it and that it does not feature multiplayer. Any game bot related thread may be closed for any reason. Repeatedly creating threads if your previous thread was closed will result in your removal from the site. Particularly egregious threads that clearly flaunt this announcement will be met with your removal from this site.

Cheers,

Brett

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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