Jump to content

!!AUTOIT SCRIPT LOOP!!


Go to solution Solved by BogdanNicolescu,

Recommended Posts

  • Solution
While 1
/
/
/
A whole bunch of codes found in help and here: https://www.autoitscript.com/autoit3/docs/
/
/
/
WEnd

OR:

 

HotKeySet("{ESC}", "Terminate")
While 1
MouseClick("Right",674,422)
MouseClick("Left",673,447)
Sleep(2000)
/
/
/
A whole bunch of codes found in help and here: https://www.autoitscript.com/autoit3/docs/
/
/
/
MouseClick("Left",675,339)
SLeep(3000)
WEnd
Func Terminate()
    Exit 0
EndFunc

 

Sorry if i should't let this here to be found by newbies like me -.-'

Link to comment
Share on other sites

16 hours ago, Jos said:

@BogdanNicolescu, What exactly is the question here?

Jos

Is not a question, but a clarification of this statements: https://www.autoitscript.com/autoit3/docs/intro/lang_loops.htm

 

It is very ambiguous for a new guy/gal if he/she didn't had any type of contact with this program.

 

 

Off topic:

I don't know why, but any curriculum is made purposely harder by ... let's say in a nicer manner ... people who doesn't care about others to learn.

They just throw knowledge in the world and they expect everyone to understand by how they threw it in the world without any modification.

I like to think if any curriculum or knowledge was made easier, more people in this world was more educated and stupid thins wouldn't happen.

I'm out. Said too much ....

Link to comment
Share on other sites

  • Developers
7 minutes ago, BogdanNicolescu said:

Is not a question, but a clarification of this statements: https://www.autoitscript.com/autoit3/docs/intro/lang_loops.htm

 

It is very ambiguous for a new guy/gal if he/she didn't had any type of contact with this program.

That could be the case, but I am sorry to say that it wasn't very clear from your initial posted and you did post in the Support forum!

7 minutes ago, BogdanNicolescu said:

Off topic:

I don't know why, but any curriculum is made purposely harder by ... let's say in a nicer manner ... people who doesn't care about others to learn.

They just throw knowledge in the world and they expect everyone to understand by how they threw it in the world without any modification.

I like to think if any curriculum or knowledge was made easier, more people in this world was more educated and stupid thins wouldn't happen.

I'm out. Said too much ....

No idea what this rant is about ..  but "what ever"

Bye,
Jos

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

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...