Jump to content

Auto Click Profile possible?


XCow

Recommended Posts

Hi,

Is there a way to create a custom profile that presses a button and then left-clicks a certain location on the screen?

I need this to auto obliterate stuff.

Right now I use MouseMachine to do the job, but it only clicks every second which inefficient. I need a way to spam the two buttons.

Does anyone know of a way to solve this problem?

Link to comment
Share on other sites

Hello, yes you can with static class: robotManager.Helpful.Mouse

Like: 

robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 50, 50);
robotManager.Helpful.Mouse.ClickLeft();

You want click on wow interface button?

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