vitycent Posted April 25, 2006 Posted April 25, 2006 Hi there, kinda of a noob here with autoit. i did a lil bit of searching to see if they had something to do this. Bascially i need a script that simulates the mouse wheel scrolling back and forth. thx for your help!
Thatsgreat2345 Posted April 25, 2006 Posted April 25, 2006 (edited) MouseWheel("up",10) sleep(100) MouseWheel("down",10) change up to down if u want it to scroll down and 10 to the number of times u want it to do it to go back and forth just add a loop so ill let you figure out how to do a loop Edited April 25, 2006 by thatsgreat2345
Evil_Has_Survived Posted April 25, 2006 Posted April 25, 2006 I have not a problem with scroll up and down, but is there a command to push the scroll down, not scroll down but you can also push the scroll botton down but I don't know te command, like in some games it changes your weapon. Thanks in advance
Thatsgreat2345 Posted April 25, 2006 Posted April 25, 2006 to push the scroll button u do MouseClick("middle")
Evil_Has_Survived Posted April 25, 2006 Posted April 25, 2006 to push the scroll button u do MouseClick("middle") lol I should of knew that, thanks Thanks in advance
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