Jump to content

Teach The newbie please


Guest AutoIt Pro
 Share

Recommended Posts

Guest AutoIt Pro

Hello AutoIt forums People.

I ask to give me a quick tutorial here "how to make an autoclicker? and it should clicks non stop untill quit"

Thank you for support,

The AutoIt Pro (not that pro as told :idiot: )

Link to comment
Share on other sites

  • Developers

Hello AutoIt forums People.

I ask to give me a quick tutorial here "how to make an autoclicker? and it should clicks non stop untill quit"

Thank you for support,

The AutoIt Pro (not that pro as told  :D )

<{POST_SNAPBACK}>

Here's the Noob starters guide:

- Read the Forum heading before posting !

- Read the helpfile before asking !

- Search the forum before asking !

Success !! :idiot:

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

if its on the mouse button it woul be something like:

;the exit function
Func quit()
Exit
EndFunc






While 1

;clicks the left mouse button
MouseClick"left", "", "")

WEnd

;when you push the delete button it runs the quit function
HotKeySet("{DEL}", "quit")

:idiot:

if its a button on the keyborad, you just use:

Send("some text or something")

instead of MouseClick

Link to comment
Share on other sites

Hello AutoIt forums People.

I ask to give me a quick tutorial here "how to make an autoclicker? and it should clicks non stop untill quit"

Thank you for support,

The AutoIt Pro (not that pro as told  :idiot: )

<{POST_SNAPBACK}>

Hello :D look on my sig for Scite Auto Scritwriter!

It`s nice to learn it fast out!

Edited by DirtyBanditos
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...