Jump to content

Need Help


Recommended Posts

I need help with AutoClicker, :ph34r: i dont know how to loop this whole prosess,i just started to learn about 2 days ago, any help/tips would be good.Thx alot :lmao:

HotKeySet("a", "quit")

Sleep (5000)

MouseClick("Right")

Sleep(250)

MouseClick("Right")

Sleep(250)

MouseClick("Right")

Sleep(250)

MouseClick("Right")

Sleep(250)

MouseClick("Right")

Sleep(250)

MouseClick("Right")

Sleep(250)

MouseClick("Right")

Sleep(250)

MouseClick("Right")

Sleep(250)

MouseClick("Right")

Sleep(250)

MouseClick("Right")

Sleep(250)

MouseClick("Right")

Sleep(250)

MouseClick("Right")

Sleep(250)

EndFunc click()

Func quit ()

Exit ()

EndFunc

Edited by Ryvius~
Link to comment
Share on other sites

Hi,

there are several tutorials to learn Autoit.

HotKeySet("a", "quit")

While 1
    MouseClick("Right")
    Sleep(250)
WEnd

Func quit()
    Exit ()
EndFunc   ;==>quit

Good luck!

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

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...