lilandywandy 0 Posted December 10, 2004 (edited) ; ; AutoIt Version: 3.0 ; Language: English ; Platform: Win9x/NT ; Author: Jonathan Bennett ; ; Script Function: ; Autorightclicker ; HotKeySet("{PAUSE}", "mExit") While 1 MouseClick("right", 740, 440, 1) Sleep(1000) MouseClick("right", 740, 440, 1) Sleep(1000) MouseClick("right", 740, 440, 1) Sleep(1000) MouseClick("right", 740, 440, 1) Sleep(1000) MouseClick("right", 740, 440, 1) Sleep(1000) MouseClick("right", 740, 440, 1) Sleep(1000) ****** Send( "F1" ) Doesnt work lol.... i want to put it in the *** any ideas? Edited December 20, 2005 by Jon Share this post Link to post Share on other sites
Jos 2,165 Posted December 10, 2004 (edited) ; Author: Jonathan Bennett Send( "F1" ) Doesnt work lol.... i want to put it in the *** any ideas?<{POST_SNAPBACK}>Think you forgot to update the Script "Author" info .. Send("{F1}") Edited December 20, 2005 by Jon SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites