XCow 11 Posted October 1, 2016 Share Posted October 1, 2016 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 https://wrobot.eu/forums/topic/3982-auto-click-profile-possible/ Share on other sites More sharing options...
XCow 11 Posted October 2, 2016 Author Share Posted October 2, 2016 Push Link to comment https://wrobot.eu/forums/topic/3982-auto-click-profile-possible/#findComment-18561 Share on other sites More sharing options...
Droidz 2738 Posted October 4, 2016 Share Posted October 4, 2016 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 https://wrobot.eu/forums/topic/3982-auto-click-profile-possible/#findComment-18648 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now