jfdsafsa Posted October 12, 2006 Posted October 12, 2006 im really new but i like to start off learning by trying to make the scripts use mouse click can someone give me the script that can make teh most right click and left and and for as many time as i want.
creeping Posted October 12, 2006 Posted October 12, 2006 im really new but i like to start off learning by trying to make the scripts use mouse click can someone give me the script that can make teh most right click and left and and for as many time as i want.look in the help file under the autoit installation directory really new guy
jfdsafsa Posted October 12, 2006 Author Posted October 12, 2006 i jsut got that to work now im working on how to get the program to terminate and to paused and resume how do i set hot keys. im rreadying the help but rather confusing.
jinxter Posted October 12, 2006 Posted October 12, 2006 (edited) there are several ways to terminate a program. it all depends on how you want to do it... alt+f4 is one way (not working for all programs though) a file/exit(quit), or even a ProcessClose()... WinKill() is also a possibility, and that's just some of the ways you could kill a program in autoit... HotKeySet() might help you with setting a hotkey. Edited October 12, 2006 by jinxter > there are 10 types of people in the world, those who understand binary and those who don't.
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