Jump to content

Compiling a script


Recommended Posts

I need some help on how to compile this script so that I run it with autoit v3

Heres the script:

HotKeySet("{F11}", "tppk") ; F11 is the Key to begin the TPPK process

While 1

sleep ("10")

WEnd

Func tppk()

Sleep(100)

Send("{F8}") ; Town Portal HotKey

MouseClick("right")

Sleep(1250)

MouseMove(369,237, 3) ; Town Portal Co-Ordinates

MouseClick("left")

Sleep(200)

Send("p")

Sleep(50)

MouseMove(108,144, 0) ; Hostile button Co-Ordinates

MouseClick("left")

EndFunc

If you could tell me what to do with this information it would be great thanks

Link to comment
Share on other sites

I need some help on how to compile this script so that I run it with autoit v3

Heres the script:

HotKeySet("{F11}", "tppk") ; F11 is the Key to begin the TPPK process

While 1

sleep ("10")

WEnd

Func tppk()

Sleep(100)

Send("{F8}") ; Town Portal HotKey

MouseClick("right")

Sleep(1250)

MouseMove(369,237, 3) ; Town Portal Co-Ordinates

MouseClick("left")

Sleep(200)

Send("p")

Sleep(50)

MouseMove(108,144, 0) ; Hostile button Co-Ordinates

MouseClick("left")

EndFunc

If you could tell me what to do with this information it would be great thanks

autoit2 to 3 compiler..

nn 1more tppk in d2,dont release it~

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...