Jump to content

Recommended Posts

Posted

I'm trying to create a simple autoclicker for Diablo II - I'd like to create something that simluates a Right mouse click every 26 seconds, even if screen isn't in the forefront.

How would you suggest that I attack this problem?

Posted

Open AutoIt helpfile and look at:

HotKeySet

While WEnd

Sleep

MouseClick

Have a nice Diablo II Christmas :)

But how can I have it click a set spot, even if my mouse is moving around?
Posted

If diablo isn't in the forefront, it minimizes. I'm pretty sure you can't do mouseclicks in Diablo II (without getting caught) while it is minimized, but I could be wrong.

And why do you want to right click every 26 seconds..?

Posted

If diablo isn't in the forefront, it minimizes. I'm pretty sure you can't do mouseclicks in Diablo II (without getting caught) while it is minimized, but I could be wrong.

And why do you want to right click every 26 seconds..?

To cast bonewall every time it fades. It lasts 26 seconds.

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
×
×
  • Create New...