Jump to content

normal loop for mouse click


Guest eeldagamer
 Share

Recommended Posts

Guest eeldagamer

ok im looking for a simple loop command

wat ive tried is the do ...until command from the faq but i didnt get it to work so was wondering if ne1 could help me im sure its simple

MouseClick("left", 180, 70)
Sleep(300000)

lol yah its real complicated just need the code to loop till i shut it off which could range up to days at a time

k n/m put forth lil more effort n i got it a mod can close this

Edited by eeldagamer
Link to comment
Share on other sites

Look at While in the help file, it executes the stuff in it WHILE the statement is true, i.e. for an always true statement:

While 1 
;stuff here
WEnd

1 is ALWAYS 1, so it ALWAYS executes :lmao:

"I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar.
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...