Jump to content

Recommended Posts

Posted

Hello :idiot:

I maked auto click spacebar script

but i don't know how can i do to repeat this same script

my source code:

$answer = MsgBox(4, "AutoIt Example (English Only)", "Do you wanna run script?")

If $answer = 7 Then
    MsgBox(0, "AutoIt", "Bye!")
    Exit
EndIf

Send(" ")

thanks for help

  • Developers
Posted (edited)

Hello :idiot:

but i don't know how can i do to repeat this same script

<{POST_SNAPBACK}>

While 1
; ... your code
Wend

ps ... pls read the title/purpose of this forum and the info at the top !! :D

Edited by JdeB

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

Posted (edited)
While you wait for Jon that will moves this thread in the right place. And until you learn how to read... You should check the bold words in the helpfile. Edited by ezzetabi

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