Jump to content

Whats The Probleme?


Recommended Posts

ok i have this script working fine in notpad but cant get it to work in final fantasy xi

any idee what my probleme?

hotkeyset("{del}","pause")
hotkeyset("!{del}","pause")
$pause=1

while 1
sleep(10)
wend

Func pause()
$pause=NOT $pause
send("{ALTDOWN}")
while NOT $pause
send("8")
sleep(10)
wend
send("{ALTUP}")
mouseclick("right")
EndFunc

thx you.

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