Jump to content

Recommended Posts

Posted

how do eternal loop in this code? 

 

 

HotKeySet("{F3}","_Start")


While 1
    Sleep(500)
WEnd

Func _Start()


MouseClick("left",119,83)

EndFunc   ;==>start

Func stop()
    Exit
EndFunc   ;==>stop

Posted

That is already an eternal loop. Can you elaborate on what you expect?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Just tested here: Loops fine until I manually end the script.

My UDFs and Tutorials:

  Reveal hidden contents

 

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
  • Recently Browsing   0 members

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