Draegon Posted October 26, 2009 Share Posted October 26, 2009 Here is my script: " sleep ( 5000 ) while 1 mouseclick ( "left" , 880, 610 , 1 , 10 ) sleep ( 1000 ) mouseclick ( "left" , 739, 580 , 1 , 10 ) mouseclick ( "left" , 800, 580 , 1 , 10 ) mouseclick ( "left" , 871, 713 , 1 , 10 ) sleep ( 8000 ) mouseclick ( "left" , 100, 80 , 1 , 10 ) WEnd " All I need now is how to finish it...It goes on and on and I can't quit the program nor do I know how, so how do I trigger the key F4 to stop my script? Link to comment Share on other sites More sharing options...
reb Posted October 27, 2009 Share Posted October 27, 2009 Hi This will do it for you HotKeySet("{f4},", "GetOut") sleep ( 5000 ) while 1 mouseclick ( "left" , 880, 610 , 1 , 10 ) sleep ( 1000 ) mouseclick ( "left" , 739, 580 , 1 , 10 ) mouseclick ( "left" , 800, 580 , 1 , 10 ) mouseclick ( "left" , 871, 713 , 1 , 10 ) sleep ( 8000 ) mouseclick ( "left" , 100, 80 , 1 , 10 ) WEnd Func GetOut() Exit EndFunc REB MEASURE TWICE - CUT ONCE Link to comment Share on other sites More sharing options...
omikron48 Posted October 27, 2009 Share Posted October 27, 2009 This was already answered in your last thread. Link to comment Share on other sites More sharing options...
Draegon Posted October 27, 2009 Author Share Posted October 27, 2009 THANKS SO MUCH! Link to comment 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