spiderous Posted July 11, 2005 Posted July 11, 2005 (edited) Hi, I used the program long ago and have now tried it again. It seems dust has filled the expansions the previous learning experince created. I am lost. I was wondering if someone could write a script for me. It is a simple left mouse click, I want it to click about 4 times per second and have it just looping with a hot key to start and stop it, Please help me. I am using the newest version, its V3. Thanks in advance to anyone who can help me. Thanks Alot!! Edited July 11, 2005 by spiderous
w0uter Posted July 11, 2005 Posted July 11, 2005 (edited) This is not a general support forum!rougly for the loop:While 1 sleep(250) mouseclick() Wendfor start and stop see HotKeySet in the helpfile. Edited July 11, 2005 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
spiderous Posted July 11, 2005 Author Posted July 11, 2005 Sorry, I figured it was not an issue that needed somone to take time away from problem solving someone elses issue. I posted here for someone with some free time to help if they wanted. Thanks alot for your help.
spiderous Posted July 11, 2005 Author Posted July 11, 2005 (edited) rougly for the loop:for start and stop see HotKeySet in the helpfile.<{POST_SNAPBACK}>So to start and stop would be Global $PausedHotKeySet("{PAUSE}", "TogglePause")HotKeySet("{ESC}", "Terminate") I just add this above the script you gave me? this is getting confusing, Guess I will need to go the the support forum Edited July 11, 2005 by spiderous
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