Jump to content

help wow script


Recommended Posts

ok please help me i want a script to do something like this when you press a key

press enter

write /script logout();

press enter

press space

press enter

write /script CancelLogout();

press enter

i dont care about the hotkey

please please help

Link to comment
Share on other sites

Why would you want to do that in World of Warcraft. If you give a good reason I will help. I belive it is within my helping grasp.

because when you then press the hotkey you will jump and then stand in the air and will get higher and higher every time you press the hotkey

Link to comment
Share on other sites

Well... That would be pretty simple to do I supose.

A series of "Send" commands would work.

Send("{ENTER}")

Send("{/}script logout{(}{)}{;}")

I think that would be something like what you want. Look in the help file for Autoit.

Link to comment
Share on other sites

Oh I see what you're trying to do. It's very simple open your help file that came with autoit when you install it. Go to the Index and type "send". Open the page and it shows you what you have to do to "stimulate" button pressing.

Link to comment
Share on other sites

What is "ScriptLogout"? Like a pause? Something like this?

Send("{ENTER}")
Sleep(1000)
Send("{ENTER}")
Sleep(150)
Send("{SPACE}")
Sleep(150)
Send("{ENTER}")
Sleep(1000)
Send("{ENTER}")
Exit

That code looks sketchy. :D

I don't play WoW so you will need to give more information.

Also, I would suggest you take a look at this.

http://www.autoitscript.com/forum/index.php?showtopic=21048

Edited by bucky002
Link to comment
Share on other sites

ok please help me i want a script to do something like this when you press a key

press enter

write /script logout();

press enter

press space

press enter

write /script CancelLogout();

press enter

i dont care about the hotkey

please please help

Where exactly do you get those functions? Is there a list somewhere? I remember googleing it but only got so far.
Link to comment
Share on other sites

  • 6 months later...

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