Jump to content

Help with script


Recommended Posts

Would someone be kind enough to make me a script, where every 20 seconds it will right click where my cursor is at?

Ive been lookin and have foudn no where where there is one, but this is for AFKing in Warcraft in the battleground, cuz all i need to do is talk to the battlemaster!

Please and thanks!

Link to comment
Share on other sites

Would someone be kind enough to make me a script, where every 20 seconds it will right click where my cursor is at?

Ive been lookin and have foudn no where where there is one, but this is for AFKing in Warcraft in the battleground, cuz all i need to do is talk to the battlemaster!

Please and thanks!

i tried and got it perfect...

here it is

HotKeySet("{esc}" , "stop")

start ()

Func start()
while 1
    Sleep(20000) ;1000 = 1 sec 1000 * 20 = 20000 (change if needed)
    MouseClick("right")
Wend
EndFunc

Func stop()
    Exit
EndFunc

is that what you wanted...

Edited by ashley
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...