I want to create a program that lets me hold down the left mouse key while the program simulates constant left mouse clicks till I release the left mouse button.
I tried many program variations and none worked, the best I got was my pc constantly clicking left mouse with no way of stopping it. Have any of you made this kind of program? If not maybe you can help me create it. I really need help, thanks.
Repeating left mouse clicks?
Moderators: Dorian (MJT support), JRL
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
No you guys still don't understand. When I hold down my left mouse button I want it to simulate constant left mouse clicks till I let go. So instead on constantly needing to tap my left mouse button I can just hold it down for the same effect. I found no way of doing this other the using the keyboard which defeats the whole purpose. Is their a wait for a left mouse or some way to simulate it. This is the best I came up with so far...
Label>start
WaitKeyDown>l
Lclick
Goto>start
When I hold down the small "L" key it will constantly left mouse click till I let go. What I need is to use the left mouse instead of the "L" key... any ideals?
Label>start
WaitKeyDown>l
Lclick
Goto>start
When I hold down the small "L" key it will constantly left mouse click till I let go. What I need is to use the left mouse instead of the "L" key... any ideals?
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact: