Jump to content

Lineage 2 Autoit


Emi

Recommended Posts

Hey,

 

i play on a private L2 e Global ,server whit smartguard protection.

 

I will run a  Blade Dancer on vmware and autoit. I need only he do dances, not more.

 

My problem is the autoit script wont work. If i start the script he do nothing 

 

Here is my script, mb i do some wrong? If i tab out and tab in, he use the "7" but nothing more.

 

 

#RequireAdmin

HotKeySet("{ESC}","_exit")

WinActivate("Lineage II")
WinWaitActive("Lineage II")

While 1
Sleep(120000)
Send("7")
Sleep(3000)
Send("8")
Sleep(3000)
Send("9")
WEnd

Func _exit()
Exit
EndFunc


 

if anyone has some tips for me.

 

greets

Edited by Emi
Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...