Jump to content

Recommended Posts

Posted

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.

Posted

Yeah once ffxi loads it steals all your hot keys. if you do get it to load ffxi will detect autoit and shut itself down then delete itself from your computer, then banning you forever from thier site... moral don't cheat... :D

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
  • Recently Browsing   0 members

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