demandnothing Posted September 3, 2009 Posted September 3, 2009 i want to make a prog that turns my one click into many.. hold down left mouse button and get multi- clicks.. i tried this $clix = MouseClick("left") If $clix() = True Then MouseUp("left") sleep(10) MouseDown("left") sleep(10) MouseUp("left") sleep(1) MouseDown("left") sleep(10) loop but that was a fail.. and for some stupid reason i tried this $x =1 $clix = MouseClick("left") If $clix = $x Then MouseDown("left") sleep(10) MouseUp("left") sleep(10) continue loop and failed.. any ideas?
WolfWorld Posted September 3, 2009 Posted September 3, 2009 look at _ispress Main project - Eat Spaghetti - Obfuscate and Optimize your script. The most advance add-on.Website more of GadGets!
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