aweiss Posted October 12, 2007 Posted October 12, 2007 Hello, I'm seeking to do a simple function in a game. My hope is to be to make an exe that will click, drag an item(same spot or in a a small area), each time, waiting a few seconds in between actions and looping. How much do I need to know just to understand this function and can you help?
JustinReno Posted October 12, 2007 Posted October 12, 2007 MouseClick() MouseClickDrag() sleep() For/Next loops
aweiss Posted October 13, 2007 Author Posted October 13, 2007 MouseClick()MouseClickDrag()sleep()For/Next loopsso those are the command, I can use this and automacrogenerator to fill in the rest?
Thatsgreat2345 Posted October 13, 2007 Posted October 13, 2007 check the help file, type those in and it will show you how to use them and give you a sample script to show what it all does.
aweiss Posted October 13, 2007 Author Posted October 13, 2007 check the help file, type those in and it will show you how to use them and give you a sample script to show what it all does.Wow, got it now, thanks a lot guys.
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