Jump to content

Recommended Posts

Posted (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 by spiderous
Posted

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.

Posted (edited)

rougly for the loop:

for start and stop see HotKeySet in the helpfile.

<{POST_SNAPBACK}>

So to start and stop would be

Global $Paused

HotKeySet("{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 by spiderous

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...