Jump to content

Can someone make an Easy script for me?


spiderous
 Share

Recommended Posts

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
Link to comment
Share on other sites

This is not a general support forum!

rougly for the loop:

While 1
    sleep(250)
    mouseclick()
Wend

for start and stop see HotKeySet in the helpfile.

Edited 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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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