Jump to content

problem with script


Guest lolek
 Share

Recommended Posts

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

Link to comment
Share on other sites

  • Developers

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

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