October 1, 20169 yr 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?
October 4, 20169 yr 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?
Create an account or sign in to comment